diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | snakemake-mode.el | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*- ** New features - The keywords 'configfile', 'onsuccess', 'onerror', 'log', and - 'benchmark', 'shadow', as well as the 'touch' function, are now - recognized. + 'benchmark', 'script', 'shadow', as well as the 'touch' function, + are now recognized. - Indentation for field values starting on the line below a field key is now supported. New variable ~snakemake-indent-value-offset~ diff --git a/snakemake-mode.el b/snakemake-mode.el index ea1e899..6ae87ae 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -109,6 +109,7 @@ "priority" "resources" "run" + "script" "shadow" "shell" "threads" |