package
0.0.0-20170131091508-34974ebcad41
Repository: https://github.com/d4l3k/go-highlight.git
Documentation: pkg.go.dev

# Functions

Languages returns an slice of all the language names.
Lookup finds and returns the parsed Language that has been saved in the registry.
Register registers a specific language with the highlighter.

# Variables

ErrLanguageNotFound is returned when a requested language is not present in the registry.

# Structs

Contains represents a subsection that can match different parts of the code.
Keywords represents a set of keywords that should be matched and highlighted.