module TreeSitter

Extended Modules

Defined in:

tree_sitter.cr
tree_sitter/capture.cr
tree_sitter/config.cr
tree_sitter/editor.cr
tree_sitter/highlighter.cr
tree_sitter/language.cr
tree_sitter/node.cr
tree_sitter/parser.cr
tree_sitter/point.cr
tree_sitter/query.cr
tree_sitter/query_cursor.cr
tree_sitter/range.cr
tree_sitter/repository.cr
tree_sitter/tree.cr

Constant Summary

VERSION = "0.1.0"

Instance Method Summary

Instance Method Detail

def init #

Init tree-sitter by telling it to use the Crystal GC as memory allocator. This is called automatically when you require tree-sitter unless you compile with -Dcrystal_tree_sitter_no_init.


[View source]