Skip to content

Commit 10a75ea

Browse files
authored
feat: update extensions.py
Adds `.templ` as an extension as per https://templ.guide/core-concepts/template-generation
1 parent f093855 commit 10a75ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
'swiftdeps': {'text', 'swiftdeps'},
250250
'tac': {'text', 'twisted', 'python'},
251251
'tar': {'binary', 'tar'},
252+
'templ': {'text', 'go', 'templ'},
252253
'tex': {'text', 'tex'},
253254
'textproto': {'text', 'textproto'},
254255
'tf': {'text', 'terraform'},

0 commit comments

Comments
 (0)