| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-23 | change: allow one or more leading `;` | numToStr | |
| 2022-08-23 | injections(lua): highlight string as `query` if starts with `;; query` | numToStr | |
| 2022-04-06 | Inject query into lua for set_query calls | Connor Lay (Clay) | |
| 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-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-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-03-12 | Add comment parser to highlight comment tags (#893) | Santos Gallegos | |
| Closes #236 | |||
| 2021-01-01 | Add c injection for ffi.cdef to lua | Simon Hauser | |
