Skip to content

Commit 99544c4

Browse files
committed
Add Kotlin as alias for Java
1 parent fc006cc commit 99544c4

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

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)