mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-08 18:34:45 +08:00
- Set the filetype to "vue" for files with a .vue extension - Define regions for <template>, <style>, and <script> tags - Include HTML, CSS, and JavaScript syntax highlighting for the <template>, <style>, and <script> regions
2 lines
37 B
VimL
2 lines
37 B
VimL
au BufNewFile,BufRead *.vue setf vue
|