| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bot(lockfile): update erlang, groovy, janet_simple, kotlin, rst, slim | nvim-treesitter-bot[bot] | 2025-01-22 | 1 | -6/+6 |
| | | |||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2025-01-21 | 1 | -0/+1 |
| | | |||||
| * | feat(slim): add parser and queries (#7425) | Théo Reichel | 2025-01-21 | 7 | -0/+144 |
| | | |||||
| * | bot(lockfile): update erlang, hyprlang, solidity, t32 | nvim-treesitter-bot[bot] | 2025-01-21 | 1 | -4/+4 |
| | | |||||
| * | fix(install): use std=c11 | Gabriel Holodak | 2025-01-20 | 1 | -0/+3 |
| | | |||||
| * | fix(install): preserve command return code on Windows | Gabriel Holodak | 2025-01-20 | 1 | -2/+2 |
| | | | | | | | `:TSInstallSync` relies on the `:system()` command to set `v:shell_error` when an error code is returned during installation. On Windows, the error code was always overwritten by `popd`'s return code. | ||||
| * | fix: node selection at line start that ends injected region | Jaehwang Jung | 2025-01-20 | 1 | -4/+18 |
| | | |||||
| * | fix(inc-selection): handle injections | Jaehwang Jung | 2025-01-20 | 1 | -7/+16 |
| | | | | | | | | | | | | | | | | * Parse injections before starting selection. * Make node_incremental climb up the LanaguageTree step by step. Previously it only considered the root parser and the bottommost parser. Now it works well with document with deeper injections, e.g., ```lua vim.cmd[=[ echo 'hello' 'world!' lua << EOF vim.cmd[[echo 'hello' 'world!']] EOF ]=] ``` | ||||
| * | bot(lockfile): update hyprlang, query, sourcepawn, templ, vhdl, xresources | nvim-treesitter-bot[bot] | 2025-01-20 | 1 | -6/+6 |
| | | |||||
| * | feat(css): highlight `@keyframes` name (#7569) | Omar Valdez | 2025-01-19 | 1 | -0/+2 |
| | | |||||
| * | fix(nix): highlight functions when part of a set (#7547) | Baraa Homsi | 2025-01-19 | 1 | -26/+38 |
| | | | | | | | | * feat(nix): Fix function highlights when part of a set * fix(nix): Highlight only the last identifier node in functions * fix(nix): Higher precedence for builtins compared to functions and member vars | ||||
| * | feat(hyprlang): bash injection for hypridle variables | Omar Valdez | 2025-01-19 | 1 | -0/+8 |
| | | |||||
| * | feat(hyprlang): add missing highlights | Omar Valdez | 2025-01-19 | 1 | -7/+14 |
| | | |||||
| * | feat(hyprlang): bash injections for exec keybindings | Omar Valdez | 2025-01-19 | 1 | -0/+15 |
| | | |||||
| * | bot(lockfile): update fish | nvim-treesitter-bot[bot] | 2025-01-19 | 1 | -1/+1 |
| | | |||||
| * | ci: use new issue types | Christian Clason | 2025-01-17 | 3 | -2/+3 |
| | | |||||
| * | bot(lockfile): update erlang, heex, janet_simple, lalrpop | nvim-treesitter-bot[bot] | 2025-01-17 | 1 | -4/+4 |
| | | |||||
| * | fix(idris): correct keyword captures | Christian Clason | 2025-01-16 | 1 | -3/+7 |
| | | | | | Fixup for #7274 | ||||
| * | feat(idris): add parser and queries (#7274) | Serhii Khoma | 2025-01-16 | 7 | -0/+273 |
| | | |||||
| * | bot(lockfile): update earthfile, gotmpl, heex, helm, vhs (#7557) | nvim-treesitter-bot[bot] | 2025-01-16 | 1 | -5/+5 |
| | | | | Co-authored-by: nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | ||||
| * | bot(lockfile): update facility, fortran, gotmpl, helm, ocaml, ocaml_interface | nvim-treesitter-bot[bot] | 2025-01-15 | 1 | -6/+6 |
| | | |||||
| * | feat(gotmpl): highlight "=" operator (#7553) | Guilherme Soares | 2025-01-14 | 1 | -0/+1 |
| | | |||||
| * | bot(lockfile): update apex, gap, groovy, matlab, nix, sflog, soql, sosl | nvim-treesitter-bot[bot] | 2025-01-14 | 1 | -8/+8 |
| | | |||||
| * | fix(matlab): indentation of arguments statement | Álan e Sousa | 2025-01-13 | 1 | -0/+1 |
| | | |||||
| * | bot(lockfile): update apex, dockerfile, editorconfig, gomod, mlir, odin, ↵ | nvim-treesitter-bot[bot] | 2025-01-13 | 1 | -10/+10 |
| | | | | | sflog, soql, sosl, xresources | ||||
| * | bot(lockfile): update css, fortran, gomod, ocaml, ocaml_interface, roc | nvim-treesitter-bot[bot] | 2025-01-12 | 1 | -6/+6 |
| | | |||||
| * | fix(verilog): add ifndef highlight (#7548) | someone13574 | 2025-01-11 | 1 | -0/+1 |
| | | |||||
| * | feat(awk): highlight more builtin functions | JSaugsburg | 2025-01-11 | 1 | -0/+34 |
| | | |||||
| * | feat(elixir): add highlight for LVN sigils | Brian Cardarella | 2025-01-11 | 1 | -1/+1 |
| | | |||||
| * | bot(lockfile): update apex, mlir, sflog, soql, sosl | nvim-treesitter-bot[bot] | 2025-01-11 | 1 | -5/+5 |
| | | |||||
| * | bot(lockfile): update koto | nvim-treesitter-bot[bot] | 2025-01-10 | 1 | -1/+1 |
| | | |||||
| * | feat(http): fold queries | Igor | 2025-01-10 | 1 | -0/+5 |
| | | |||||
| * | bot(lockfile): update ocaml, ocaml_interface | nvim-treesitter-bot[bot] | 2025-01-09 | 1 | -2/+2 |
| | | |||||
| * | feat(koto): Update highlighting for 0.15 | Ian Hobson | 2025-01-08 | 1 | -0/+7 |
| | | |||||
| * | bot(lockfile): update groovy, python | nvim-treesitter-bot[bot] | 2025-01-08 | 1 | -2/+2 |
| | | |||||
| * | bot(lockfile): update c_sharp, nickel | nvim-treesitter-bot[bot] | 2025-01-07 | 1 | -2/+2 |
| | | |||||
| * | bot(lockfile): update diff, just, ocaml, ocaml_interface, swift, xresources | nvim-treesitter-bot[bot] | 2025-01-06 | 1 | -6/+6 |
| | | |||||
| * | bot(lockfile): update mlir, rbs, snakemake | nvim-treesitter-bot[bot] | 2025-01-05 | 1 | -3/+3 |
| | | |||||
| * | fix(rbs): fix highlight queries of rbs that is missing some definitions | joker1007 | 2025-01-04 | 1 | -0/+19 |
| | | |||||
| * | bot(lockfile): update julia, koto, v | nvim-treesitter-bot[bot] | 2025-01-04 | 1 | -3/+3 |
| | | |||||
| * | fix(leo): intentation fix of parenthesis | Robert Horvath | 2025-01-03 | 1 | -2/+15 |
| | | |||||
| * | bot(lockfile): update godot_resource, properties | nvim-treesitter-bot[bot] | 2025-01-03 | 1 | -2/+2 |
| | | |||||
| * | fix(php): properly highlight grouped imported functions and constants | Caleb White | 2025-01-02 | 2 | -0/+34 |
| | | |||||
| * | bot(lockfile): update gdscript, qmljs | nvim-treesitter-bot[bot] | 2025-01-02 | 1 | -2/+2 |
| | | |||||
| * | bot(lockfile): update gdscript, swift | nvim-treesitter-bot[bot] | 2025-01-01 | 1 | -2/+2 |
| | | |||||
| * | fix(bash): offset injection content | vanaigr | 2024-12-31 | 1 | -12/+12 |
| | | |||||
| * | bot(lockfile): update fsharp | nvim-treesitter-bot[bot] | 2024-12-31 | 1 | -1/+1 |
| | | |||||
| * | fix(xml): properly indent closing tags | Shaun Attfield (shaun@xomen) | 2024-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Confusing as it is, https://github.com/heurist/nvim-treesitter/blob/master/CONTRIBUTING.md?plain=1#L394 says: ```query @indent.dedent ; dedent children when matching this node @indent.branch ; dedent itself when matching this node ``` @indent.branch is therefore the approriate choice for de-indenting. | ||||
| * | fix(leo): indent } now properly dedents | Robert Horvath | 2024-12-30 | 1 | -18/+32 |
| | | |||||
| * | feat(leo): highlights casting and record expressions added | Robert Horvath | 2024-12-30 | 1 | -2/+21 |
| | | |||||
