-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
buggood first issueShould be easier for first time contributorsShould be easier for first time contributorshelp welcomeCould use help from communityCould use help from communitylanguage
Description
Describe the issue
hljs.getLanguage("kts")
cannot find Kotlin language.
Which language seems to have the issue?
Kotlin
Are you using highlight
or highlightAuto
?
highlight
Sample Code to Reproduce
hljs.getLanguage("kt"); // works
hljs.getLanguage("kotlin"); // works
hljs.getLanguage("kts"); // doesn't work
example:
https://jsfiddle.net/tao605qL/55/
Expected behavior
hljs.getLanguage("kts");
should return "Kotlin" language.
Metadata
Metadata
Assignees
Labels
buggood first issueShould be easier for first time contributorsShould be easier for first time contributorshelp welcomeCould use help from communityCould use help from communitylanguage