summaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-02-07 17:07:24 -0500
committerKyle Meyer <kyle@kyleam.com>2016-02-07 17:09:44 -0500
commit4f64233f1819ed2832b23883916601381e75e1ed (patch)
tree25a0aec882eec5eeae5340f67a16dbb3b0f454f3 /snakemake-mode.el
parent08bc3c86cc442ba6c76ad60071258d3d60203d6d (diff)
downloadsnakemake-mode-4f64233f1819ed2832b23883916601381e75e1ed.tar.gz
Add 'script' keyword
This keyword was added in Snakemake 3.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 ea1e899..6ae87ae 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -109,6 +109,7 @@
"priority"
"resources"
"run"
+ "script"
"shadow"
"shell"
"threads"