Skip to content

Commit 46b22ed

Browse files
authored
fix: remove go from .templ extension
1 parent 10a75ea commit 46b22ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identify/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
'swiftdeps': {'text', 'swiftdeps'},
250250
'tac': {'text', 'twisted', 'python'},
251251
'tar': {'binary', 'tar'},
252-
'templ': {'text', 'go', 'templ'},
252+
'templ': {'text', 'templ'},
253253
'tex': {'text', 'tex'},
254254
'textproto': {'text', 'textproto'},
255255
'tf': {'text', 'terraform'},

0 commit comments

Comments
 (0)