summaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 4a20236..ddae88b 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -112,7 +112,7 @@
(defconst snakemake-builtin-function-re
(rx (group symbol-start
- (or "expand" "shell" "protected" "temp" "dynamic"))
+ (or "expand" "shell" "protected" "temp" "dynamic" "touch"))
"(")
"Regexp matching a call to a builtin Snakemake function.")