aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(modules): allow non-registered langs to use modulesLewis Russell2022-10-191-1/+1
| | | | | This change allows for languages not managed by nvim-treesitter to use Nvim-treesitter modules like folding and indent.
* Update lockfile.jsonGitHub2022-10-181-3/+3
|
* Update lockfile.jsonGitHub2022-10-181-2/+2
|
* Update lockfile.jsonGitHub2022-10-171-1/+1
|
* highlights(ecma): add pair_pattern punctuation.delimiterMunif Tanjim2022-10-172-0/+8
|
* Update lockfile.jsonGitHub2022-10-171-1/+1
|
* Update lockfile.jsonGitHub2022-10-171-2/+2
|
* docs: document all the captures in CONTRIBUTING.mdObserverOfTime2022-10-171-116/+141
|
* fix(readme): update highlight instructionsChristian Clason2022-10-171-8/+13
|
* Update lockfile.jsonGitHub2022-10-171-2/+2
|
* locals(lua): fix directive not applyingbeardedsakimonkey2022-10-171-6/+6
| | | | fixes #3280
* Update lockfile.jsonGitHub2022-10-171-2/+2
|
* folds(yaml): Fold at the entire node, not at the body.Jongwook Choi2022-10-161-1/+2
|
* Update lockfile.jsonGitHub2022-10-161-1/+1
|
* feat!: remove obsolete `TS*` highlight groupsChristian Clason2022-10-168-572/+25
|
* Update lockfile.jsonv0.7.2GitHub2022-10-161-2/+2
|
* feat(phpdoc): Remove requires_generate_from_grammarMichael Härtl2022-10-161-2/+0
|
* Update READMEGithub Actions2022-10-151-1/+1
|
* highlights: use @preproc where appropriateObserverOfTime2022-10-1515-16/+43
|
* test(gitattributes): add tests for highlightsObserverOfTime2022-10-153-5/+38
|
* Update lockfile.jsonGitHub2022-10-151-1/+1
|
* highlights(c): highlight standard streamsObserverOfTime2022-10-151-0/+3
|
* highlights(rst): disable spell for code blocksObserverOfTime2022-10-152-2/+2
| | | | injections(rst): add sourcecode directive
* highlights(dockerfile): add several highlightsObserverOfTime2022-10-151-0/+13
|
* highlights(bash): add all signal namesObserverOfTime2022-10-151-1/+3
|
* highlights(kotlin): add companion keywordObserverOfTime2022-10-151-0/+3
|
* highlights(scss): add function statementObserverOfTime2022-10-151-0/+7
|
* highlights(typescript): add override keywordObserverOfTime2022-10-151-0/+1
|
* highlights(vim): add some more keywordsObserverOfTime2022-10-151-0/+6
|
* fix: explain what's wrong when installing a non-existing parserStephan Seitz2022-10-151-2/+12
| | | | Fixes #3450
* highlights(r): add spellMaximilian Muecke2022-10-151-1/+1
|
* highlights(rust): distinguish between "for" in loops and impl_itemStephan Seitz2022-10-152-2/+19
| | | | Fixes #3641
* feat(viml): update queriesChristian Clason2022-10-151-1/+12
|
* Update lockfile.jsonGitHub2022-10-151-3/+3
|
* Update lockfile.jsonGitHub2022-10-141-2/+2
|
* Update lockfile.jsonGitHub2022-10-131-2/+2
|
* feat(php): add queries for bash injectionsgbprod2022-10-121-0/+11
| | | | | This commit allows to inject bash syntax into relevant function arguments and shell expression.
* feat(php): improve php foldsgbprod2022-10-121-3/+12
|
* fix(julia): remove highlight query for constantsFredrik Ekre2022-10-121-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.jsonGitHub2022-10-121-1/+1
|
* Update configuration example for `auto_install`Chih-Pin Tan2022-10-121-0/+1
|
* Update lockfile.jsonGitHub2022-10-111-2/+2
|
* highlights(cpp): add alternative operator namesmliszcz2022-10-111-14/+11
| | | | | These keywords are now supported by the parser. See: https://github.com/tree-sitter/tree-sitter-cpp/pull/179
* Update lockfile.jsonGitHub2022-10-111-2/+2
|
* Update lockfile.jsonGitHub2022-10-111-2/+2
|
* Update lockfile.jsonGitHub2022-10-101-3/+3
|
* fix(uninstall): support ensure_installed = 'all'Dusk Banks2022-10-101-1/+7
|
* fix(php): add indent for enumsgbprod2022-10-103-0/+6
|
* feat(swift): sync highlight queries with upstreamAlex Pinkus2022-10-101-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.jsonGitHub2022-10-091-2/+2
|