Skip to content

Commit dade27a

Browse files
committed
Add ArkTS language support with .ets extension and HarmonyOS samples
- Add ArkTS as a new programming language with .ets file extension - Configure syntax highlighting using TextMate grammar from ohosvscode/arkTS - Add real-world ArkTS samples from HarmonyOS development - Set language ID using script/update-ids (56341321) and color to #3178c6 - Configure ace_mode as typescript and codemirror_mode as javascript - Add license information for ArkTS submodule
1 parent 929e50f commit dade27a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/linguist/languages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ ArkTS:
413413
ace_mode: typescript
414414
codemirror_mode: javascript
415415
codemirror_mime_type: application/typescript
416-
language_id: 1000001
416+
language_id: 56341321
417417
AsciiDoc:
418418
type: prose
419419
color: "#73a0c5"

0 commit comments

Comments
 (0)