| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | bot(lockfile): update arduino, djot, hlsplaylist, muttrc, readline, swift, ↵ | nvim-treesitter-bot[bot] | 2024-04-22 | 1 | -10/+10 | |
| | | | | | templ, tmux, unison, zathurarc | |||||
| * | feat(php): fold consecutive imports (#6482) | Tomasz N | 2024-04-21 | 1 | -0/+1 | |
| | | | | | | | | | | * feat(php): fold consecutive imports * Inslude possible comment too * Format query * Revert respecting comments | |||||
| * | feat(astro): add backtick string injections | Vir Chaudhury | 2024-04-21 | 2 | -1/+5 | |
| | | | | | | This also updates a highlight to be more accurate and bumps the lockfile to fix a few bugs. | |||||
| * | bot(lockfile): update astro, djot, earthfile | nvim-treesitter-bot[bot] | 2024-04-21 | 1 | -3/+3 | |
| | | ||||||
| * | feat(astro): update injections to match parser rewrite (#6478) | virchau13 | 2024-04-20 | 2 | -5/+9 | |
| | | ||||||
| * | bot(lockfile): update bicep, capnp, cpon, firrtl, hare, luau, po, pony, ↵ | nvim-treesitter-bot[bot] | 2024-04-20 | 1 | -17/+17 | |
| | | | | | puppet, ron, smali, squirrel, tablegen, templ, thrift, v, yuck | |||||
| * | bot(lockfile): update astro, earthfile, javascript, norg, ssh_config, wing | nvim-treesitter-bot[bot] | 2024-04-20 | 1 | -6/+6 | |
| | | ||||||
| * | feat(dockerfile): adapt for parser update | ObserverOfTime | 2024-04-20 | 4 | -3/+18 | |
| | | ||||||
| * | fix(vimscript): miscellaneous fixups | Riley Bruins | 2024-04-19 | 1 | -2/+7 | |
| | | | | | | | - Highlights the `abort` keyword - Moves `is(not)?` from `@operator` to `@keyword.operator` - Highlights the `->` operator | |||||
| * | bot(lockfile): update earthfile, http, javascript, sql, tlaplus, unison, wit | nvim-treesitter-bot[bot] | 2024-04-19 | 1 | -7/+7 | |
| | | ||||||
| * | feat(http): update queries to parser changes (#6467) | Alejandro | 2024-04-19 | 1 | -3/+0 | |
| | | ||||||
| * | feat(templ): add highlights (#6464) | Guilherme Soares | 2024-04-19 | 1 | -0/+10 | |
| | | ||||||
| * | bot(lockfile): update earthfile, hlsplaylist, muttrc, nim, norg, tmux, ↵ | nvim-treesitter-bot[bot] | 2024-04-18 | 1 | -9/+9 | |
| | | | | | unison, v, zathurarc | |||||
| * | Julia outer keyword (#6461) | Sergio A. Vargas | 2024-04-17 | 2 | -1/+4 | |
| | | ||||||
| * | bot(lockfile): update earthfile, groovy, norg, scala, slint, templ, v | nvim-treesitter-bot[bot] | 2024-04-17 | 1 | -7/+7 | |
| | | ||||||
| * | fix(python): captures inner string contents with spell | Colin Kennedy | 2024-04-17 | 1 | -3/+25 | |
| | | ||||||
| * | fix(r): highlight comma separators | Riley Bruins | 2024-04-16 | 1 | -0/+2 | |
| | | ||||||
| * | bot(lockfile): update diff, dtd, scala, slint, vimdoc, wing, wit, xml | nvim-treesitter-bot[bot] | 2024-04-16 | 1 | -8/+8 | |
| | | ||||||
| * | feat(wit): Add wit parser (#6428) | Liam Woodleigh-Hardinge | 2024-04-15 | 5 | -0/+98 | |
| | | | | | | | | | | | | | | feat: Add injections.scm fix: reverse order of matching Co-authored-by: 再生花 <hoangtun0810@gmail.com> fix: lua match for functions doc: Resolve conflict fix: Amend incorrect alphabetical order | |||||
| * | bot(lockfile): update cpp, cuda, glsl, hlsl, http, julia, norg, slang, unison, v | nvim-treesitter-bot[bot] | 2024-04-15 | 1 | -10/+10 | |
| | | ||||||
| * | fix(wing): update to new repo (#6446) | Mark McCulloh | 2024-04-14 | 5 | -7/+10 | |
| | | ||||||
| * | fix(julia): adapt queries to grammar changes (#6429) | Sergio A. Vargas | 2024-04-14 | 6 | -81/+23 | |
| | | ||||||
| * | ci: replace node with upstream action | Christian Clason | 2024-04-14 | 2 | -8/+2 | |
| | | ||||||
| * | fix(compile): add `/utf-8` flag on win+cl | Christian Clason | 2024-04-14 | 3 | -7/+8 | |
| | | ||||||
| * | Revert "ci(tests): drop flaky wing parser tests" | Christian Clason | 2024-04-14 | 2 | -0/+23 | |
| | | | | | | | This reverts commit f08a9d97f7a2ac02115a5c1c8e3973b2634d996b. (Fixed by skipping bindings when generating.) | |||||
| * | fix(install): do not generate bindings when generating parser | Christian Clason | 2024-04-14 | 1 | -2/+2 | |
| | | | | | | These are irrelevant for us and may lead to conflicts with committed outdated bindings (e.g., wing). | |||||
| * | ci(tests): use nvim nightly for win+cl | Christian Clason | 2024-04-14 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update arduino, cuda, dtd, glsl, hlsl, http, norg, slang, ↵ | nvim-treesitter-bot[bot] | 2024-04-14 | 1 | -17/+17 | |
| | | | | | slint, sql, swift, templ, tlaplus, unison, wing, xml, yaml | |||||
| * | feat(t32): update queries from upstream (#6440) | Christoph Sax | 2024-04-14 | 4 | -2/+9 | |
| | | | | | Adds support for new node type `elif_block`. | |||||
| * | feat(t32): use filetype "trace32" | Christoph Sax | 2024-04-14 | 1 | -0/+1 | |
| | | ||||||
| * | ci(tests): drop flaky wing parser tests | Christian Clason | 2024-04-13 | 2 | -23/+0 | |
| | | ||||||
| * | fix(solidity): adapt queries to parser changes | JoranHonig | 2024-04-13 | 2 | -9/+12 | |
| | | ||||||
| * | fix: add highlights for static member expression (#6393) | Dennis van den Berg | 2024-04-12 | 1 | -1/+4 | |
| | | ||||||
| * | bot(lockfile): update bash, cpp, earthfile, mermaid, muttrc, pascal, racket, ↵ | nvim-treesitter-bot[bot] | 2024-04-12 | 1 | -11/+11 | |
| | | | | | scheme, tcl, v, wing | |||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2024-04-11 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add earthfile parser (#6395) | Gaëtan Lehmann | 2024-04-11 | 4 | -0/+149 | |
| | | | | | | --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | fix(textproto): use 'pbtxt' filetype (#6427) | Bruno BELANYI | 2024-04-11 | 2 | -1/+1 | |
| | | | | | This is the actual name of the detected filetype. | |||||
| * | bot(lockfile): update svelte, v, wing | nvim-treesitter-bot[bot] | 2024-04-11 | 1 | -3/+3 | |
| | | ||||||
| * | fix(odin): updates queries from upstream (#6425) | Laytan | 2024-04-10 | 3 | -9/+37 | |
| | | ||||||
| * | bot(lockfile): update arduino, asm, go, odin, styled, typst, v, wing, yaml | nvim-treesitter-bot[bot] | 2024-04-10 | 1 | -9/+9 | |
| | | ||||||
| * | fix(go): update queries from upstream | Amaan Qureshi | 2024-04-10 | 2 | -3/+3 | |
| | | | | | also bump templ to match | |||||
| * | fix(solidity): update queries from upstream (#6424) | Amaan Qureshi | 2024-04-10 | 2 | -3/+3 | |
| | | ||||||
| * | feat(java): add when operator (#6420) | Guilherme Soares | 2024-04-09 | 1 | -0/+1 | |
| | | ||||||
| * | bot(lockfile): update arduino, c_sharp, dart, elixir, glsl, java, json, ↵ | nvim-treesitter-bot[bot] | 2024-04-09 | 1 | -12/+12 | |
| | | | | | mlir, rust, swift, v, wing | |||||
| * | feat(nix): misc cleanups + comment injection (#6418) | Riley Bruins | 2024-04-09 | 3 | -24/+37 | |
| | | | | | | | | | | * fix(nix): highlight strings within interpolations * feat(nix): move `derivation` to function.builtin * fix(nix): removes all `priority` workarounds * feat(nix): arbitrary injections using `#` comments | |||||
| * | fix(c_sharp): highlight `raw_string_literal` | neuromagus | 2024-04-08 | 1 | -0/+1 | |
| | | ||||||
| * | bot(lockfile): update c, commonlisp, cuda, dart, glsl, gstlaunch, hlsl, ↵ | nvim-treesitter-bot[bot] | 2024-04-07 | 1 | -13/+13 | |
| | | | | | javascript, roc, slang, t32, v, wgsl_bevy | |||||
| * | fix(rust): update queries from upstream | Amaan Qureshi | 2024-04-07 | 2 | -2/+2 | |
| | | ||||||
| * | bot(lockfile): update c, cuda, glsl, hlsl, javascript, python, rust, slang, ↵ | nvim-treesitter-bot[bot] | 2024-04-06 | 1 | -12/+12 | |
| | | | | | tlaplus, typst, v, wing | |||||
| * | fix(bash): fix printf injection queries (#6405) | David Guevara | 2024-04-05 | 1 | -9/+27 | |
| | | ||||||
