summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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