Crate tree_sitter_loader

Crate tree_sitter_loader 

Source
Expand description

§Tree-sitter Loader

The tree-sitter command-line program will dynamically find and build grammars at runtime, if you have cloned the grammars’ repositories to your local filesystem. This helper crate implements that logic, so that you can use it in your own program analysis tools, as well.

Structs§

Author
Bindings
CompileConfig
CompilerError
Config
Grammar
IoError
LanguageConfiguration
LanguageConfigurationJSON
LibraryError
Links
Loader
LoaderQueryError
Metadata
PackageJSON
ScannerSymbolError
SymbolError
TreeSitterJSON
WasiSDKClangError

Enums§

LoaderError
PackageJSONAuthor
PackageJSONRepository
PathsJSON

Constants§

DEFAULT_HIGHLIGHTS_QUERY_FILE_NAME
DEFAULT_INJECTIONS_QUERY_FILE_NAME
DEFAULT_LOCALS_QUERY_FILE_NAME
DEFAULT_TAGS_QUERY_FILE_NAME

Type Aliases§

LoaderResult