This commit is contained in:
ManjaroOne666 2019-02-09 22:15:36 +00:00
commit b9c532ce5e
5 changed files with 38 additions and 22 deletions

View file

@ -596,6 +596,9 @@
[ "jsonValue", "String" ],
[ "jsonQuote", "Noise" ],
# octobercms
[ "octobercmsSectionDelimiter", "Noise" ],
# plugins
[ "CocErrorSign", "ErrorMsg" ],

View file

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