vim-js-context-coloring
vim-js-context-coloring copied to clipboard
JavaScript Context Coloring in Vim
Proposed fix for issue #26
Hey, I discovered your plugin though blogpost of @davidosomething (http://davidosomething.com/blog/vim-for-javascript/). I find the idea awesome, but it lacks support for es6 features and custom babel syntax plugins. Would you consider...
Today my vim-js-context-coloring simply won't work anymore. When I try to toggle it, I get `No matching autocommands`. I've tried to remove it completely and install again, but no luck....
I use the [Spread operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator) (`[ ...arrayToBeSpreaded, 'value 2' ]`), but it breaks the highlight in JSContextColoring. Is there a way to make this work? Thank you.
Is it possible to install it with Vundle? I tried by adding: ``` Bundle "bigfish/vim-js-context-coloring" ``` to my .vimrc and running: ``` :BundleInstall ``` When I restarted vim, I tried...