Skip to content

Commit

Permalink
feat:add filetype vue
Browse files Browse the repository at this point in the history
  • Loading branch information
YangjingZhou committed Mar 20, 2020
1 parent 7c013a1 commit d5a1286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func licenseHeader(path string, tmpl *template.Template, data *copyrightData) ([
lic, err = prefix(tmpl, data, "", "% ", "")
case ".hs", ".sql":
lic, err = prefix(tmpl, data, "", "-- ", "")
case ".html", ".xml":
case ".html", ".xml", ".vue":
lic, err = prefix(tmpl, data, "<!--", " ", "-->")
case ".php":
lic, err = prefix(tmpl, data, "", "// ", "")
Expand Down

0 comments on commit d5a1286

Please sign in to comment.