Move json highlight overrides to after/syntax
This commit is contained in:
5
after/syntax/json.vim
Normal file
5
after/syntax/json.vim
Normal 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
|
||||
Reference in New Issue
Block a user