Skip to content

Commit 1503646

Browse files
committed
feat: add cangjie support
1 parent 9a76d6a commit 1503646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hooks/ext_info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"nim": ("Nim", "nim"),
2525
"sql": ("MySQL", "sql"),
2626
"sh": ("Shell", "bash"),
27+
"cj": ("Cangjie", "cj"),
2728
}
2829

2930
mapping = {lang: name for name, lang in code_dict.values()}

0 commit comments

Comments
 (0)