nvim-treesitter/lua/nvim-treesitter
Thomas Vigouroux b706c4e8ed feat: first version of locals
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
2020-04-19 17:28:52 +02:00
..
install.lua add parser installer 2020-04-19 15:13:38 +02:00
locals.lua feat: first version of locals 2020-04-19 17:28:52 +02:00
parsers.lua feat: add parsers module and better match iter 2020-04-19 09:45:54 +02:00
query.lua feat: add parsers module and better match iter 2020-04-19 09:45:54 +02:00