mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
Nvim Treesitter configurations and abstraction layer
Locals will be the main interface to treesitter, through some functions:
get_definitions(bufnr) : returns all the definitions in bufnr
get_scopes(bufnr): returns all definitions in bufnr
get_references(bufnr): returns all references in bufnr
|
||
|---|---|---|
| lua | ||
| parser | ||
| queries/lua | ||
| .editorconfig | ||
| README.md | ||
nvim-treesitter
Nvim Treesitter configurations and abstraction layer