-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global Objects as function names will be not be highlighted #1192
Comments
new Float32Array()
funciton is not highlightingArray
are not hightlighted
Array
are not hightlightedArray
are not hightlighted
Array
are not hightlightedArray
randomly do not highlight
Array
randomly do not highlightArray
or Float
randomly do not highlight
Array
or Float
randomly do not highlightFloat32Array
constructor and Constructors that contain Array
do not get highlighted
Float32Array
constructor and Constructors that contain Array
do not get highlightedFloat32Array
constructor and constructors that contain Array
do not get highlighted
Float32Array
constructor and constructors that contain Array
do not get highlighted
I am not sure I can repro this issue (unless I am misunderstanding it):
|
I'm running into the same issue with the Gruvbox. Please keep it posted if there is any quick fix for this. |
Float32Array
constructor method doesn't get highlightedI played around with similar constructors to see what will and will not get highlighted - These also do not get highlighted.
Update
It appears a Global Object used as a constructor will not be highlighted, (even if there are numbers coming before the reserved word)
vim-javascript/syntax/javascript.vim
Line 113 in b6c8c84
I'm more than happy to help and try to come up with a way to fix this
PS: sorry for all the name edits
The text was updated successfully, but these errors were encountered: