posva / vim-vue

Syntax Highlight for Vue.js components
MIT License
1.29k stars 103 forks source link

Fix javascript highlighting #89

Closed eliseshaffer closed 6 years ago

eliseshaffer commented 6 years ago

This fixes #76 by explicitly setting javascript on script tags.

Will make sure it uses the javascript.vim highlighting instead of default html hightlighting.

eliseshaffer commented 6 years ago

I am going to close this because #88 actually fixes this and has passing tests.