aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--snakemake-mode.el1
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 908f8a2..3d490c6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*-
** New features
-- The 'cwl' keyword (new in Snakemake v4.8.0) and 'ancient' built-in
- are now recognized.
+- The 'cwl' keyword (new in Snakemake v4.8.0), 'directory' (new in
+ Snakemake v5.2.0), and 'ancient' built-in are now recognized.
** Other changes
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 21b7b1f..b417718 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -117,6 +117,7 @@
symbol-end))
(sm-builtin . ,(rx symbol-start
(or "ancient"
+ "directory"
"dynamic"
"expand"
"input"