aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--snakemake-mode.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5afccb6..57b49dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
+* master (unreleased)
+
+- The 'localrule' keyword (new in Snakemake v7.25.0) is now
+ recognized.
+
* v2.0.0
- Support for Emacs versions older than 26.1 has been dropped.
diff --git a/snakemake-mode.el b/snakemake-mode.el
index d7373f4..a826d8c 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -93,6 +93,7 @@
"group"
"handover"
"input"
+ "localrule"
"log"
"message"
"name"