Skip to content

Commit

Permalink
Merge pull request #76 from rhysd/reasonable-bool-number
Browse files Browse the repository at this point in the history
Use Boolean and Number highlights for jsonBoolean and jsonNumber
  • Loading branch information
elzr committed Nov 27, 2017
2 parents 7b7746f + 6b36d75 commit 48179b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax/json.vim
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ if version >= 508 || !exists("did_json_syn_inits")
hi def link jsonString String
hi def link jsonTest Label
hi def link jsonEscape Special
hi def link jsonNumber Delimiter
hi def link jsonNumber Number
hi def link jsonBraces Delimiter
hi def link jsonNull Function
hi def link jsonBoolean Delimiter
hi def link jsonBoolean Boolean
hi def link jsonKeyword Label

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

0 comments on commit 48179b6

Please sign in to comment.