aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-02-21 22:18:41 -0500
committerKyle Meyer <kyle@kyleam.com>2020-02-21 22:18:41 -0500
commit3fcff2b92a4ac19d6f1dab3666dddcba46c4865b (patch)
tree4206ce5a09c8fd1afadf276f4a6e9073ede98d8f
parented9269a1245db433cb0101d5edab9466bebb5e0c (diff)
downloadsnakemake-mode-3fcff2b92a4ac19d6f1dab3666dddcba46c4865b.tar.gz
mode: Add "multiext" to list of built-ins
-rw-r--r--NEWS4
-rw-r--r--snakemake-mode.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3376656..bc2fc12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
+* unreleased
+
+- The 'multiext' built-in (new in Snakemake v5.8.2) is now recognized.
+
* v1.6.0
- Checkpoints (new in Snakemake v5.4) are now recognized.
diff --git a/snakemake-mode.el b/snakemake-mode.el
index db64575..e0299c2 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -126,6 +126,7 @@
"dynamic"
"expand"
"input"
+ "multiext"
"output"
"params"
"pipe"