Crate tree_sitter_highlight[][src]

Re-exports

pub use c_lib as c;

Modules

Structs

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

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

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

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

Enums

Represents the reason why syntax highlighting failed.

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