Skip to content
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

Unrecognized objects aren't highlighted #1217

Open
jsit opened this issue Jul 24, 2020 · 0 comments
Open

Unrecognized objects aren't highlighted #1217

jsit opened this issue Jul 24, 2020 · 0 comments

Comments

@jsit
Copy link

jsit commented Jul 24, 2020

Minimal .vimrc:

set nocompatible                                        
set runtimepath=~/.vim/bundle/vim-javascript,$VIMRUNTIME
filetype plugin on                                      
filetype indent on                                      
syntax on                                               

Example JS:

const foobar = new Array();

foobar.push('lorem ipsum');

foobar on the third line isn't highlighted as anything. Would it be too aggressive to highlight strings followed by dots as objects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant