summaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-04-16 17:03:10 -0400
committerKyle Meyer <kyle@kyleam.com>2016-04-16 17:04:00 -0400
commit6b538a9f5e2d9e9a138704b0a702ffe1237dc57b (patch)
tree29ad6386e5a1d895045d789ec060e65ba17c964a /snakemake-mode.el
parent5c9873c39222e8d54afc9e63d1148ae1a822fbda (diff)
downloadsnakemake-mode-6b538a9f5e2d9e9a138704b0a702ffe1237dc57b.tar.gz
Add wrapper keyword
This keyword was added in Snakemake version 3.5.5.
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el1
1 files changed, 1 insertions, 0 deletions
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"))