...

Package k

import "github.com/alecthomas/chroma/lexers/k"
Overview
Index

Overview ▾

Index ▾

Package files

kotlin.go

Variables

Kotlin lexer.

var Kotlin = internal.Register(MustNewLazyLexer(
    &Config{
        Name:      "Kotlin",
        Aliases:   []string{"kotlin"},
        Filenames: []string{"*.kt"},
        MimeTypes: []string{"text/x-kotlin"},
        DotAll:    true,
    },
    kotlinRules,
))