aboutsummaryrefslogtreecommitdiff
path: root/snakemake-mode.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-08-16 21:37:05 -0400
committerKyle Meyer <kyle@kyleam.com>2018-08-16 21:37:08 -0400
commit6d7d4f01a2e510d0557930e19ec30896c9d315a2 (patch)
tree61b04698b2765a9689707910ff74091908506ebc /snakemake-mode.el
parentca4d60dd0923d15b688e919c35a9df2e3e9ed380 (diff)
downloadsnakemake-mode-6d7d4f01a2e510d0557930e19ec30896c9d315a2.tar.gz
mode: Add "directory" 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 21b7b1f..b417718 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -117,6 +117,7 @@
symbol-end))
(sm-builtin . ,(rx symbol-start
(or "ancient"
+ "directory"
"dynamic"
"expand"
"input"