summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2012-02-16 14:04:19 +0000
committerMaxime Coste <frrrwww@gmail.com>2012-02-16 14:04:19 +0000
commitd548037922e6bb1ddac2f5f33d36d911c60aa260 (patch)
treec692cc08f523e70258c1851403bd6d68001493e6 /src
parent6aacebd2e00f91c13f791ddf7a43a2cf5ccf4f7b (diff)
tweak kakrc highlighting
Diffstat (limited to 'src')
-rw-r--r--src/rc/kakrc.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/kakrc.kak b/src/rc/kakrc.kak
index 09a46770..5c258eb0 100644
--- a/src/rc/kakrc.kak
+++ b/src/rc/kakrc.kak
@@ -1,6 +1,6 @@
hook global WinCreate (.*/)?(kakrc|.*.kak) \
addhl group hlkakrc; \
- addgrouphl hlkakrc regex \<(hook|addhl|rmhl|addgrouphl|rmgrouphl|addfilter|rmfilter|exec|source|runtime)\> green default; \
+ addgrouphl hlkakrc regex \<(hook|addhl|rmhl|addgrouphl|rmgrouphl|addfilter|rmfilter|exec|source|runtime|def|echo|edit)\> green default; \
addgrouphl hlkakrc regex \<(default|black|red|green|yellow|blue|magenta|cyan|white)\> yellow default; \
addgrouphl hlkakrc regex (?<=\<hook)(\h+\w+){2}\h+\H+ magenta default; \
addgrouphl hlkakrc regex (?<=\<hook)(\h+\w+){2} cyan default; \