Skip to content

Commit 03d2473

Browse files
committed
Add Kotlin as alias for Java
1 parent f168a9e commit 03d2473

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

lib/languages.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/languages.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/languages.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const LANGUAGE_ALIASES: { [lang: string]: Language } = {
1515
c: Language.cpp,
1616
"c++": Language.cpp,
1717
"c#": Language.csharp,
18+
kotlin: Language.java,
1819
typescript: Language.javascript,
1920
};
2021

0 commit comments

Comments
 (0)