mirror of
https://github.com/posva/vim-vue.git
synced 2025-12-08 18:34:45 +08:00
Add basic syntax files
- 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
This commit is contained in:
1
ftdetect/vue.vim
Normal file
1
ftdetect/vue.vim
Normal file
@@ -0,0 +1 @@
|
||||
au BufNewFile,BufRead *.vue setf vue
|
||||
Reference in New Issue
Block a user