diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | snakemake-mode.el | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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")) |