| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-04 | indent fixes | kiyan42 | |
| 2021-01-01 | Add c injection for ffi.cdef to lua | Simon Hauser | |
| 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-11-23 | lua: fix "then" highlighting | Thomas Vigouroux | |
| 2020-10-21 | Add lua params (#605) | Chinmay Dalal | |
| * Add lua params * Fix * Remove redundant outer | |||
| 2020-10-19 | Treesitter indent | kiyan42 | |
| also fixes the memoize_by_buf_tick function | |||
| 2020-10-15 | feat: Add more lua folds | Mike | |
| Add repeat_statement to lua folds | |||
| 2020-10-04 | Remove textobjects module | Stephan Seitz | |
| 2020-09-19 | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | |
| @exception for Java/JS | |||
| 2020-09-14 | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | |
| 2020-09-14 | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | |
| We use plural names for all query files except folds. | |||
| 2020-09-10 | Add folding for local functions in lua | Nolan Prochnau | |
| 2020-09-08 | use keyword.function instead of function | kyazdani42 | |
| 2020-09-08 | fix function/end keywords not applied for every scope | kyazdani42 | |
| 2020-09-06 | fix: contional > conditional in lua hl.scm | kyazdani42 | |
| 2020-09-06 | Lua: update highlights | Santos Gallegos | |
| 2020-09-06 | Lua: fix loop and conditional keywords highlights | Santos Gallegos | |
| 2020-09-01 | fix(fold): revamp fold | Thomas Vigouroux | |
| fix(fold): typo fix(fold): remove debug and add queries fix(fold): fallback to local scopes for folds | |||
| 2020-08-17 | chore(highlights): remove is predicate usage | Steven Sojka | |
| 2020-08-16 | feat(highlights): add is predicate | Steven Sojka | |
| 2020-08-11 | Lua highlights: add operator "=" and punctuation | Stephan Seitz | |
| 2020-08-09 | Lua: highlight function name | Santos Gallegos | |
| 2020-08-04 | Lua: fix @error capture | Santos Gallegos | |
| 2020-08-03 | Lua locals: Make property_identifier a reference | Stephan Seitz | |
| 2020-07-28 | Lua: update some queries | Santos Gallegos | |
| - Basic textobjects - Highlighting punctuation symbols | |||
| 2020-07-16 | highlights: some fixes | Thomas Vigouroux | |
| Add `goto` keyword for C. Fix typo for lua. | |||
| 2020-07-08 | locals(lua): simplify args | Thomas Vigouroux | |
| 2020-07-08 | highlight(lua): fix overlapping queries | Thomas Vigouroux | |
| 2020-07-01 | locals(lua): capture function definition params | Thomas Vigouroux | |
| 2020-07-01 | highlights(lua): update query to new syntax | 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-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. | |||
