pangloss / vim-javascript

Vastly improved Javascript indentation and syntax support in Vim.
http://www.vim.org/scripts/script.php?script_id=4452
3.8k stars 358 forks source link

highlight for non-reserved keywords constructor, NaN and Infinity? #1208

Closed laoshaw closed 4 years ago

laoshaw commented 4 years ago

these three are missing from default vim javascript syntax and vim-javascript plugin, but they really should be highlighted I feel, am I missing something?

laoshaw commented 4 years ago

Just noticed too many reserved words are not even highlighted, switched to vim-javascript-syntax fixed that.