Module tree_sitter

Module tree_sitter 

Source

Re-exports§

pub use traversal::TsPre;
pub use traversal::Visitor;

Modules§

traversal
Traverse Node AST

Structs§

DisplayContext
StrDoc
TSLanguage
An opaque object that defines how to parse a particular language. The code for each Language is generated by the Tree-sitter CLI.
TSPoint
A position in a multi-line text document, in terms of rows and columns.
TSRange
A range of positions in a multi-line text document, both in terms of bytes and of rows and columns.

Enums§

TSParseError
Represents tree-sitter related error

Traits§

ContentExt
LanguageExt
tree-sitter specific language trait

Functions§

perform_edit