| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(modules): allow non-registered langs to use modules | Lewis Russell | 2022-10-19 | 1 | -1/+1 | |
| | | | | | | This change allows for languages not managed by nvim-treesitter to use Nvim-treesitter modules like folding and indent. | |||||
| * | Update lockfile.json | GitHub | 2022-10-18 | 1 | -3/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-18 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-17 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(ecma): add pair_pattern punctuation.delimiter | Munif Tanjim | 2022-10-17 | 2 | -0/+8 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-17 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-17 | 1 | -2/+2 | |
| | | ||||||
| * | docs: document all the captures in CONTRIBUTING.md | ObserverOfTime | 2022-10-17 | 1 | -116/+141 | |
| | | ||||||
| * | fix(readme): update highlight instructions | Christian Clason | 2022-10-17 | 1 | -8/+13 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-17 | 1 | -2/+2 | |
| | | ||||||
| * | locals(lua): fix directive not applying | beardedsakimonkey | 2022-10-17 | 1 | -6/+6 | |
| | | | | | fixes #3280 | |||||
| * | Update lockfile.json | GitHub | 2022-10-17 | 1 | -2/+2 | |
| | | ||||||
| * | folds(yaml): Fold at the entire node, not at the body. | Jongwook Choi | 2022-10-16 | 1 | -1/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | feat!: remove obsolete `TS*` highlight groups | Christian Clason | 2022-10-16 | 8 | -572/+25 | |
| | | ||||||
| * | Update lockfile.jsonv0.7.2 | GitHub | 2022-10-16 | 1 | -2/+2 | |
| | | ||||||
| * | feat(phpdoc): Remove requires_generate_from_grammar | Michael Härtl | 2022-10-16 | 1 | -2/+0 | |
| | | ||||||
| * | Update README | Github Actions | 2022-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | highlights: use @preproc where appropriate | ObserverOfTime | 2022-10-15 | 15 | -16/+43 | |
| | | ||||||
| * | test(gitattributes): add tests for highlights | ObserverOfTime | 2022-10-15 | 3 | -5/+38 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(c): highlight standard streams | ObserverOfTime | 2022-10-15 | 1 | -0/+3 | |
| | | ||||||
| * | highlights(rst): disable spell for code blocks | ObserverOfTime | 2022-10-15 | 2 | -2/+2 | |
| | | | | | injections(rst): add sourcecode directive | |||||
| * | highlights(dockerfile): add several highlights | ObserverOfTime | 2022-10-15 | 1 | -0/+13 | |
| | | ||||||
| * | highlights(bash): add all signal names | ObserverOfTime | 2022-10-15 | 1 | -1/+3 | |
| | | ||||||
| * | highlights(kotlin): add companion keyword | ObserverOfTime | 2022-10-15 | 1 | -0/+3 | |
| | | ||||||
| * | highlights(scss): add function statement | ObserverOfTime | 2022-10-15 | 1 | -0/+7 | |
| | | ||||||
| * | highlights(typescript): add override keyword | ObserverOfTime | 2022-10-15 | 1 | -0/+1 | |
| | | ||||||
| * | highlights(vim): add some more keywords | ObserverOfTime | 2022-10-15 | 1 | -0/+6 | |
| | | ||||||
| * | fix: explain what's wrong when installing a non-existing parser | Stephan Seitz | 2022-10-15 | 1 | -2/+12 | |
| | | | | | Fixes #3450 | |||||
| * | highlights(r): add spell | Maximilian Muecke | 2022-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(rust): distinguish between "for" in loops and impl_item | Stephan Seitz | 2022-10-15 | 2 | -2/+19 | |
| | | | | | Fixes #3641 | |||||
| * | feat(viml): update queries | Christian Clason | 2022-10-15 | 1 | -1/+12 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-15 | 1 | -3/+3 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-14 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-13 | 1 | -2/+2 | |
| | | ||||||
| * | feat(php): add queries for bash injections | gbprod | 2022-10-12 | 1 | -0/+11 | |
| | | | | | | This commit allows to inject bash syntax into relevant function arguments and shell expression. | |||||
| * | feat(php): improve php folds | gbprod | 2022-10-12 | 1 | -3/+12 | |
| | | ||||||
| * | fix(julia): remove highlight query for constants | Fredrik Ekre | 2022-10-12 | 1 | -2/+0 | |
| | | | | | | | | | | 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. | |||||
| * | Update lockfile.json | GitHub | 2022-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | Update configuration example for `auto_install` | Chih-Pin Tan | 2022-10-12 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-11 | 1 | -2/+2 | |
| | | ||||||
| * | highlights(cpp): add alternative operator names | mliszcz | 2022-10-11 | 1 | -14/+11 | |
| | | | | | | These keywords are now supported by the parser. See: https://github.com/tree-sitter/tree-sitter-cpp/pull/179 | |||||
| * | Update lockfile.json | GitHub | 2022-10-11 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-11 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-10-10 | 1 | -3/+3 | |
| | | ||||||
| * | fix(uninstall): support ensure_installed = 'all' | Dusk Banks | 2022-10-10 | 1 | -1/+7 | |
| | | ||||||
| * | fix(php): add indent for enums | gbprod | 2022-10-10 | 3 | -0/+6 | |
| | | ||||||
| * | feat(swift): sync highlight queries with upstream | Alex Pinkus | 2022-10-10 | 1 | -2/+5 | |
| | | | | | | | | | 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). | |||||
| * | Update lockfile.json | GitHub | 2022-10-09 | 1 | -2/+2 | |
| | | ||||||
