You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, thanks for bringing this one up. It had been on the backburner for months because of some Vim weirdness (apparently concealing the quotes made me unable to reuse them in another syntax highlighting match). But today I finally hacked my way through! This common slip should now produce a syntax error :)
A very common mistake when editing json files, is to forget to add a comma, or to add an extra one.
vim-json already detets extra commas, but it does not detect missing ones.
Here is a minimal example of an invalid json file which is not highlighted for errors by vim-json:
The text was updated successfully, but these errors were encountered: