chore: add more extensions for `Hlsl` (#1164)

This commit is contained in:
CrazyboyQCD 2024-09-30 16:46:12 +08:00 committed by GitHub
parent 4faf752140
commit 320d1d2c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"quotes": [["\\\"", "\\\""]],
"extensions": ["hlsl"]
"extensions": ["hlsl", "fx", "fxsub"]
},
"HolyC": {
"line_comment": ["//"],