diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-05-19 20:39:38 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-05-19 20:39:38 -0400 |
commit | 8bc919296755ce58f52fd800ee21863c7aefb430 (patch) | |
tree | 563b28bfeed3b00d63003605ed449ddc835911d4 /snakemake-mode.el | |
parent | 301df381a17d7233f3556e9206d133fd893e3460 (diff) | |
download | snakemake-mode-8bc919296755ce58f52fd800ee21863c7aefb430.tar.gz |
mode: Add "singularity" as to the list of top-level commands
In addition the per-rule singularity field, Snakemake supports a
top-level global directive (since v4.8.0, I think).
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r-- | snakemake-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el index dd0e35e..742a793 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -111,6 +111,7 @@ "onerror" "onsuccess" "ruleorder" + "singularity" "wildcard_constraints" "workdir") symbol-end)) |