Skip to content

Commit

Permalink
Add more hlsl file extensions (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Sep 9, 2023
1 parent 67983f9 commit 340fd85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lexers/embedded/hlsl.xml
Expand Up @@ -4,6 +4,9 @@
<alias>hlsl</alias>
<filename>*.hlsl</filename>
<filename>*.hlsli</filename>
<filename>*.cginc</filename>
<filename>*.fx</filename>
<filename>*.fxh</filename>
<mime_type>text/x-hlsl</mime_type>
</config>
<rules>
Expand Down Expand Up @@ -104,4 +107,4 @@
</rule>
</state>
</rules>
</lexer>
</lexer>

0 comments on commit 340fd85

Please sign in to comment.