package k
import "github.com/alecthomas/chroma/lexers/k"
Index ¶
Variables ¶
var Kotlin = internal.Register(MustNewLazyLexer( &Config{ Name: "Kotlin", Aliases: []string{"kotlin"}, Filenames: []string{"*.kt"}, MimeTypes: []string{"text/x-kotlin"}, DotAll: true, }, kotlinRules, ))
Kotlin lexer.
Source Files ¶
- Version
- v0.9.0
- Published
- Apr 24, 2021
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 7 minutes ago –
Tools for package owners.