aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
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 /snakemake-mode.el
parent285c1a987497eca88c33edf53f54027018e1546c (diff)
downloadsnakemake-mode-867ebed8cb2bdc0d0a925f2509812b0216e7b09b.tar.gz
Support 'conda' keyword
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el1
1 files changed, 1 insertions, 0 deletions
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"