tweak kakrc highlighting
This commit is contained in:
parent
6aacebd2e0
commit
d548037922
|
@ -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; \
|
||||
|
|
Loading…
Reference in New Issue
Block a user