Versions in this module Expand all Collapse all v0 v0.4.0 Mar 2, 2018 v0.3.0 Feb 15, 2018 Changes in this version + var Fallback chroma.Lexer = chroma.MustNewLexer(&chroma.Config{ ... }, chroma.Rules{ ... }) + var Registry = struct{ ... } + func Analyse(text string) chroma.Lexer + func Get(name string) chroma.Lexer + func Match(filename string) chroma.Lexer + func MatchMimeType(mimeType string) chroma.Lexer + func Names(withAliases bool) []string + func Register(lexer chroma.Lexer) chroma.Lexer