othree / yajs.vim

YAJS.vim: Yet Another JavaScript Syntax for Vim
http://www.vim.org/scripts/script.php?script_id=4974
Vim License
688 stars 41 forks source link

Semicolons are red #82

Closed sotojuan closed 8 years ago

sotojuan commented 9 years ago

I am not sure if this is just me and my set up (OS X, macvim, base16-ocean dark scheme), but semicolons are red (same color as let or var).

IMO semicolons, like variable names, should not have any color.

othree commented 9 years ago

Any code sample?

sotojuan commented 9 years ago

Here is a screenshot. I have tried other color schemes and in all of them the semicolons have a color that makes them stand out.

othree commented 8 years ago

I think current reversion is use Statement as highlight group. Please take a look is there any different.

sotojuan commented 8 years ago

I'll take a look later, but all I did to fix my issue was change line 368 of javascript.vim to say Normal instead of Exception. That made the semicolons white, which is what I like.