aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-02-22 00:15:25 -0500
committerKyle Meyer <kyle@kyleam.com>2022-02-22 00:15:25 -0500
commitf6abb59d4f3b97d9519b075157f4bb19efac494b (patch)
tree24e04459921941f4f4543edbe1169e110543f6df /snakemake-mode.el
parent81daafa52007ddc11a4115f300df0a6838bc95f9 (diff)
downloadsnakemake-mode-f6abb59d4f3b97d9519b075157f4bb19efac494b.tar.gz
mode: Add support for some newer keywords
I'm not sure if containerized can be used as a field too, but I only see it used as a top-level command in the examples.
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 29b2544..4c26392 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -87,12 +87,15 @@
"conda"
"container"
"cwl"
+ "default_target"
"envmodules"
"group"
+ "handover"
"input"
"log"
"message"
"name"
+ "notebook"
"output"
"params"
"priority"
@@ -114,6 +117,7 @@
(sm-command . ,(rx symbol-start
(or "configfile"
"container"
+ "containerized"
"envvars"
"include"
"localrules"