| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-21 | feat: rewrite indent module | Munif Tanjim | |
| 2022-01-21 | feat: improve indent module | Munif Tanjim | |
| get_node_at_line should return appropriate child if available | |||
| 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-12-13 | highlights(lua): `next` as builtin function | numToStr | |
| 2021-11-23 | Prefer lua-match over match | Lewis Russell | |
| as string.find is much quicker than vim.regex:match* | |||
| 2021-11-16 | Add basic vimscript injection in `vim.cmd`/`nvim_command`/`nvim_exec` (#1922) | vhyrro | |
| 2021-09-25 | injections(lua): fix cdef injection | Stephan Seitz | |
| Fixes #1840 | |||
| 2021-09-01 | highlights(lua): Add Lua 5.1 built-in functions | Sergio Alejandro Vargas | |
| 2021-08-17 | highlights(lua): Add semicolons | Sergio Alejandro Vargas | |
| 2021-08-14 | Lua: highlight uppercase variables as constants (#1690) | Santos Gallegos | |
| 2021-08-02 | highlights(lua): Organize `function_call` queries | Sergio Alejandro Vargas | |
| 2021-08-02 | highlights(lua): Fix method calls | Sergio Alejandro Vargas | |
| The usual `function_call` query would highlight the objects at the beginning of a method call. The `method` query has to account for this, and highlight the identifier as a variable again. | |||
| 2021-07-07 | Lua: highlight function definitions | Santos Gallegos | |
| In lua ```lua function foo() end ``` is syntax sugar for ```lua foo = function() end ``` | |||
| 2021-07-04 | feat(keywords) merge return and yield into keyword.return group | antonk52 | |
| 2021-07-04 | feat(keywords) add keyword.return & keyword.yield | antonk52 | |
| 2021-06-17 | feat: added `self` as builtin keyword for Lua | Folke Lemaitre | |
| 2021-05-16 | Add `do_statement` to lua folds | Sergio Alejandro Vargas | |
| 2021-05-07 | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | |
| This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | |||
| 2021-04-28 | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | |
| * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | |||
| 2021-04-22 | fix(lua): correctly highlight field names | Thomas Vigouroux | |
| 2021-03-12 | Add comment parser to highlight comment tags (#893) | Santos Gallegos | |
| Closes #236 | |||
| 2021-03-01 | feat: use @ignore for comments and multiline strings | elianiva | |
| 2021-02-23 | add do statement to lua indents | kiyan | |
| 2021-02-10 | Lua: highlight fields | Santos Gallegos | |
| 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 | |
| 2021-01-27 | fix(lua): correctly highlight do_statement | Thomas Vigouroux | |
| 2021-01-20 | lua: Add more indent nodes | Lewis Russell | |
| 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 | |
