Commit Graph
2 Commits
Author SHA1 Message Date
BeserandEduardo San Martin Morote 078be5a88f Add multiple filetypes as javscript,html and css (#42)
* Add multiple filetypes for html,css and javascript

Vim plugings like autocomplete and snippets use filetypes to function,
hence this commit adds filetypes css,html and javascript

* Add multiple filetypes for html,css and javascript

Vim plugings like autocomplete and snippets use filetypes to function,
hence this commit adds filetypes css,html and javascript.

This commit closes #41
2017-01-15 18:11:19 +01:00
W. Evan Sheehan 33ca5940c5 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
2015-02-21 16:57:56 -05:00