aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-05-19 20:29:09 -0400
committerKyle Meyer <kyle@kyleam.com>2018-05-19 20:30:43 -0400
commit301df381a17d7233f3556e9206d133fd893e3460 (patch)
tree8aae722cd68a65cdd5ae657c022eb88e5e38305b /snakemake-mode.el
parent43a4b37b1374de50e2022885077968af6d0e30a5 (diff)
downloadsnakemake-mode-301df381a17d7233f3556e9206d133fd893e3460.tar.gz
mode: Add "ancient" as to the list of built-ins
This has been around since Snakemake 3.9.0.
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"