Add support for SIL (#1153)

This commit is contained in:
Per Nordlöw 2024-09-30 10:44:55 +02:00 committed by GitHub
parent 758d89f126
commit 7ea37aaed7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -1528,6 +1528,13 @@
"quotes": [["\\\"", "\\\""]],
"extensions": ["shader", "cginc"]
},
"SIL": {
"name": "SIL",
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"], ["/+", "+/"]],
"quotes": [["\\\"", "\\\""], ["'", "'"], ["`", "`"]],
"extensions": ["sil"]
},
"Slang": {
"name": "Slang",
"line_comment": ["//"],