Skip to content

Commit 23d077f

Browse files
authored
Add GLSL file extensions to extensions.py
1 parent a4ed2ca commit 23d077f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

identify/extensions.py

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

0 commit comments

Comments
 (0)