elzr / vim-json

A better JSON for Vim: distinct highlighting of keywords vs values, JSON-specific (non-JS) warnings, quote concealing. Pathogen-friendly.
Other
1.23k stars 111 forks source link

Number is not correctly highlighted. #73

Open zhou13 opened 8 years ago

zhou13 commented 8 years ago

I found jsonNumber is linked to Delimiter by default. This does not look good under my colorscheme because my delimiter has similar color as the background. I think jsonNumber should be linked to Number by default.