Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions config/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,16 @@ Arc:
tm_scope: none
ace_mode: text
language_id: 20
ArkTS:
type: programming
color: "#0080ff"
extensions:
- ".ets"
tm_scope: source.ets
ace_mode: typescript
codemirror_mode: javascript
codemirror_mime_type: application/typescript
language_id: 56341321
AsciiDoc:
type: prose
color: "#73a0c5"
Expand Down Expand Up @@ -4202,6 +4212,16 @@ LLVM:
ace_mode: text
color: "#185619"
language_id: 191
LLVM TableGen:
type: programming
extensions:
- ".td"
tm_scope: source.tablegen
ace_mode: text
color: "#6E8B3D"
aliases:
- tablegen
language_id: 184265095
LOLCODE:
type: programming
extensions:
Expand Down