We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b7746f + 6b36d75 commit 48179b6Copy full SHA for 48179b6
syntax/json.vim
@@ -101,10 +101,10 @@ if version >= 508 || !exists("did_json_syn_inits")
101
hi def link jsonString String
102
hi def link jsonTest Label
103
hi def link jsonEscape Special
104
- hi def link jsonNumber Delimiter
+ hi def link jsonNumber Number
105
hi def link jsonBraces Delimiter
106
hi def link jsonNull Function
107
- hi def link jsonBoolean Delimiter
+ hi def link jsonBoolean Boolean
108
hi def link jsonKeyword Label
109
110
if (!exists("g:vim_json_warnings") || g:vim_json_warnings==1)
0 commit comments