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:
W. Evan Sheehan
2015-02-21 16:57:56 -05:00
parent 739d131fa3
commit 33ca5940c5
3 changed files with 24 additions and 0 deletions

1
ftdetect/vue.vim Normal file
View File

@@ -0,0 +1 @@
au BufNewFile,BufRead *.vue setf vue