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

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
Vim syntax highlighting for [Vue
components](http://vuejs.org/guide/application.html#Single_File_Components).