import "github.com/alecthomas/chroma/lexers/k"
kotlin.go
Kotlin lexer.
var Kotlin = internal.Register(MustNewLazyLexer( &Config{ Name: "Kotlin", Aliases: []string{"kotlin"}, Filenames: []string{"*.kt"}, MimeTypes: []string{"text/x-kotlin"}, DotAll: true, }, kotlinRules, ))