Module tree_sitter_highlight::c_lib
source · Structs§
Enums§
Functions§
- Get the HTML content of a
TSHighlightBuffer
instance as a raw pointer. - Deletes a
TSHighlightBuffer
instance. - Get the length of the HTML content of a
TSHighlightBuffer
instance. - Get the number of lines in a
TSHighlightBuffer
instance. - Get the line offsets of a
TSHighlightBuffer
instance as a C-style array. - Add a language to a
TSHighlighter
instance. - Deletes a
TSHighlighter
instance. - Highlight a string of source code.
- Create a new
TSHighlighter
instance.