aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-12-24 12:44:56 -0500
committerKyle Meyer <kyle@kyleam.com>2020-12-24 12:44:56 -0500
commit592901893f297099ffb759b4d1359bcd3411d1a9 (patch)
treef7258126911c3dfe208ac67fe6171f7c458f9570
parent0e4ef118ca3af4a6851fe670cf8fe7472ba18393 (diff)
downloadsnakemake-mode-592901893f297099ffb759b4d1359bcd3411d1a9.tar.gz
mode: Add "name" to the list of field keys
-rw-r--r--NEWS4
-rw-r--r--snakemake-mode.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index af4dc1f..2674114 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
+* master (unreleased)
+
+- The 'name' keyword (new in Snakemake v5.31.0) is now recognized.
+
* v1.8.0
- Additional Snakemake keywords are now recognized: 'envmodules' (new
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 6dda523..30f797d 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -92,6 +92,7 @@
"input"
"log"
"message"
+ "name"
"output"
"params"
"priority"