summaryrefslogtreecommitdiffstats
path: root/syntax/json.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-12-06 12:56:27 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-12-06 12:56:27 +0100
commitdce9e8dec5ef51730291c7bbff3e3997433eabbd (patch)
tree1ca7140cd4244dfdff3d8d58f936d9dc159c9d4e /syntax/json.vim
parent30c87b73deff05c7dd9590228c0615a3299f39ff (diff)
downloadvim-polyglot-dce9e8dec5ef51730291c7bbff3e3997433eabbd.tar.gz
vim-polyglot-dce9e8dec5ef51730291c7bbff3e3997433eabbd.zip
Update
Diffstat (limited to '')
-rw-r--r--syntax/json.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/json.vim b/syntax/json.vim
index 48bc18e1..a65214a5 100644
--- a/syntax/json.vim
+++ b/syntax/json.vim
@@ -103,10 +103,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)