feat: Add language support for Ark TypeScript (#1300)

reference: https://en.wikipedia.org/wiki/ArkTS
This commit is contained in:
Kem Chen 2025-12-03 17:38:28 +08:00 committed by GitHub
parent 5b597c070c
commit 17e8418d9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@
"quotes": [["\\\"", "\\\""]],
"extensions": ["ino"]
},
"ArkTS": {
"name": "Ark TypeScript",
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"quotes": [["\\\"", "\\\""], ["'", "'"], ["`", "`"]],
"extensions": ["ets"]
},
"Arturo": {
"line_comment": [";"],
"quotes": [["\\\"", "\\\""]],