summaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el3
1 files changed, 2 insertions, 1 deletions
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"