| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fix(unison): adapt to breaking parser change | Christian Clason | 2024-02-09 | 2 | -3/+3 |
| * | fixup: it's fine | Christian Clason | 2024-02-09 | 2 | -2/+2 |
| * | ci: pin tree-sitter-cli version in npm install | Christian Clason | 2024-02-09 | 2 | -3/+2 |
| * | feat: add hyprlang parser & queries (#5852) | Luckas | 2024-02-09 | 6 | -0/+75 |
| * | Update README | nvim-treesitter-bot[bot] | 2024-02-09 | 1 | -1/+1 |
| * | feat: add tree-sitter-asm parser (#5946) | wzy | 2024-02-09 | 5 | -0/+70 |
| * | chore(ruby): adapt to scanner rewrite | Amaan Qureshi | 2024-02-09 | 2 | -2/+2 |
| * | feat(d)!: switch upstream parser to `gdamore/tree-sitter-d` | Amaan Qureshi | 2024-02-08 | 8 | -238/+429 |
| * | feat(readline): add parser tree-sitter-readline (#6058) | Riley Bruins | 2024-02-08 | 7 | -0/+92 |
| * | feat(faust): add tree-sitter-faust (#6043) | Karl Hiner | 2024-02-08 | 5 | -0/+233 |
| * | Update parsers: groovy, haskell, javascript, svelte, templ, wing | nvim-treesitter-bot[bot] | 2024-02-08 | 1 | -6/+6 |
| * | fix(kotlin): remove slow highlight and local pattern (#5954) | Anthony Shi | 2024-02-06 | 2 | -10/+10 |
| * | fix(angular): nullish coalescing operator in Angular templates (#6052) | Dennis van den Berg | 2024-02-06 | 1 | -0/+3 |
| * | feat(latex): pre-compiled header highlights, tests | Riley Bruins | 2024-02-06 | 2 | -9/+45 |
| * | fix(latex): give comments higher precedence | Riley Bruins | 2024-02-06 | 1 | -15/+15 |
| * | Update parsers: angular, bash, gitcommit, glsl, hlsl, php, php_only, templ, wing | nvim-treesitter-bot[bot] | 2024-02-06 | 1 | -9/+9 |
| * | highlight(jsx,tsx): character references (a.k.a. entities) | Calum Smith | 2024-02-05 | 1 | -0/+2 |
| * | fix(inc-selection): handle deleting non-existing keymaps | Maria José Solano | 2024-02-03 | 1 | -4/+4 |
| * | refactor(inc-selection): simplify keymap and add error message | Maria José Solano | 2024-02-03 | 1 | -14/+7 |
| * | feat(java): inject printf in String.formatted (#6045) | Ilia Ilinykh | 2024-02-02 | 1 | -0/+8 |
| * | fix(php): add missing spaceship operator `<=>` | Michael Strobel | 2024-02-02 | 1 | -0/+1 |
| * | Update parsers: embedded_template, fennel, javascript, php, php_only, qmljs, ... | nvim-treesitter-bot[bot] | 2024-02-02 | 1 | -7/+7 |
| * | Update parsers: bicep, cpp, gitcommit, kdl, php, php_only, wing | nvim-treesitter-bot[bot] | 2024-02-02 | 1 | -7/+7 |
| * | chore(bicep): update queries and add scanner | Amaan Qureshi | 2024-02-02 | 4 | -15/+29 |
| * | chore(kconfig): update highlights | Amaan Qureshi | 2024-02-02 | 1 | -0/+2 |
| * | fix(go): fix eq to any-of | Ilya Ilyinykh | 2024-02-01 | 1 | -1/+1 |
| * | feat(go): printf injections | Ilya Ilyinykh | 2024-02-01 | 1 | -2/+2 |
| * | fix(svelte): correct formatting | Levi Frandsen | 2024-02-01 | 1 | -5/+10 |
| * | fix(svelte): correct indents, add key block | Levi Frandsen | 2024-02-01 | 1 | -9/+12 |
| * | chore(bicep): update highlights | Amaan Qureshi | 2024-02-01 | 2 | -7/+8 |
| * | Update parsers: bitbake, groovy, haskell, kconfig, luadoc, starlark, wing | nvim-treesitter-bot[bot] | 2024-02-01 | 1 | -7/+7 |
| * | chore(qmljs): temporarily remove the ecma inherit | Amaan Qureshi | 2024-01-31 | 1 | -1/+1 |
| * | chore(typescript,tsx): update parser and queries | Amaan Qureshi | 2024-01-31 | 2 | -2/+6 |
| * | chore(ecma,jsx): update parser and queries | Amaan Qureshi | 2024-01-31 | 6 | -9/+27 |
| * | ci: use M1 for macOS | Christian Clason | 2024-01-31 | 2 | -2/+2 |
| * | Update parsers: apex, phpdoc, rbs, soql, sosl, wing | nvim-treesitter-bot[bot] | 2024-01-31 | 1 | -6/+6 |
| * | fix(incremental-selection): second attempt at fixing command (#6014) | Maria José Solano | 2024-01-30 | 1 | -5/+3 |
| * | fix(format): handle list with 300 nodes | Phạm Huy Hoàng | 2024-01-30 | 5 | -23/+7 |
| * | fix(format): improve error message | Christian Clason | 2024-01-30 | 1 | -1/+2 |
| * | ci: use nvim-treesitter-bot as author | Christian Clason | 2024-01-30 | 2 | -2/+2 |
| * | Update parsers: angular, beancount, liquidsoap, markdown, markdown_inline, pu... | kyazdani42 | 2024-01-30 | 1 | -7/+7 |
| * | ci: use nvim-treesitter-bot as committer | Christian Clason | 2024-01-29 | 2 | -0/+2 |
| * | Update parsers: groovy, php, php_only | kyazdani42 | 2024-01-29 | 1 | -3/+3 |
| * | feat(groovy)!: switch to more complete parser (#5957) | Murtaza | 2024-01-28 | 8 | -51/+295 |
| * | Update parsers: query | clason | 2024-01-28 | 1 | -1/+1 |
| * | ci: use token for automated PRs | Christian Clason | 2024-01-28 | 3 | -16/+29 |
| * | Update parsers: awk, haskell, php, php_only | GitHub | 2024-01-28 | 1 | -4/+4 |
| * | fix(incremental-selection): use cmd instead of :lua for command | Maria José Solano | 2024-01-27 | 1 | -1/+1 |
| * | Update README | Github Actions | 2024-01-27 | 1 | -1/+1 |
| * | feat(angular)!: switch to parser supporting v17 (#5779) | Dennis van den Berg | 2024-01-27 | 9 | -52/+159 |