Move json highlight overrides to after/syntax

This commit is contained in:
Kenneth Benzie 2016-11-24 14:22:15 +00:00
parent b0b66de642
commit 239ffea954
2 changed files with 5 additions and 4 deletions

View File

@ -18,7 +18,3 @@ function! JsonFold(lnum)
return '=' return '='
endfunction endfunction
" Override default group names
hi link jsonQuote Operator
hi link jsonKeyword Keyword

5
after/syntax/json.vim Normal file
View File

@ -0,0 +1,5 @@
" Override default group names
hi link jsonQuote String
hi link jsonKeyword Keyword
hi link jsonKeywordMatch Operator
hi link jsonNoise Operator