| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-06 | Update lockfile.json | GitHub | |
| 2022-05-05 | Update README | Github Actions | |
| 2022-05-05 | Update lockfile.json | GitHub | |
| 2022-05-05 | Add embedded template to support ERB files | Nick Pezza | |
| 2022-05-03 | Update lockfile.json | GitHub | |
| 2022-05-01 | Update lockfile.json | GitHub | |
| 2022-05-01 | feat(vim): add support for const | Thomas Vigouroux | |
| 2022-05-01 | chore: add github sponsors to FUNDING.yml | kiyan | |
| fixes #2879 | |||
| 2022-05-01 | Python: highlight raise from statement | Santos Gallegos | |
| 2022-04-30 | Update lockfile.json | GitHub | |
| 2022-04-30 | docs: fix checkhealth command in README (#2884) | Luke Bakken | |
| Health check command should be `:checkhealth nvim-treesitter` | |||
| 2022-04-30 | fixup: separate augroups for modules | Christian Clason | |
| 2022-04-30 | refactor!: update to Neovim 0.7 APIs | Christian Clason | |
| * set highlight groups via nvim_set_hl * define autocommands via nvim_create_autocmd * port plugin/nvim-treesitter.vim to Lua * port healthcheck to Lua | |||
| 2022-04-30 | chore!: remove ensure_installed='maintained' | Christian Clason | |
| Removes all support (and tests) for the parser category "maintained", as this is no longer a useful category. BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit list of parsers, or use `'all'` (not recommended). | |||
| 2022-04-30 | Update lockfile.json | GitHub | |
| 2022-04-29 | Update lockfile.json | GitHub | |
| 2022-04-28 | Update lockfile.json | GitHub | |
| 2022-04-28 | Update README | Github Actions | |
| 2022-04-28 | Update lockfile.json | GitHub | |
| 2022-04-28 | feat(proto): add parser | francisco souza | |
| Related to #2307. | |||
| 2022-04-27 | Update README | Github Actions | |
| 2022-04-27 | Update lockfile.json | GitHub | |
| 2022-04-27 | Add additional m68k queries | Graham Bates | |
| 2022-04-27 | Use correct type for labels | Graham Bates | |
| 2022-04-27 | Remove query for interpolated macro arg | Graham Bates | |
| No `embedded` mapping available in nvim-treesitter. The previous query to `variable.builtin` will work fine in this context too. | |||
| 2022-04-27 | feat: add m68k parser and queries | Graham Bates | |
| 2022-04-26 | Update lockfile.json | GitHub | |
| 2022-04-25 | indent(hcl): fix function calls | Michael Hoffmann | |
| 2022-04-24 | indents(hcl): fix indentation queries | Michael Hoffmann | |
| This commit adds tests for hcl indentation and fixes various bugs | |||
| 2022-04-24 | Update lockfile.json | GitHub | |
| 2022-04-23 | Update lockfile.json | GitHub | |
| 2022-04-23 | Fix YANG indentation for extension statements | Tomas Sandven | |
| 2022-04-23 | Add aligned indents for multi-line strings | Tomas Sandven | |
| 2022-04-23 | Add indent queries for YANG | Tomas Sandven | |
| 2022-04-23 | Update lockfile.json | GitHub | |
| 2022-04-23 | Add org parser | TerseTears | |
| 2022-04-23 | Update lockfile.json | GitHub | |
| 2022-04-23 | Update lockfile.json | GitHub | |
| 2022-04-22 | Update lockfile.json | GitHub | |
| 2022-04-21 | fix(ts_utils): fix swap_nodes after get_node_text change | francisco souza | |
| After some discussion, it looks like the easiest thing to do for now is to keep a private copy of get_node_text (just to skip the deprecation message) and invoke that, until core provides an equivalent function that can return the node content in a table representing the node "lines". Also fixes the statusline by calling the private version for get_node_text until a change is made in core. | |||
| 2022-04-21 | Update lockfile.json | GitHub | |
| 2022-04-20 | Update lockfile.json | GitHub | |
| 2022-04-19 | adapt to vim.treesitter.query.get_node_text | Nir Tzachar | |
| 2022-04-19 | Update lockfile.json | GitHub | |
| 2022-04-18 | fixup: restore old implementation | Christian Clason | |
| 2022-04-18 | fix(statusline): adjust to the new API (query) | ranjithshegde | |
| 2022-04-18 | fix(statusline): don't use deprecated function | Christian Clason | |
| 2022-04-18 | chore!: remove filetype detection and filetype plugins | Christian Clason | |
| All these are now detected by Neovim as of 0.7.0; new filetypes can easily be added via `vim.filetype.add()`. | |||
| 2022-04-18 | chore: deprecate ts_utils.get_node_text | Stephan Seitz | |
| 2022-04-18 | chore!: remove compat module for vim.ui | Stephan Seitz | |
