summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-09-02 21:21:50 -0400
committerKyle Meyer <kyle@kyleam.com>2016-09-02 21:53:03 -0400
commitfc2b4e58b232173a9987a2c7f7dbd02e3f6631e1 (patch)
tree19437949902daa02c169b668e4dc63bdb066ff8f
parent33a7c90f333a1e71124c15f9e6bcc82ef1423c93 (diff)
downloadsnakemake-mode-fc2b4e58b232173a9987a2c7f7dbd02e3f6631e1.tar.gz
Support 'wildcard_constraints' keyword
wildcard_constraints was added in Snakemake v3.8.0 (feb6aee).
-rw-r--r--NEWS7
-rw-r--r--snakemake-mode.el2
2 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78f198e..c448cc2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
+* v0.6.0 (unreleased)
+
+** New features
+
+- The 'wildcard_constraints' keyword (new in Snakemake v3.8.0) is now
+ recognized.
+
* v0.5.0
** New features
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 82d8103..7e2ff8c 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -95,6 +95,7 @@
"shell"
"threads"
"version"
+ "wildcard_constraints"
"wrapper"
;; Keys for subworkflow blocks
"snakefile"
@@ -106,6 +107,7 @@
"onerror"
"onsuccess"
"ruleorder"
+ "wildcard_constraints"
"workdir")
symbol-end))
(sm-func . ,(rx symbol-start