diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-03-06 01:19:38 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-03-06 01:19:38 -0500 |
commit | 9f54412609417e2f0732dd60a6974e9ec8372914 (patch) | |
tree | 08979dd892a72e8cff71323fc87db8c541f1fcdb /snakemake-mode.el | |
parent | 720e33ade2be4b6a561addfe0ff893a05b8232e9 (diff) | |
download | snakemake-mode-9f54412609417e2f0732dd60a6974e9ec8372914.tar.gz |
Fix 'version' keyword typo
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.") |