aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-10-04 22:39:36 -0400
committerKyle Meyer <kyle@kyleam.com>2018-10-04 22:46:55 -0400
commit43b3315149956765b7b3480dfd095ffd00b41dc2 (patch)
tree4d4c809ffe6b102ec1eae501ce9825ced3bb341b
parent8049e70feed377b27b7d5740bfdcc31bbc0dd318 (diff)
downloadsnakemake-mode-43b3315149956765b7b3480dfd095ffd00b41dc2.tar.gz
mode: Add "report" to list of field keys and built-ins
-rw-r--r--NEWS3
-rw-r--r--snakemake-mode.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cc4b905..c7ac010 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,8 @@ NEWS -- history of user-visible changes -*- mode: org; -*-
- ~snakemake-popup~ now includes ~--use-conda~.
- Additional Snakemake keywords are now recognized: 'group' keyword
- (new in Snakemake v5.0) and 'localrules'.
+ (new in Snakemake v5.0), report (both the keyword and function; new
+ in Snakemake v5.1), and 'localrules'.
* v1.4.0
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 9d1f895..22b7128 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -112,6 +112,7 @@
"localrules"
"onerror"
"onsuccess"
+ "report"
"ruleorder"
"singularity"
"wildcard_constraints"
@@ -127,6 +128,7 @@
"params"
"pipe"
"protected"
+ "report"
"shell"
"temp"
"touch"