Skip to content

Commit d5a1286

Browse files
committed
feat:add filetype vue
1 parent 7c013a1 commit d5a1286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func licenseHeader(path string, tmpl *template.Template, data *copyrightData) ([
219219
lic, err = prefix(tmpl, data, "", "% ", "")
220220
case ".hs", ".sql":
221221
lic, err = prefix(tmpl, data, "", "-- ", "")
222-
case ".html", ".xml":
222+
case ".html", ".xml", ".vue":
223223
lic, err = prefix(tmpl, data, "<!--", " ", "-->")
224224
case ".php":
225225
lic, err = prefix(tmpl, data, "", "// ", "")

0 commit comments

Comments
 (0)