| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-07 | fix(lua): update queries | Thomas Vigouroux | |
| 2020-04-23 | locals(lua): incorrect query for field functions | Thomas Vigouroux | |
| 2020-04-23 | highlight(lua): highlight local functions | Thomas Vigouroux | |
| 2020-04-22 | highlight(lua): add more operators | Thomas Vigouroux | |
| 2020-04-22 | feat: syntax highlighting | 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. | |||
