aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--snakemake-mode.el1
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f5452a..cc4b905 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*-
** New features
- ~snakemake-popup~ now includes ~--use-conda~.
-- The 'group' keyword (new in Snakemake v5.0) is now recognized.
+- Additional Snakemake keywords are now recognized: 'group' keyword
+ (new in Snakemake v5.0) and 'localrules'.
* v1.4.0
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 8da9f6d..9d1f895 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -109,6 +109,7 @@
(sm-command . ,(rx symbol-start
(or "configfile"
"include"
+ "localrules"
"onerror"
"onsuccess"
"ruleorder"