aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--snakemake-mode.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e9a937e..1c376e9 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*-
- Anonymous rule blocks are now supported.
+- The 'wrapper' keyword is now recognized.
+
* v0.3.0
** New features
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 56052d1..0d231a7 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -108,6 +108,7 @@
"shell"
"threads"
"version"
+ "wrapper"
;; Keys for subworkflow blocks
"snakefile"
"workdir"))