| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fix: update vim.system types | Lewis Russell | 2025-05-12 | 1 | -2/+2 |
| * | fix: remove downcase! directive use | Lewis Russell | 2025-05-12 | 1 | -2/+1 |
| * | feat: allow a custom revision in install_info | Lewis Russell | 2025-05-12 | 2 | -0/+6 |
| * | fix!: indents now rely on treesitter highlight | Pham Huy Hoang | 2025-05-12 | 2 | -45/+27 |
| * | docs(readme): document 'location' key | Christian Clason | 2025-05-12 | 1 | -6/+7 |
| * | tests: remove set ft | Pham Huy Hoang | 2025-05-12 | 3 | -3/+0 |
| * | fix: cleanup diagnostics | Lewis Russell | 2025-05-12 | 2 | -49/+39 |
| * | fix: add stricter cc options (#5063) | Lewis Russell | 2025-05-12 | 1 | -2/+30 |
| * | fix: remove upstreamed directives | Christian Clason | 2025-05-12 | 7 | -135/+11 |
| * | fix: always normalize paths | TheLeoP | 2025-05-12 | 2 | -2/+2 |
| * | fix: check if config has install_info in filter | TheLeoP | 2025-05-12 | 1 | -1/+2 |
| * | fix: check queries in needs_update() | Lewis Russell | 2025-05-12 | 1 | -1/+10 |
| * | fix: filter languages through parser.configs | Lewis Russell | 2025-05-12 | 1 | -2/+6 |
| * | feat: add parser tiers | Christian Clason | 2025-05-12 | 7 | -254/+397 |
| * | feat!: drop makefile support, norg parser | Christian Clason | 2025-05-12 | 7 | -81/+3 |
| * | refactor: use vim.system (#4923) | Lewis Russell | 2025-05-12 | 6 | -216/+103 |
| * | fix: expand tiers in ignore_install | Christian Clason | 2025-05-12 | 1 | -13/+17 |
| * | feat: drop `TSInstallInfo` in favor of better `checkhealth` | Christian Clason | 2025-05-12 | 4 | -87/+70 |
| * | refactor: use `vim.uv` | Christian Clason | 2025-05-12 | 9 | -62/+40 |
| * | fix: install dependencies | Christian Clason | 2025-05-12 | 8 | -120/+196 |
| * | ci: remove update-lockfile shell script | Christian Clason | 2025-05-12 | 15 | -103/+84 |
| * | refactor: rewrite installation using jobs and async | Lewis Russell | 2025-05-12 | 15 | -704/+946 |
| * | refactor: use vim.fs.joinpath | Christian Clason | 2025-05-12 | 7 | -39/+28 |
| * | feat!: drop luarocks release | Christian Clason | 2025-05-12 | 3 | -101/+0 |
| * | feat(locals)!: refactor `locals.lua` into standalone | Christian Clason | 2025-05-12 | 6 | -528/+418 |
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1247 | -8500/+5522 |
| * | feat(c-family): inherit injections | ObserverOfTime | 2025-05-12 | 7 | -24/+21 |
| * | injections(nix): add nixosTest.testScript + home-manager nvim config | Marc Jakobi | 2025-05-12 | 2 | -0/+99 |
| * | feat(yuck): add missing injections | ObserverOfTime | 2025-05-12 | 1 | -0/+24 |
| * | feat(solidity): add doxygen injections (#7853) | Leo | 2025-05-12 | 1 | -0/+12 |
| * | feat(solidity): add `abstract` keyword | Leo | 2025-05-12 | 1 | -0/+1 |
| * | fix: blade injection highlighting (#7846) | Caleb White | 2025-05-05 | 1 | -1/+1 |
| * | feat(haskell): injections for inline-python quasiquotes | Marc Jakobi | 2025-04-30 | 1 | -0/+8 |
| * | fix(injections): dtd, glimmer.*, razor, tablegen, teal | Christian Clason | 2025-04-27 | 6 | -20/+5 |
| * | fix(roc): use correct predicate in injections | Christian Clason | 2025-04-26 | 1 | -2/+2 |
| * | fix(nu): add missing `ctrl_match` to query files | blindfs | 2025-04-26 | 2 | -0/+2 |
| * | feat(fish): highlight $ punctuation.special | Peter Cardenas | 2025-04-15 | 1 | -1/+4 |
| * | feat(fish): add variable.builtin highlights | Peter Cardenas | 2025-04-15 | 1 | -0/+25 |
| * | feat(brightscript): brightscript parser and queries (#7780) | AJ Delcimmuto | 2025-04-13 | 7 | -0/+238 |
| * | More bash injection support for Taskfile (#7805) | Mikkel Mondrup Kristensen | 2025-04-07 | 2 | -3/+12 |
| * | feat(yaml): inject bash for taskfiles (#7804) | Anthony Fiddes | 2025-04-06 | 2 | -4/+20 |
| * | ci(bot): bump create-github-app-token to v2 | Christian Clason | 2025-04-06 | 2 | -2/+2 |
| * | fix(svelte): `else if` highlight (#7797) | Maksim Terpilovskii | 2025-04-04 | 1 | -0/+1 |
| * | fix(python): highlight all types of docstrings (#7788) | Jakob Zahn | 2025-04-03 | 2 | -21/+124 |
| * | ci(tests): run tests on v0.10.4 | Christian Clason | 2025-04-02 | 1 | -1/+1 |
| * | ci(update): only check once a week (sat) | Christian Clason | 2025-04-02 | 1 | -1/+1 |
| * | ci(update): block dhall,elm,enforce,rust (ABI 15) | Christian Clason | 2025-04-02 | 1 | -1/+1 |
| * | fix(rust,dhall,elm,enforce): revert to ABI 14 parser | Christian Clason | 2025-04-02 | 1 | -4/+4 |
| * | ci(tests): check queries on 0.10.4 | Christian Clason | 2025-04-02 | 1 | -4/+4 |
| * | bot(lockfile): update erlang, glimmer_javascript, glimmer_typescript, php, ph... | nvim-treesitter-bot[bot] | 2025-04-02 | 1 | -7/+7 |