--js: recognize .vue components from vue.js

This commit is contained in:
Martin Lindhe 2015-12-25 23:53:27 +01:00
parent 0e577cc7a1
commit 601a2b0dba
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ lang_spec_t langs[] = {
{ "ini", { "ini" } },
{ "jade", { "jade" } },
{ "java", { "java", "properties" } },
{ "js", { "js", "jsx" } },
{ "js", { "js", "jsx", "vue" } },
{ "json", { "json" } },
{ "jsp", { "jsp", "jspx", "jhtm", "jhtml" } },
{ "less", { "less" } },

View file

@ -100,7 +100,7 @@ Language types are output:
.java .properties
--js
.js .jsx
.js .jsx .vue
--json
.json