Merge pull request #2513 from yyx990803/master

add syntax highlight for *.vue component files
This commit is contained in:
Arfon Smith
2015-08-04 12:47:12 +01:00
6 changed files with 66 additions and 0 deletions

View File

@@ -3524,6 +3524,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"