[][src]Crate tree_sitter_highlight

Re-exports

pub use c_lib as c;

Modules

c_lib
util

Structs

Highlight

Indicates which highlight should be applied to a region of source code.

HighlightConfiguration

Contains the data neeeded to higlight code written in a particular language.

Highlighter

Performs syntax highlighting, recognizing a given list of highlight names.

HtmlRenderer

Converts a general-purpose syntax highlighting iterator into a sequence of lines of HTML.

Enums

Error

Represents the reason why syntax highlighting failed.

HighlightEvent

Represents a single step in rendering a syntax-highlighted document.