Highlight JavaScript Object names and keys?
dman777 opened this issue · 3 comments
dman777 commented
tpope commented
How does it look with the default color scheme? Purple is the default comment color and since it's happening for strings rather than comments, something has clearly gone horribly wrong.
dman777 commented
tpope commented
Yeah so that's just as ugly, it's not a vividchalk issue. One thing you might try is the following command in a few spots to see if you can figure out where that highlighting is really coming from:
echo map(synstack(line('.'), col('.')), 'synIDattr(v:val,"name")')