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 e2b8f56..0d233ef 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -95,7 +95,7 @@ (defconst snakemake-field-key-re (concat "\\(input\\|output\\|shell\\|run\\|workdir\\|priority" - "\\|message\\|threads\\|versions\\|resources\\|params" + "\\|message\\|threads\\|version\\|resources\\|params" "\\|log\\|benchmark\\|snakefile\\):") "Regexp matching a rule or subworkflow field key.") |