Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(treesitter): update parsers and queries | Christian Clason | 2024-04-05 |
| | |||
* | feat(treesitter): update Lua parser and queries to v0.1.0 | Christian Clason | 2024-03-19 |
| | |||
* | feat(treesitter)!: new standard capture names | Christian Clason | 2024-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 lua parser and queries (#24148) | Christian Clason | 2023-06-26 |
| | |||
* | build(deps): update lua parser and queries | Christian Clason | 2023-05-15 |
| | |||
* | fix(treesitter): update queries from nvim-treesitter | Christian Clason | 2023-04-01 |
| | | | | remove self-injection for C preprocessor macros (can be very slow) | ||
* | feat(treesitter): use upstream format for injection queries | Lewis Russell | 2023-03-08 |
| | |||
* | feat(treesitter): bundle query parser and queries (#22483) | Christian Clason | 2023-03-03 |
| | | | skip injections for now | ||
* | feat(treesitter): add injections | Christian Clason | 2022-09-06 |