| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2025-03-09 | 1 | -0/+1 | |
| | | ||||||
| * | feat(tera): add parser and queries | uncenter | 2025-03-09 | 4 | -0/+171 | |
| | | ||||||
| * | bot(lockfile): update ocaml, ocaml_interface, ocamllex | nvim-treesitter-bot[bot] | 2025-03-09 | 1 | -3/+3 | |
| | | ||||||
| * | fix(rust): inject regex into RegexBuilder instead of ByteRegexBuilder | may | 2025-03-08 | 1 | -2/+2 | |
| | | ||||||
| * | fix(rust): inject html and json in macro invocations (#7715) | ginnyTheCat | 2025-03-08 | 1 | -10/+4 | |
| | | ||||||
| * | bot(lockfile): update ocaml, ocaml_interface | nvim-treesitter-bot[bot] | 2025-03-08 | 1 | -2/+2 | |
| | | ||||||
| * | bot(lockfile): update gleam, rust | nvim-treesitter-bot[bot] | 2025-03-07 | 1 | -2/+2 | |
| | | ||||||
| * | feat(gleam): "echo" keyword (#7710) | Louis Pilfold | 2025-03-06 | 1 | -0/+1 | |
| | | ||||||
| * | feat(snakemake): add rules to locals (#7698) | patricorgi | 2025-03-06 | 2 | -3/+6 | |
| | | ||||||
| * | bot(lockfile): update angular, meson, mlir, rust, scala, unison | nvim-treesitter-bot[bot] | 2025-03-06 | 1 | -6/+6 | |
| | | ||||||
| * | bot(lockfile): update dtd, mlir, slim, xml | nvim-treesitter-bot[bot] | 2025-03-05 | 1 | -4/+4 | |
| | | ||||||
| * | feat(jsx): commentstring query | Riley Bruins | 2025-03-04 | 1 | -0/+6 | |
| | | ||||||
| * | bot(lockfile): update cmake, elixir, ocaml, ocaml_interface, powershell, ↵ | nvim-treesitter-bot[bot] | 2025-03-04 | 1 | -9/+9 | |
| | | | | | requirements, superhtml, ziggy, ziggy_schema | |||||
| * | ci(update): block rescript (ABI 15) | Christian Clason | 2025-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | feat(markdown): fold sublists | Riley Bruins | 2025-03-03 | 1 | -1/+6 | |
| | | ||||||
| * | bot(lockfile): update cmake, elixir, fortran, fsharp, rust, vhdl | nvim-treesitter-bot[bot] | 2025-03-03 | 1 | -6/+6 | |
| | | ||||||
| * | bot(lockfile): update cmake, jinja, jinja_inline, nu | nvim-treesitter-bot[bot] | 2025-03-02 | 1 | -4/+4 | |
| | | ||||||
| * | ci(update): block templ (ABI 15) | Christian Clason | 2025-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update dart, djot, meson, mlir | nvim-treesitter-bot[bot] | 2025-03-01 | 1 | -4/+4 | |
| | | ||||||
| * | ci(update): block typespec (ABI 15) | Christian Clason | 2025-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | ci(update): block verilog (ABI 15) | Christian Clason | 2025-03-01 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update php, php_only, rust, v | nvim-treesitter-bot[bot] | 2025-02-28 | 2 | -7/+4 | |
| | | ||||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2025-02-27 | 1 | -0/+1 | |
| | | ||||||
| * | feat(kdl): parser and queries (#7657) | Bert Baron | 2025-02-27 | 5 | -0/+248 | |
| | | ||||||
| * | fix(kdl): highlight query order (#7688) | Paul Hansen | 2025-02-27 | 1 | -7/+8 | |
| | | | | | | | | | | | | | | This just fixes the highlighting queries so everything isn't highlighted as a variable due to the order of the queries meaning several queries were ignored. I also changed the node names to be highlighted as `@tag` since KDL is an xml-like format so `@tag` seemed more appropriate than type and it differentiates it from the type annotations. This does NOT update to the latest KDL version 2, that would need grammar changes. It does "mostly" work with KDL 2 though (notably unquoted strings seem to throw the grammar off.). | |||||
| * | feat(typescript): highlight abstract methods | Omar Valdez | 2025-02-27 | 1 | -0/+3 | |
| | | ||||||
| * | feat(make): fold `define` statements. | Andreas Hartmann | 2025-02-27 | 1 | -0/+1 | |
| | | ||||||
| * | bot(lockfile): update fortran, nix, tlaplus | nvim-treesitter-bot[bot] | 2025-02-27 | 1 | -3/+3 | |
| | | ||||||
| * | feat(sql): add folds (#7686) | Raafat Turki | 2025-02-26 | 1 | -0/+1 | |
| | | ||||||
| * | feat(php): add support for new relative_name node | Caleb White | 2025-02-26 | 4 | -34/+175 | |
| | | ||||||
| * | feat(markdown): completely conceal codeblock fences on nightly | Christian Clason | 2025-02-25 | 1 | -2/+4 | |
| | | | | | | Required to make https://github.com/neovim/neovim/pull/31324 work with nvim-treesitter. | |||||
| * | fix(gleam): indent on unqualified import rather than import | Alex Manning | 2025-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | feat(typst): add more folds | Andreas Hartmann | 2025-02-25 | 1 | -0/+4 | |
| | | | | | | | | | | for the following language constructs: - 'for' blocks - 'if/else' expressions - raw markup blocks (```) - `content` | |||||
| * | feat(just): improve attribute highlights | Omar Valdez | 2025-02-25 | 1 | -5/+21 | |
| | | | | | | | - Default attribute highlight - Highlight more builtin attributes - Highlight special attribute arguments | |||||
| * | bot(lockfile): update styled | nvim-treesitter-bot[bot] | 2025-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | ci(update): block git_config (ABI 15) | Christian Clason | 2025-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update nu, rst, swift | nvim-treesitter-bot[bot] | 2025-02-24 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update nu, vhdl | nvim-treesitter-bot[bot] | 2025-02-23 | 1 | -2/+2 | |
| | | ||||||
| * | ci(update): block devicetree (ABI 15) | Christian Clason | 2025-02-23 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update enforce, liquid, mlir, nix, nu | nvim-treesitter-bot[bot] | 2025-02-22 | 1 | -5/+5 | |
| | | ||||||
| * | feat(inko): add support for "for" loops | Yorick Peterse | 2025-02-21 | 3 | -1/+3 | |
| | | | | | | | These will be introduced as part of the 0.19.0 release. This commit updates the lockfile as well as the relevant queries to accommodate the new expression and "in" now being a keyword. | |||||
| * | feat(liquid): capture `(front_matter)` and inject `yaml` (#7672) | Hank Jackson | 2025-02-21 | 2 | -0/+7 | |
| | | ||||||
| * | bot(lockfile): update liquid, swift | nvim-treesitter-bot[bot] | 2025-02-21 | 1 | -2/+2 | |
| | | ||||||
| * | feat(pascal): Add asm language injection for Pascal | Philip Zander | 2025-02-20 | 1 | -4/+2 | |
| | | ||||||
| * | feat(promql): do not use regex for string labels (#7669) | Daniil Leontev | 2025-02-20 | 6 | -2/+86 | |
| | | | | | | | | | | | | | | | | | | In Prometheus, label values are treated as strings when used with the `=` and `!=` operators, and as regular expressions when used with the `=~` and `!~` operators. Injecting and then highlighting all label values as regex leads to a situation where entirely valid **string** label values containing regex special characters are mistakenly parsed and highlighted as regex. This results in syntax errors, causing labels to be highlighted incorrectly. For example, in `foo{bar=~"[a-z]{1,3}"}`, `{` and `}` are regex special characters, so regex highlighting is expected. However, in `foo{path="/foo/{id}"}`, `{` and `}` are just part of the string and have no special meaning, so the whole value should be highlighted as a string. | |||||
| * | bot(lockfile): update pascal, v | nvim-treesitter-bot[bot] | 2025-02-20 | 1 | -2/+2 | |
| | | ||||||
| * | feat(java): add injections for markdown documentation comments | Robert Muir | 2025-02-20 | 1 | -0/+12 | |
| | | | | | | | Since Java 23, java documentation supports markdown. It is supported by a '///' line comment followed by mandatory white space: https://openjdk.org/jeps/467 | |||||
| * | feat(yaml): capture "boolean strings" (#7512) | Chris Grieser | 2025-02-19 | 1 | -0/+17 | |
| | | | | | | | See for example: https://www.bram.us/2022/01/11/yaml-the-norway-problem/ values based on: https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.truthy Parser targets YAML 1.2, which has stricter promotions. | |||||
| * | fix(css): do not fold top-level blocks (#7562) | Michael Parque | 2025-02-19 | 1 | -0/+6 | |
| | | | | | | | Using (block) makes the fold behavior only work on the line that the block starts not the start line of the statement, which is unideal when the preceding statement spans multiple lines. instead, use all top-level statements explicitly from https://github.com/tree-sitter/tree-sitter-css/blob/master/grammar.js | |||||
| * | feat(gomod): support `tool` directive (#7649) | Yuki Ito | 2025-02-19 | 1 | -0/+4 | |
| | | ||||||
