-
Notifications
You must be signed in to change notification settings - Fork 98
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
conflict with vim-javascript #139
Comments
From looking at I found that setting rainbow's config @luochen1990 Please correct me if I'm wrong, or if you have any advice. |
I've been playing around with it and I managed to make a config that mostly works. Does not handle highlighting inside of regexes and auto indentation doesn't work a lot of places. Note that some of the operators have spaces around them which was needed to disambiguate them from other syntax elements. Even has somewhat decent jsx tag matching support (doesn't match
This does basically gut a bunch of the syntax highlighting infrastructure, but it isn't very noticeable beyond the indentation issues. |
Hi Luo,
rainbow seems to me beautiful also for javascript!
But the plugin seems in conflict with https://github.com/pangloss/vim-javascript
(I use this last to colorize JSDOCs); With vim-javascript plugin enabled, rainbow doesn't colorize parentheses.
There is any (simple) way to run together both plugins?
Sorry for boring request (I know often people asked about it, but I can't find a solution).
Thanks!
giorgio
The text was updated successfully, but these errors were encountered: