nvim-treesitter/lua
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
..
nvim-treesitter feat: first version of locals 2020-04-19 17:28:52 +02:00
nvim-treesitter.lua add parser installer 2020-04-19 15:13:38 +02:00