Skip to content

Commit

Permalink
Merge pull request #819 from martinlindhe/master
Browse files Browse the repository at this point in the history
--js: recognize .vue components from vue.js
  • Loading branch information
ggreer committed May 2, 2016
2 parents 00ffeb3 + 601a2b0 commit 9fc8924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lang.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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" } },
{ "julia", { "jl" } },
Expand Down
2 changes: 1 addition & 1 deletion tests/list_file_types.t
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Language types are output:
.java .properties

--js
.js .jsx
.js .jsx .vue

--json
.json
Expand Down

0 comments on commit 9fc8924

Please sign in to comment.