Skip to content

Commit 7783767

Browse files
authored
Merge pull request #572 from petamas/add-hlsl
Add support for *.hlsl and *.hlsli
2 parents c206f69 + bbacada commit 7783767

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

identify/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@
103103
'h': {'text', 'header', 'c', 'c++'},
104104
'hbs': {'text', 'handlebars'},
105105
'hcl': {'text', 'hcl'},
106+
'hlsl': {'text', 'hlsl'},
107+
'hlsli': {'text', 'hlsl'},
106108
'hh': {'text', 'header', 'c++'},
107109
'hpp': {'text', 'header', 'c++'},
108110
'hrl': {'text', 'erlang'},

0 commit comments

Comments
 (0)