-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
adamlaska/osmos-cosmos-sdk
#5Labels
complexity: mediumMedium complexityMedium complexitycontribution welcomeContributions welcomeContributions welcomeeffort: mediumUp to a weekUp to a weekpriority: mediumMedium priority issueMedium priority issuetype: bugSomething isn't workingSomething isn't working
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'
}
Are you willing to work on this yourself?
Metadata
Metadata
Assignees
Labels
complexity: mediumMedium complexityMedium complexitycontribution welcomeContributions welcomeContributions welcomeeffort: mediumUp to a weekUp to a weekpriority: mediumMedium priority issueMedium priority issuetype: bugSomething isn't workingSomething isn't working