Description
Feature request
What problem does this feature solve?
Support Kotlin Code Highlight
What does the proposed API look like?
How should this be implemented in your opinion?
@vuepress/core/lib/client/style/config.styl
$codeLang += kt
@vuepress/markdown/lib/highlight.js +=
if(lang === 'kt') {
lang = 'kotlin'
}