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

escaped double quotes breaks color formatting #101

Open ahillio opened 4 years ago

ahillio commented 4 years ago

It appears that it's valid json syntax to allow double quotes as a value by escaping them like so \". But doing that breaks the coloring that this plugin provides... here "inch" is spelled out at top of screenshot... Screenshot_20200704_134740 and here I try to use the doublequotes symbol " to indicate inches... Screenshot_20200704_134847 Is this a bug or a feature request?