Skip to content

Commit

Permalink
chore: add more extensions for Hlsl (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyboyQCD authored Sep 30, 2024
1 parent 4faf752 commit 320d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"quotes": [["\\\"", "\\\""]],
"extensions": ["hlsl"]
"extensions": ["hlsl", "fx", "fxsub"]
},
"HolyC": {
"line_comment": ["//"],
Expand Down

0 comments on commit 320d1d2

Please sign in to comment.