diff options
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r-- | snakemake-mode.el | 2 |
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 |