aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--snakemake-mode.el3
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b7064f2..63c3999 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*-
** New features
-- The 'cwl' keyword (new in Snakemake v4.8.0) is now recognized.
+- The 'cwl' keyword (new in Snakemake v4.8.0) and 'ancient' built-in
+ are now recognized.
* v1.3.0
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 5d91e0e..dd0e35e 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -115,7 +115,8 @@
"workdir")
symbol-end))
(sm-builtin . ,(rx symbol-start
- (or "dynamic"
+ (or "ancient"
+ "dynamic"
"expand"
"input"
"output"