leafOfTree / vim-vue-plugin

Vim syntax and indent plugin for .vue files
The Unlicense
177 stars 9 forks source link

Support coffeescript inside <script lang="coffee"> #14

Closed mat813 closed 5 years ago

mat813 commented 5 years ago

The coffeescript plugin support is available here : https://github.com/kchmck/vim-coffee-script

leafOfTree commented 5 years ago

Thank you for the suggestion. It should support CoffeeScript now when adding

let g:vim_vue_plugin_use_coffee = 1
mat813 commented 5 years ago

Works great, thank you so much :-)