I am editing a dead simple JSON file:
{
"foo": "bar"
}
Here's what I see:
Doing a C-h m
I see the following minor modes running alongside JSON mode:
Enabled minor modes: Auto-Composition Auto-Compression Auto-Encryption
Column-Number File-Name-Shadow Font-Lock Global-Font-Lock
Global-Hl-Line Global-Linum Js2 Line-Number Linum Mouse-Wheel Openwith
Tool-Bar Tooltip Transient-Mark
The following problem is reported when the cursor is on :
character:
missing ; before statement
The entire "bar"
string value is also highlight red.
Is the problem related to js-lint
running alongside JSON?