w0ng / vim-hybrid

A dark color scheme for Vim
1.48k stars 235 forks source link

Are Identifiers/variable not highlighted anymore? #44

Closed BobbyBabes closed 7 years ago

BobbyBabes commented 7 years ago

See screenshot. My code (on the right hand side in the screenshot) is regular JS script. I expected styleSheet and cssSelector to be coloured according to the Identifier line in the default palette (on the left in the screenshot). Even in something like var i = 0; the variable i is plain white.

vim-hybrid-color-scheme-identifiers-not-highlighted

BobbyBabes commented 7 years ago

I just discovered that the syntax/javascript.vim definition does not support identifier/variable highlighting. It's just not detailed enough.

Nothing to do with any colour scheme itself. Closing this.