summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ye <sye737@gmail.com>2015-11-03 23:03:29 -0500
committerSimon Ye <sye737@gmail.com>2015-11-03 23:03:29 -0500
commit801662d8c1bf0905afbd7ca5071d6bf637947f0a (patch)
tree18966b481faa4bbf370b3d8686340cddec65953a
parentf4433d1930604fff9aae684b33d3d49714b46d6b (diff)
downloadsnakemake-mode-801662d8c1bf0905afbd7ca5071d6bf637947f0a.tar.gz
Add shadow keyword for rules
-rw-r--r--snakemake-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index ddae88b..d522a17 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -102,7 +102,7 @@
(rx (group symbol-start
(or "input" "output" "shell" "run" "workdir" "priority"
"message" "threads" "version" "resources" "params"
- "log" "benchmark" "snakefile"))
+ "log" "benchmark" "shadow" "snakefile"))
":")
"Regexp matching a rule or subworkflow field key.")