tweak kakrc highlighting

This commit is contained in:
Maxime Coste 2012-02-16 14:04:19 +00:00
parent 6aacebd2e0
commit d548037922

View File

@ -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; \