There was an error while loading. Please reload this page.
1 parent f24b68d commit 0d0cc57Copy full SHA for 0d0cc57
1 file changed
config/languages.yml
@@ -423,6 +423,16 @@ Arc:
423
tm_scope: none
424
ace_mode: text
425
language_id: 20
426
+ArkTS:
427
+ type: programming
428
+ color: "#0080ff"
429
+ extensions:
430
+ - ".ets"
431
+ tm_scope: source.ets
432
+ ace_mode: typescript
433
+ codemirror_mode: javascript
434
+ codemirror_mime_type: application/typescript
435
+ language_id: 56341321
436
AsciiDoc:
437
type: prose
438
color: "#73a0c5"
@@ -4202,6 +4212,16 @@ LLVM:
4202
4212
4203
4213
color: "#185619"
4204
4214
language_id: 191
4215
+LLVM TableGen:
4216
4217
4218
+ - ".td"
4219
+ tm_scope: source.tablegen
4220
+ ace_mode: text
4221
+ color: "#6E8B3D"
4222
+ aliases:
4223
+ - tablegen
4224
+ language_id: 184265095
4205
4225
LOLCODE:
4206
4226
type: programming
4207
4227
extensions:
0 commit comments