diff options
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r-- | snakemake-mode.el | 4 |
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" |