diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | snakemake-mode.el | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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" |