summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-15highlights(typescript): add override keywordObserverOfTime
2022-10-15highlights(vim): add some more keywordsObserverOfTime
2022-10-15fix: explain what's wrong when installing a non-existing parserStephan Seitz
Fixes #3450
2022-10-15highlights(r): add spellMaximilian Muecke
2022-10-15highlights(rust): distinguish between "for" in loops and impl_itemStephan Seitz
Fixes #3641
2022-10-15feat(viml): update queriesChristian Clason
2022-10-15Update lockfile.jsonGitHub
2022-10-14Update lockfile.jsonGitHub
2022-10-13Update lockfile.jsonGitHub
2022-10-12feat(php): add queries for bash injectionsgbprod
This commit allows to inject bash syntax into relevant function arguments and shell expression.
2022-10-12feat(php): improve php foldsgbprod
2022-10-12fix(julia): remove highlight query for constantsFredrik 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-12Update lockfile.jsonGitHub
2022-10-12Update configuration example for `auto_install`Chih-Pin Tan
2022-10-11Update lockfile.jsonGitHub
2022-10-11highlights(cpp): add alternative operator namesmliszcz
These keywords are now supported by the parser. See: https://github.com/tree-sitter/tree-sitter-cpp/pull/179
2022-10-11Update lockfile.jsonGitHub
2022-10-11Update lockfile.jsonGitHub
2022-10-10Update lockfile.jsonGitHub
2022-10-10fix(uninstall): support ensure_installed = 'all'Dusk Banks
2022-10-10fix(php): add indent for enumsgbprod
2022-10-10feat(swift): sync highlight queries with upstreamAlex 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-09Update lockfile.jsonGitHub
2022-10-09Update lockfile.jsonGitHub
2022-10-08fix: don't overwrite highlights when definingThomas Vigouroux
2022-10-07Update lockfile.jsonGitHub
2022-10-07Update lockfile.jsonGitHub
2022-10-06feat(twig): add @spell on commentsgbprod
2022-10-06Fix php indent for short array declarationgbprod
2022-10-05Update lockfile.jsonGitHub
2022-10-05feat(spell) added spell to html-tags textLampros
2022-10-05Update lockfile.jsonGitHub
2022-10-04Update lockfile.jsonGitHub
2022-10-04highlights(proto): highlight optionalMatthias Vogelgesang
`optional` came back with protobuf 3.15 as a valid modifier so highlight it the same way as `repeated`.
2022-10-04Update lockfile.jsonGitHub
2022-10-03Update lockfile.jsonGitHub
2022-10-03Update READMEGithub Actions
2022-10-03style: fix code styling according to Styluagbprod
2022-10-03Introduce twig parsergbprod
This commit introduce parser, highlights and injections for the [twig syntax](https://twig.symfony.com)
2022-10-03Update lockfile.jsonGitHub
2022-10-02fix(test): update tests to Nvim 0.8Christian Clason
2022-10-02Update lockfile.jsonGitHub
2022-10-01docs: add example of how to use function to disable a moduleJędrzej Boczar
2022-09-30Update lockfile.jsonGitHub
2022-09-30Update lockfile.jsonGitHub
2022-09-29ci: relax check for valid captures (only check prefixes)Stephan Seitz
2022-09-29Update READMEGithub Actions
2022-09-29Update lockfile.jsonGitHub
2022-09-29update vimdoc parser and queriesChristian Clason
2022-09-28indents(wgsl): add indents.scmStephan Seitz