mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-25 10:32:19 +03:00
Merge remote-tracking branch 'jkonecny/master-kickstart-colors'
This commit is contained in:
commit
fb33fe1d2d
@ -18,11 +18,11 @@ addhl -group /kickstart/single_string fill string
|
||||
addhl -group /kickstart/double_string fill string
|
||||
addhl -group /kickstart/packages regex "^\h*[\w-]*" 0:value
|
||||
addhl -group /kickstart/packages regex "#[^\n]*" 0:comment
|
||||
addhl -group /kickstart/packages regex "^\h*@[\w-]*" 0:attribute
|
||||
addhl -group /kickstart/packages regex '\`\h*\K%packages\>' 0:yellow
|
||||
addhl -group /kickstart/packages regex '^\h*%end\>' 0:yellow
|
||||
addhl -group /kickstart/shell regex '\`\h*\K%(pre-install|pre|post)\>' 0:yellow
|
||||
addhl -group /kickstart/shell regex '^\h*%end\>' 0:yellow
|
||||
addhl -group /kickstart/packages regex "^\h*@\^?[\h\w-]*" 0:attribute
|
||||
addhl -group /kickstart/packages regex '\`\h*\K%packages\>' 0:type
|
||||
addhl -group /kickstart/packages regex '^\h*%end\>' 0:type
|
||||
addhl -group /kickstart/shell regex '\`\h*\K%(pre-install|pre|post)\>' 0:type
|
||||
addhl -group /kickstart/shell regex '^\h*%end\>' 0:type
|
||||
addhl -group /kickstart/shell ref sh
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user