bigfish / vim-js-context-coloring

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

prevent colorizing non-JS files #13

Closed mattsawyer77 closed 9 years ago

mattsawyer77 commented 10 years ago

First of all let me thank you for providing this plugin, it works very well!

I noticed that the plugin, when enabled, also attempts to color non-javascript files. I don't know much about vim plugins, so I don't know if it's feasible to fix this.

bigfish commented 10 years ago

yes, thanks, this has been bothering me for some time. I think I have a fix for it but want to do a bit more testing to make sure..

bigfish commented 9 years ago

I think this should be fixed now. I've restricted the plugin to files of type 'javascript'.