Skip to content

Commit

Permalink
Add support for SIL (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
nordlow authored Sep 30, 2024
1 parent 758d89f commit 7ea37aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,13 @@
"quotes": [["\\\"", "\\\""]],
"extensions": ["shader", "cginc"]
},
"SIL": {
"name": "SIL",
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"], ["/+", "+/"]],
"quotes": [["\\\"", "\\\""], ["'", "'"], ["`", "`"]],
"extensions": ["sil"]
},
"Slang": {
"name": "Slang",
"line_comment": ["//"],
Expand Down

0 comments on commit 7ea37aa

Please sign in to comment.