summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-11-15 18:23:20 -0500
committerKyle Meyer <kyle@kyleam.com>2016-11-15 18:24:03 -0500
commit867ebed8cb2bdc0d0a925f2509812b0216e7b09b (patch)
tree13608f39a01de069e7be172d1231a21abd23f450
parent285c1a987497eca88c33edf53f54027018e1546c (diff)
downloadsnakemake-mode-867ebed8cb2bdc0d0a925f2509812b0216e7b09b.tar.gz
Support 'conda' keyword
-rw-r--r--NEWS6
-rw-r--r--snakemake-mode.el1
2 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ea6492e..48289ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
+* master (unreleased)
+
+** New features
+
+- The 'conda' keyword (new in Snakemake v3.9.0) is now recognized.
+
* v1.0.0
** New features
diff --git a/snakemake-mode.el b/snakemake-mode.el
index f5b1581..9471965 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -82,6 +82,7 @@
(anon-rule . ,(rx symbol-start "rule"))
(field-key . ,(rx symbol-start
(or "benchmark"
+ "conda"
"input"
"log"
"message"