bigfish / vim-js-context-coloring

JavaScript Context Coloring in Vim
MIT License
151 stars 8 forks source link

Babel-based context colouring #23

Open sheerun opened 8 years ago

sheerun commented 8 years ago

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?

bigfish commented 8 years ago

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?