tpope/vim-vividchalk

Highlight JavaScript Object names and keys?

dman777 opened this issue · 3 comments

I love this color scheme. I am using it for JavaScript.

How can I make the Object names, such as _initFirstView and Polymer in Polymer.dom(this.root).querySelectorAll('paper-listbox') colored? There is to much green here

foo

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.

Thank you for your reply. Here it is with no color themes...

foo

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")')