| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -54/+0 |
| | | |||||
| * | refactor(format): drop extra indentation for field | Phạm Huy Hoàng | 2024-03-21 | 1 | -10/+8 |
| | | |||||
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 1 | -12/+17 |
| | | |||||
| * | feat(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 1 | -10/+10 |
| | | |||||
| * | locals(lua): fix directive not applying | beardedsakimonkey | 2022-10-17 | 1 | -6/+6 |
| | | | | | fixes #3280 | ||||
| * | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | 2022-01-18 | 1 | -38/+38 |
| | | | | | | 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 | ||||
| * | Lua: improve scope queries | Santos Gallegos | 2021-02-07 | 1 | -12/+12 |
| | | | | | | | - Set scope to parent - Group all scopes - Use the . operator | ||||
| * | fix(lua): correctly handle do_statement in locals | Thomas Vigouroux | 2021-01-27 | 1 | -8/+12 |
| | | |||||
| * | Remove duplicate capture for `function_definition` | El Piloto | 2020-12-16 | 1 | -2/+4 |
| | | |||||
| * | Capture anonymous functions assigned to variables | El Piloto | 2020-12-16 | 1 | -0/+5 |
| | | | | | Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/709 | ||||
| * | lua: update to pull shebang fix | Thomas Vigouroux | 2020-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat(highlights): add is predicate | Steven Sojka | 2020-08-16 | 1 | -1/+1 |
| | | |||||
| * | Lua locals: Make property_identifier a reference | Stephan Seitz | 2020-08-03 | 1 | -0/+2 |
| | | |||||
| * | locals(lua): simplify args | Thomas Vigouroux | 2020-07-08 | 1 | -6/+2 |
| | | |||||
| * | locals(lua): capture function definition params | Thomas Vigouroux | 2020-07-01 | 1 | -0/+2 |
| | | |||||
| * | fix(lua): update queries | Thomas Vigouroux | 2020-05-07 | 1 | -16/+8 |
| | | |||||
| * | locals(lua): incorrect query for field functions | Thomas Vigouroux | 2020-04-23 | 1 | -8/+11 |
| | | |||||
| * | feat: first version of locals | Thomas Vigouroux | 2020-04-19 | 1 | -8/+8 |
| | | | | | | | | 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 | ||||
| * | feat: add an example locals query | Thomas Vigouroux | 2020-04-18 | 1 | -0/+45 |
| This will be the guide for the implementation of locals extraction, which is treesitters name of definition/scope. | |||||
