diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | snakemake-mode.el | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,9 @@ NEWS -- history of user-visible changes -*- mode: org; -*- +* master (unreleased) + +- The 'cache' keyword (new in Snakemake v5.12.0) is now recognized. + * v1.7.0 - The 'multiext' built-in (new in Snakemake v5.8.2) is now recognized. diff --git a/snakemake-mode.el b/snakemake-mode.el index 779452e..a628a33 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -83,6 +83,7 @@ (anon-rule . ,(rx symbol-start "rule")) (field-key . ,(rx symbol-start (or "benchmark" + "cache" "conda" "cwl" "group" |