diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-01-25 21:59:03 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-01-25 21:59:03 -0500 |
commit | 875fd4cb3f1ce4dba33f097e03ca72b4a5f90220 (patch) | |
tree | 779f035ed22c8c2e1fc02aa1857dcfd79f6159d8 /snakemake-mode.el | |
parent | bdb9de2ec2a33f04e7e5ecec5fca8cdef7935b15 (diff) | |
download | snakemake-mode-875fd4cb3f1ce4dba33f097e03ca72b4a5f90220.tar.gz |
mode: Add "singularity" to the list of field keys
Closes #24.
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 bba4ba8..339cc79 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -94,6 +94,7 @@ "script" "shadow" "shell" + "singularity" "threads" "version" "wildcard_constraints" |