mirror of https://github.com/XAMPPRocky/tokei
feat: Add language support for Ark TypeScript (#1300)
reference: https://en.wikipedia.org/wiki/ArkTS
This commit is contained in:
parent
5b597c070c
commit
17e8418d9f
|
|
@ -46,6 +46,13 @@
|
|||
"quotes": [["\\\"", "\\\""]],
|
||||
"extensions": ["ino"]
|
||||
},
|
||||
"ArkTS": {
|
||||
"name": "Ark TypeScript",
|
||||
"line_comment": ["//"],
|
||||
"multi_line_comments": [["/*", "*/"]],
|
||||
"quotes": [["\\\"", "\\\""], ["'", "'"], ["`", "`"]],
|
||||
"extensions": ["ets"]
|
||||
},
|
||||
"Arturo": {
|
||||
"line_comment": [";"],
|
||||
"quotes": [["\\\"", "\\\""]],
|
||||
|
|
|
|||
Loading…
Reference in New Issue