| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | fix(earthfile): adapt to new default branch (with external scanner) | Christian Clason | 2025-02-19 | 2 | -2/+2 | |
| | | ||||||
| * | bot(lockfile): update mlir, swift | nvim-treesitter-bot[bot] | 2025-02-19 | 1 | -2/+2 | |
| | | ||||||
| * | ci(update): block nickel (ABI 15) | Christian Clason | 2025-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update fsharp, razor | nvim-treesitter-bot[bot] | 2025-02-18 | 1 | -2/+2 | |
| | | ||||||
| * | feat(inko)!: remove the "class" keyword (#7663) | Yorick Peterse | 2025-02-17 | 2 | -2/+1 | |
| | | | | | | | This keyword is deprecated as of 0.18.1 (released on February 12, 2025) and is being removed as part of the upcoming 0.19.0 release. BREAKING CHANGE: replace with `type`. | |||||
| * | feat(nu): new attribute syntax and add folds.scm (#7650) | zc he | 2025-02-16 | 2 | -9/+18 | |
| | | ||||||
| * | feat(parsers)!: drop org | Christian Clason | 2025-02-16 | 3 | -11/+0 | |
| | | | | | | The parser has neither queries nor a listed maintainer here and hasn't seen updates in two years. | |||||
| * | bot(lockfile): update v | nvim-treesitter-bot[bot] | 2025-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update c_sharp, enforce, erlang, mlir, nu | nvim-treesitter-bot[bot] | 2025-02-15 | 1 | -5/+5 | |
| | | ||||||
| * | bot(lockfile): update julia, vhs | nvim-treesitter-bot[bot] | 2025-02-14 | 1 | -2/+2 | |
| | | ||||||
| * | bot(lockfile): update apex, sflog, soql, sosl, superhtml | nvim-treesitter-bot[bot] | 2025-02-13 | 1 | -5/+5 | |
| | | ||||||
| * | bot(lockfile): update apex, perl, sflog, soql, sosl | nvim-treesitter-bot[bot] | 2025-02-12 | 1 | -5/+5 | |
| | | ||||||
| * | bot(lockfile): update typst, v | nvim-treesitter-bot[bot] | 2025-02-11 | 1 | -2/+2 | |
| | | ||||||
| * | feat(sparql): add regex injection | ginnyTheCat | 2025-02-10 | 1 | -0/+6 | |
| | | ||||||
| * | feat(typescript): highlight awaited functions with type parameters | Omar Valdez | 2025-02-10 | 1 | -0/+12 | |
| | | ||||||
| * | bot(lockfile): update c_sharp, http, idl, perl | nvim-treesitter-bot[bot] | 2025-02-10 | 1 | -4/+4 | |
| | | ||||||
| * | ci(update): block t32 (ABI 15) | Christian Clason | 2025-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update c, mlir, printf | nvim-treesitter-bot[bot] | 2025-02-09 | 1 | -3/+3 | |
| | | ||||||
| * | fix(razor): mark `npm` as required for generating from source | Amaan Qureshi | 2025-02-08 | 1 | -0/+1 | |
| | | ||||||
| * | bot(lockfile): update erlang, gleam, jinja, jinja_inline, ziggy, ziggy_schema | nvim-treesitter-bot[bot] | 2025-02-08 | 2 | -8/+8 | |
| | | ||||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2025-02-08 | 1 | -0/+2 | |
| | | ||||||
| * | feat(jinja): add parser and queries (#7573) | loongtao.zhang | 2025-02-08 | 6 | -0/+204 | |
| | | | | | Signed-off-by: loongtao.zhang <loongtao.zhang@outlook.com> Co-authored-by: Riley Bruins <ribru17@hotmail.com> | |||||
| * | feat(enforce): add parser and queries (#7626) | simonvic | 2025-02-08 | 8 | -0/+295 | |
| | | ||||||
| * | feat(hyprlang): bash injection for bindings with descriptions | Omar Valdez | 2025-02-08 | 1 | -0/+2 | |
| | | ||||||
| * | bot(lockfile): update asm, cpp, elixir, templ | nvim-treesitter-bot[bot] | 2025-02-07 | 1 | -4/+4 | |
| | | ||||||
| * | bot(lockfile): update erlang, vhs | nvim-treesitter-bot[bot] | 2025-02-06 | 2 | -3/+3 | |
| | | | | | lock sql parser (ABI 15) | |||||
| * | feat(nu)!: added some new operators, removed deprecated keyword `register` ↵ | zc he | 2025-02-05 | 2 | -2/+17 | |
| | | | | | (#7620) | |||||
| * | bot(lockfile): update erlang, fsharp | nvim-treesitter-bot[bot] | 2025-02-05 | 1 | -2/+2 | |
| | | ||||||
| * | Fix panic!, assert*!, and dbg! macro queries. | Kieran Siek | 2025-02-04 | 1 | -6/+6 | |
| | | ||||||
| * | feat(formatter): support formatting missing nodes | Riley Bruins | 2025-02-04 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | This commit makes missing nodes take formatting identical to that of regular named nodes, with the only exception being that a newline will not be prepended to a node name. E.g. this pattern: ```query (MISSING identifier) ``` will *not* be changed to: ```query (MISSING (identifier)) ``` | |||||
| * | fix(formatter): prefer #-prefixed predicates | Riley Bruins | 2025-02-04 | 1 | -0/+3 | |
| | | | | | | | This prevents the formatter for appending a space after the "." in a predicate prefix, and changes it to a "#" to match all other occurrences in the codebase. | |||||
| * | bot(lockfile): update cue, erlang, janet_simple | nvim-treesitter-bot[bot] | 2025-02-04 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update c, query, rst, swift, vhdl | nvim-treesitter-bot[bot] | 2025-02-03 | 1 | -5/+5 | |
| | | ||||||
| * | feat(query): highlights for dot-prefixed predicates | Riley Bruins | 2025-02-02 | 1 | -0/+3 | |
| | | ||||||
| * | feat(query): highlights for missing nodes | Riley Bruins | 2025-02-02 | 1 | -0/+5 | |
| | | ||||||
| * | Revert "ci(update): block vhdl (ABI 15)" | Christian Clason | 2025-02-02 | 1 | -1/+1 | |
| | | | | | This reverts commit 1545e964e299176375efd84867dcf82fbff52ee2. | |||||
| * | ci(update): block vhdl (ABI 15) | Christian Clason | 2025-02-02 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update desktop, matlab, perl, query, scala | nvim-treesitter-bot[bot] | 2025-02-02 | 1 | -5/+5 | |
| | | ||||||
| * | feat(typst): capture multilevel headings (#7595) | Dimitris Dimitropoulos | 2025-02-01 | 1 | -2/+17 | |
| | | ||||||
| * | feat(razor): add parser and queries (#7545) | Tristan Knight | 2025-02-01 | 6 | -0/+95 | |
| | | ||||||
| * | bot(lockfile): update bash, desktop, haskell, julia, nix, objc, typst | nvim-treesitter-bot[bot] | 2025-02-01 | 2 | -8/+8 | |
| | | ||||||
| * | bot(lockfile): update c, c_sharp, cpp, css, djot, dtd, earthfile, go, html, ↵ | nvim-treesitter-bot[bot] | 2025-01-31 | 1 | -25/+25 | |
| | | | | | java, javascript, json, lua, nix, ocaml, ocaml_interface, ocamllex, php, php_only, python, ruby, scala, tsx, typescript, xml | |||||
| * | fix(typescript): don't highlight default values as parameters (#7599) | Omar Valdez | 2025-01-30 | 1 | -2/+2 | |
| | | ||||||
