* 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
- 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