aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-08-16 21:38:31 -0400
committerKyle Meyer <kyle@kyleam.com>2018-08-16 21:38:38 -0400
commitefd11aaa0924c589be31b1ebec38d2c4bbbec196 (patch)
tree96884d321f7cd7a40708a3b7f2f7324775fca91c /snakemake-mode.el
parent6d7d4f01a2e510d0557930e19ec30896c9d315a2 (diff)
downloadsnakemake-mode-efd11aaa0924c589be31b1ebec38d2c4bbbec196.tar.gz
mode: Add "pipe" to the list of built-ins
Diffstat (limited to 'snakemake-mode.el')
-rw-r--r--snakemake-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/snakemake-mode.el b/snakemake-mode.el
index b417718..b7f7dae 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -123,6 +123,7 @@
"input"
"output"
"params"
+ "pipe"
"protected"
"shell"
"temp"