diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-10-04 22:39:36 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-10-04 22:46:55 -0400 |
commit | 43b3315149956765b7b3480dfd095ffd00b41dc2 (patch) | |
tree | 4d4c809ffe6b102ec1eae501ce9825ced3bb341b /snakemake-mode.el | |
parent | 8049e70feed377b27b7d5740bfdcc31bbc0dd318 (diff) | |
download | snakemake-mode-43b3315149956765b7b3480dfd095ffd00b41dc2.tar.gz |
mode: Add "report" to list of field keys and built-ins
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r-- | snakemake-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
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" |