Skip to content

Commit 23a1eec

Browse files
authored
added more language mapping
1 parent 4f6abc2 commit 23a1eec

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Other/OHF/names.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
{
22
"python": "PY",
3-
"javascript": "JS"
4-
}
3+
"javascript": "JS",
4+
"typescript": "TS",
5+
"kotlin": "KT",
6+
"rust": "RS",
7+
"ruby": "RB",
8+
"c": "C",
9+
"cpp": "CPP",
10+
"csharp": "CS",
11+
"java": "JAVA",
12+
"go": "GO",
13+
"php": "PHP",
14+
"swift": "SWIFT",
15+
"lua": "LUA",
16+
"scala": "SCALA",
17+
"perl": "PL",
18+
"haskell": "HS",
19+
"r": "R"
20+
}

0 commit comments

Comments
 (0)