Skip to content

Commit 48179b6

Browse files
authored
Merge pull request elzr#76 from rhysd/reasonable-bool-number
Use Boolean and Number highlights for jsonBoolean and jsonNumber
2 parents 7b7746f + 6b36d75 commit 48179b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax/json.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ if version >= 508 || !exists("did_json_syn_inits")
101101
hi def link jsonString String
102102
hi def link jsonTest Label
103103
hi def link jsonEscape Special
104-
hi def link jsonNumber Delimiter
104+
hi def link jsonNumber Number
105105
hi def link jsonBraces Delimiter
106106
hi def link jsonNull Function
107-
hi def link jsonBoolean Delimiter
107+
hi def link jsonBoolean Boolean
108108
hi def link jsonKeyword Label
109109

110110
if (!exists("g:vim_json_warnings") || g:vim_json_warnings==1)

0 commit comments

Comments
 (0)