update
This commit is contained in:
parent
80cdfee138
commit
b9c532ce5e
5 changed files with 38 additions and 22 deletions
|
|
@ -596,6 +596,9 @@
|
|||
[ "jsonValue", "String" ],
|
||||
[ "jsonQuote", "Noise" ],
|
||||
|
||||
# octobercms
|
||||
[ "octobercmsSectionDelimiter", "Noise" ],
|
||||
|
||||
# plugins
|
||||
|
||||
[ "CocErrorSign", "ErrorMsg" ],
|
||||
|
|
|
|||
|
|
@ -323,6 +323,7 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
|
|||
hi link jsonKeyword Identifier
|
||||
hi link jsonValue String
|
||||
hi link jsonQuote Noise
|
||||
hi link octobercmsSectionDelimiter Noise
|
||||
hi link CocErrorSign ErrorMsg
|
||||
hi link CocWarningSign WarningMsg
|
||||
hi link CocInfoSign Question
|
||||
|
|
@ -684,6 +685,7 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
|
|||
hi link jsonKeyword Identifier
|
||||
hi link jsonValue String
|
||||
hi link jsonQuote Noise
|
||||
hi link octobercmsSectionDelimiter Noise
|
||||
hi link CocErrorSign ErrorMsg
|
||||
hi link CocWarningSign WarningMsg
|
||||
hi link CocInfoSign Question
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue