vim-js-context-coloring
vim-js-context-coloring copied to clipboard
Babel-based context colouring
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 creating another plugin, but on top of Babel's syntax parser instead of node's and behaves more like usual highlighter?
Hi,
The plugin should support es2015. However, it doesn't support everything Babel can do, esp. the level 1 stuff. What isn't working for you?