summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-01-25 21:59:03 -0500
committerKyle Meyer <kyle@kyleam.com>2018-01-25 21:59:03 -0500
commit875fd4cb3f1ce4dba33f097e03ca72b4a5f90220 (patch)
tree779f035ed22c8c2e1fc02aa1857dcfd79f6159d8
parentbdb9de2ec2a33f04e7e5ecec5fca8cdef7935b15 (diff)
downloadsnakemake-mode-875fd4cb3f1ce4dba33f097e03ca72b4a5f90220.tar.gz
mode: Add "singularity" to the list of field keys
Closes #24.
-rw-r--r--NEWS3
-rw-r--r--snakemake-mode.el1
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa9a22f..0e689af 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ NEWS -- history of user-visible changes -*- mode: org; -*-
** New features
+- The 'singularity' keyword (new in Snakemake v4.2.0) is now
+ recognized.
+
- ".smk" has been added as a suffix for Snakemake files.
* v1.2.0
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"