aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/query
Commit message (Collapse)AuthorAge
* build(deps): bump tree-sitter-query to v0.5.0 (#32299)Riley Bruins2025-02-04
| | | and sync queries from nvim-treesitter (adds support for `MISSING` nodes).
* fix(treesitter): update queriesChristian Clason2024-11-22
|
* fix(treesitter): sync queries from upstreamChristian Clason2024-09-12
|
* fix(runtime): sync bundled treesitter queriesChristian Clason2024-07-28
|
* build(deps): bump tree-sitter-query to v0.4.0Christian Clason2024-05-26
|
* fix(treesitter): update queriesChristian Clason2024-05-05
|
* fix(treesitter): update parsers and queriesChristian Clason2024-04-05
|
* feat(treesitter)!: new standard capture namesChristian Clason2024-01-21
| | | | | | | | | | | | | | Problem: Sharing queries with upstream and Helix is difficult due to different capture names. Solution: Define and document a new set of standard captures that matches tree-sitter "standard captures" (where defined) and is closer to Helix' Atom-style nested groups. This is a breaking change for colorschemes that defined highlights based on the old captures. On the other hand, the default colorscheme now defines links for all standard captures (not just those used in bundled queries), improving the out-of-the-box experience.
* fix(treesitter): update highlights for query (#23699)Christian Clason2023-05-21
| | | captures for `; extends` and `; inherits`
* feat(treesitter): bundle query parser and queries (#22483)Christian Clason2023-03-03
skip injections for now