mirror of https://github.com/XAMPPRocky/tokei
Add support for SIL (#1153)
This commit is contained in:
parent
758d89f126
commit
7ea37aaed7
|
|
@ -1528,6 +1528,13 @@
|
|||
"quotes": [["\\\"", "\\\""]],
|
||||
"extensions": ["shader", "cginc"]
|
||||
},
|
||||
"SIL": {
|
||||
"name": "SIL",
|
||||
"line_comment": ["//"],
|
||||
"multi_line_comments": [["/*", "*/"], ["/+", "+/"]],
|
||||
"quotes": [["\\\"", "\\\""], ["'", "'"], ["`", "`"]],
|
||||
"extensions": ["sil"]
|
||||
},
|
||||
"Slang": {
|
||||
"name": "Slang",
|
||||
"line_comment": ["//"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue