| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix(comments)!: consolidate note captures | Christian Clason | 2024-01-20 | 4 | -10/+9 |
| * | feat: add the php_only parser included in tree-sitter-php (#5876) | tk-shirasaka | 2024-01-20 | 13 | -557/+574 |
| * | fix(highlights): use `markup.raw.delimiter` for fences | Christian Clason | 2024-01-20 | 3 | -6/+6 |
| * | feat: folds for git config files | Phạm Huy Hoàng | 2024-01-20 | 1 | -1/+2 |
| * | fix(markdown_inline): prioritize link URI (#5935) | Riley Bruins | 2024-01-20 | 1 | -12/+12 |
| * | fix(rust): add `const_item` to folds | Amaan Qureshi | 2024-01-20 | 1 | -0/+1 |
| * | fix(rust): Add back 1 indent for macro rules (#5834) | Pham Huy Hoang | 2024-01-20 | 1 | -0/+10 |
| * | feat(meson): add indents.scm | Jędrzej Boczar | 2024-01-20 | 10 | -0/+172 |
| * | Fixup format (#5934) | Phạm Huy Hoàng | 2024-01-20 | 35 | -3/+47 |
| * | fix(markdown): remove @none from code fences | Riley Bruins | 2024-01-20 | 1 | -2/+0 |
| * | Update parsers: bash | GitHub | 2024-01-20 | 1 | -1/+1 |
| * | feat(html): comment injections | Riley Bruins | 2024-01-20 | 1 | -0/+2 |
| * | fix(python): add support for typed (kw)args (PEP 484) (#5875) | Zeb Nicholls | 2024-01-19 | 1 | -4/+14 |
| * | Update parsers: printf, scala | GitHub | 2024-01-19 | 1 | -2/+2 |
| * | fix(css): make the highlights more sensible | ObserverOfTime | 2024-01-19 | 3 | -25/+31 |
| * | fix(highlights): improve member/property distinction | ObserverOfTime | 2024-01-19 | 34 | -95/+106 |
| * | fix(highlights): improve consistency | ObserverOfTime | 2024-01-19 | 22 | -76/+62 |
| * | feat(git_config): add missing injections | ObserverOfTime | 2024-01-19 | 1 | -0/+8 |
| * | chore(rust): tweak injections, add json macro injection | Amaan Qureshi | 2024-01-19 | 1 | -1/+1 |
| * | docs: update CONTRIBUTING.md with formatting | Christian Clason | 2024-01-19 | 1 | -6/+17 |
| * | chore: query formatting | Pham Huy Hoang | 2024-01-19 | 674 | -12541/+18359 |
| * | ci: add query lint job | Pham Huy Hoang | 2024-01-19 | 1 | -0/+16 |
| * | refactor: manual pre-cleanup | Pham Huy Hoang | 2024-01-19 | 37 | -1595/+1656 |
| * | feat: query formatting script | Pham Huy Hoang | 2024-01-19 | 2 | -0/+399 |
| * | test(queries): print ALL errors at end | Christian Clason | 2024-01-19 | 1 | -12/+9 |
| * | feat!: align standard captures with upstream | Christian Clason | 2024-01-19 | 263 | -2322/+2341 |
| * | chore(tests): consistent captures | Christian Clason | 2024-01-19 | 60 | -873/+872 |
| * | feat(injections): add printf format strings | ObserverOfTime | 2024-01-19 | 13 | -0/+181 |
| * | feat(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 109 | -1341/+1341 |
| * | revert "fix(config)!: always install parsers bundled with nvim"v0.9.2 | Christian Clason | 2024-01-19 | 1 | -17/+2 |
| * | Update parsers: scala, wing | GitHub | 2024-01-19 | 1 | -2/+2 |
| * | fixup: proper union of tables | Christian Clason | 2024-01-18 | 1 | -1/+13 |
| * | Update parsers: gitcommit, markdown, markdown_inline, vimdoc, wing | GitHub | 2024-01-18 | 1 | -5/+5 |
| * | fixup: empty ensure_installed | Christian Clason | 2024-01-17 | 1 | -1/+1 |
| * | fixup: don't extend _with_ 'all' | Christian Clason | 2024-01-17 | 1 | -1/+1 |
| * | Update parsers: gleam, gomod, wing | GitHub | 2024-01-17 | 1 | -3/+3 |
| * | fixup: ensure_installed can be 'all' | Christian Clason | 2024-01-16 | 1 | -1/+3 |
| * | fix(config)!: always install parsers bundled with nvim | Christian Clason | 2024-01-16 | 1 | -1/+2 |
| * | Update parsers: perl, todotxt | GitHub | 2024-01-16 | 1 | -2/+2 |
| * | feat!: bump minimum Nvim version to 0.9.2 | Christian Clason | 2024-01-15 | 2 | -3/+3 |
| * | fix: link type in pattern matching correctly | Bartek Łuka | 2024-01-15 | 1 | -0/+3 |
| * | Update parsers: awk | GitHub | 2024-01-15 | 1 | -1/+1 |
| * | Update parsers: erlang, php, templ, wing | GitHub | 2024-01-14 | 1 | -4/+4 |
| * | Update parsers: templ, tlaplus | GitHub | 2024-01-07 | 1 | -2/+2 |
| * | fix(php): adjust to parser refactor | Christian Clason | 2024-01-07 | 2 | -1/+2 |
| * | Update parsers: ada, ruby | GitHub | 2024-01-06 | 1 | -2/+2 |
| * | highlights(html): character references (a.k.a. entities) | Calum Smith | 2024-01-05 | 1 | -0/+2 |
| * | ci: bump actions to latest | Christian Clason | 2024-01-05 | 6 | -9/+9 |
| * | Update parsers: astro, php, ruby, templ, wing | GitHub | 2024-01-05 | 1 | -5/+5 |
| * | fix(markdown_inline): latex highlight injection (#5397) | Zhuofeng Wang | 2024-01-05 | 1 | -1/+2 |