add syntax highlight for *.vue component files

This commit is contained in:
Evan You
2015-07-21 18:51:55 -04:00
parent 07173d2238
commit 7b5d1c075d
6 changed files with 66 additions and 0 deletions

View File

@@ -3516,6 +3516,14 @@ Volt:
tm_scope: source.d
ace_mode: d
Vue:
type: markup
color: "#2c3e50"
extensions:
- .vue
tm_scope: text.html.vue
ace_mode: html
Web Ontology Language:
type: markup
color: "#9cc9dd"