Skip to content

Commit

Permalink
add Vue lang
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 14, 2018
1 parent 2530ab0 commit cd41a7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions language.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ var Exts = map[string]string{
"csproj": "MSBuild script",
"vcproj": "MSBuild script",
"vim": "VimL",
"vue": "Vue",
"xml": "XML",
"XML": "XML",
"xsd": "XSD",
Expand Down Expand Up @@ -523,6 +524,7 @@ func NewDefinedLanguages() *DefinedLanguages {
"Vala": NewLanguage("Vala", []string{"//"}, "/*", "*/"),
"Verilog": NewLanguage("Verilog", []string{"//"}, "/*", "*/"),
"VimL": NewLanguage("VimL", []string{`"`}, "", ""),
"Vue": NewLanguage("Vue", []string{"<!--"}, "<!--", "-->"),
"WiX": NewLanguage("WiX", []string{"<!--"}, "<!--", "-->"),
"XML": NewLanguage("XML", []string{"<!--"}, "<!--", "-->"),
"XSLT": NewLanguage("XSLT", []string{"<!--"}, "<!--", "-->"),
Expand Down

0 comments on commit cd41a7d

Please sign in to comment.