Skip to content

Commit 689992f

Browse files
authored
Add back in accidentally dropped 'text',
1 parent 23d077f commit 689992f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

identify/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'ggb': {'binary', 'zip', 'ggb'},
9494
'gif': {'binary', 'image', 'gif'},
9595
'gleam': {'text', 'gleam'},
96-
'glsl': {'comp', 'frag', 'geom', 'tesc', 'tese', 'vert'},
96+
'glsl': {'text', 'comp', 'frag', 'geom', 'tesc', 'tese', 'vert'},
9797
'go': {'text', 'go'},
9898
'gotmpl': {'text', 'gotmpl'},
9999
'gpx': {'text', 'gpx', 'xml'},

0 commit comments

Comments
 (0)