Skip to content

Support Kotlin Code Highlight #1831

Closed
adamlaska/osmos-cosmos-sdk
#5
@bamboovir

Description

@bamboovir

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions