aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-03-06 01:00:17 -0500
committerKyle Meyer <kyle@kyleam.com>2015-03-06 01:09:02 -0500
commit720e33ade2be4b6a561addfe0ff893a05b8232e9 (patch)
tree98a8141fc8daa20538df8ecc6f42f93e269f8622 /snakemake-mode.el
parentbdbb9c95d401b62d01fa80c04265bcd27658488a (diff)
downloadsnakemake-mode-720e33ade2be4b6a561addfe0ff893a05b8232e9.tar.gz
Add 'log' and 'benchmark' keywords
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index d8914e2..e2b8f56 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -96,7 +96,7 @@
(defconst snakemake-field-key-re
(concat "\\(input\\|output\\|shell\\|run\\|workdir\\|priority"
"\\|message\\|threads\\|versions\\|resources\\|params"
- "\\|snakefile\\):")
+ "\\|log\\|benchmark\\|snakefile\\):")
"Regexp matching a rule or subworkflow field key.")
(defconst snakemake-field-key-indented-re