| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-17 | locals(lua): fix directive not applying | beardedsakimonkey | |
| fixes #3280 | |||
| 2022-01-18 | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | |
| also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua BREAKING CHANGE: queries are not compatible; modules will have to update | |||
| 2021-02-07 | Lua: improve scope queries | Santos Gallegos | |
| - Set scope to parent - Group all scopes - Use the . operator | |||
| 2021-01-27 | fix(lua): correctly handle do_statement in locals | Thomas Vigouroux | |
| 2020-12-16 | Remove duplicate capture for `function_definition` | El Piloto | |
| 2020-12-16 | Capture anonymous functions assigned to variables | El Piloto | |
| Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/709 | |||
| 2020-11-25 | lua: update to pull shebang fix | Thomas Vigouroux | |
| 2020-08-16 | feat(highlights): add is predicate | Steven Sojka | |
| 2020-08-03 | Lua locals: Make property_identifier a reference | Stephan Seitz | |
| 2020-07-08 | locals(lua): simplify args | Thomas Vigouroux | |
| 2020-07-01 | locals(lua): capture function definition params | Thomas Vigouroux | |
| 2020-05-07 | fix(lua): update queries | Thomas Vigouroux | |
| 2020-04-23 | locals(lua): incorrect query for field functions | Thomas Vigouroux | |
| 2020-04-19 | feat: first version of locals | Thomas Vigouroux | |
| 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-18 | feat: add an example locals query | Thomas Vigouroux | |
| This will be the guide for the implementation of locals extraction, which is treesitters name of definition/scope. | |||
