Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing warnings for certain missing comma errors #68

Open
nkoester opened this issue Feb 16, 2016 · 0 comments
Open

Missing warnings for certain missing comma errors #68

nkoester opened this issue Feb 16, 2016 · 0 comments

Comments

@nkoester
Copy link

I noticed that not all missing commas within a .json file are recognised. The following MWE contains an error (missing comma) in the value of each keyword (except for keyword '0').

{
  "0": "c",

  "a": [ 
         ["1", "2"]
         ["3", "4"]
       ],

  "b": ["1", "2" "3"],

  "c": [1,2 3]

}

For me, only the value of keyword "b" is highlighted as an error. The other errors in "a" and "c" are not highlighted. I tested this with and without colorschemes. Unfortunately I'm not experienced that much with vim so can't really fix this myself.

Some meta:

Terminal: Termite (termite v10-5-g1ac9d1d)
Vim: VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:39:32) Included patches: 1-52

Cheers

Edit:
Installed using pathogen.
Tests done:

  • with and withouth other plugins,
  • clean vimrc, and
  • using xterm
    all the same issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant