Move json highlight overrides to after/syntax
This commit is contained in:
parent
b0b66de642
commit
239ffea954
@ -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
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
|
Loading…
x
Reference in New Issue
Block a user