| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-15 | highlights(typescript): add override keyword | ObserverOfTime | |
| 2022-10-15 | highlights(vim): add some more keywords | ObserverOfTime | |
| 2022-10-15 | fix: explain what's wrong when installing a non-existing parser | Stephan Seitz | |
| Fixes #3450 | |||
| 2022-10-15 | highlights(r): add spell | Maximilian Muecke | |
| 2022-10-15 | highlights(rust): distinguish between "for" in loops and impl_item | Stephan Seitz | |
| Fixes #3641 | |||
| 2022-10-15 | feat(viml): update queries | Christian Clason | |
| 2022-10-15 | Update lockfile.json | GitHub | |
| 2022-10-14 | Update lockfile.json | GitHub | |
| 2022-10-13 | Update lockfile.json | GitHub | |
| 2022-10-12 | feat(php): add queries for bash injections | gbprod | |
| This commit allows to inject bash syntax into relevant function arguments and shell expression. | |||
| 2022-10-12 | feat(php): improve php folds | gbprod | |
| 2022-10-12 | fix(julia): remove highlight query for constants | Fredrik Ekre | |
| This patch removes the highlight query for constant identifiers based on capitalization. This led to inconsistent highlighting since e.g. `AA` would be a regular identifier, but `AAA` a constant. It is indeed true that some constants are uppercase only identifiers, but there are also constants which doesn't follow this pattern. Since there are no rules about this it seems better to not try to guess. | |||
| 2022-10-12 | Update lockfile.json | GitHub | |
| 2022-10-12 | Update configuration example for `auto_install` | Chih-Pin Tan | |
| 2022-10-11 | Update lockfile.json | GitHub | |
| 2022-10-11 | highlights(cpp): add alternative operator names | mliszcz | |
| These keywords are now supported by the parser. See: https://github.com/tree-sitter/tree-sitter-cpp/pull/179 | |||
| 2022-10-11 | Update lockfile.json | GitHub | |
| 2022-10-11 | Update lockfile.json | GitHub | |
| 2022-10-10 | Update lockfile.json | GitHub | |
| 2022-10-10 | fix(uninstall): support ensure_installed = 'all' | Dusk Banks | |
| 2022-10-10 | fix(php): add indent for enums | gbprod | |
| 2022-10-10 | feat(swift): sync highlight queries with upstream | Alex Pinkus | |
| Upstream highlight queries have added support for Swift regex literals. This change brings that support to nvim-treesitter. Also includes some minor reordering of modifiers for logical consistency (no impact on highlighting behavior). | |||
| 2022-10-09 | Update lockfile.json | GitHub | |
| 2022-10-09 | Update lockfile.json | GitHub | |
| 2022-10-08 | fix: don't overwrite highlights when defining | Thomas Vigouroux | |
| 2022-10-07 | Update lockfile.json | GitHub | |
| 2022-10-07 | Update lockfile.json | GitHub | |
| 2022-10-06 | feat(twig): add @spell on comments | gbprod | |
| 2022-10-06 | Fix php indent for short array declaration | gbprod | |
| 2022-10-05 | Update lockfile.json | GitHub | |
| 2022-10-05 | feat(spell) added spell to html-tags text | Lampros | |
| 2022-10-05 | Update lockfile.json | GitHub | |
| 2022-10-04 | Update lockfile.json | GitHub | |
| 2022-10-04 | highlights(proto): highlight optional | Matthias Vogelgesang | |
| `optional` came back with protobuf 3.15 as a valid modifier so highlight it the same way as `repeated`. | |||
| 2022-10-04 | Update lockfile.json | GitHub | |
| 2022-10-03 | Update lockfile.json | GitHub | |
| 2022-10-03 | Update README | Github Actions | |
| 2022-10-03 | style: fix code styling according to Stylua | gbprod | |
| 2022-10-03 | Introduce twig parser | gbprod | |
| This commit introduce parser, highlights and injections for the [twig syntax](https://twig.symfony.com) | |||
| 2022-10-03 | Update lockfile.json | GitHub | |
| 2022-10-02 | fix(test): update tests to Nvim 0.8 | Christian Clason | |
| 2022-10-02 | Update lockfile.json | GitHub | |
| 2022-10-01 | docs: add example of how to use function to disable a module | Jędrzej Boczar | |
| 2022-09-30 | Update lockfile.json | GitHub | |
| 2022-09-30 | Update lockfile.json | GitHub | |
| 2022-09-29 | ci: relax check for valid captures (only check prefixes) | Stephan Seitz | |
| 2022-09-29 | Update README | Github Actions | |
| 2022-09-29 | Update lockfile.json | GitHub | |
| 2022-09-29 | update vimdoc parser and queries | Christian Clason | |
| 2022-09-28 | indents(wgsl): add indents.scm | Stephan Seitz | |
