Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | build(deps): drop unused bundled bash, python parsers and queries | Christian Clason | 2024-07-09 |
| | | | | | | | | | | Problem: Neovim bundles treesitter parsers for bash and python but does not use them by default. This dilutes the messaging about the bundled parsers being required for functionality or reasonable out-of-the-box experience. It also increases the risk of query incompatibilities for no gain. Solution: Stop bundling bash and python parser and queries. | ||
* | fix(treesitter): update queries | Christian Clason | 2024-05-05 |
| | |||
* | fix(treesitter): update parsers and queries | Christian Clason | 2024-04-05 |
| | |||
* | feat(treesitter): update Bash parser and queries to v0.21.0 | Christian Clason | 2024-03-19 |
| | |||
* | build(deps): bump tree-sitter-bash to v0.20.5 | Christian Clason | 2024-02-10 |
| | |||
* | 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. | ||
* | feat(treesitter): add bash parser and queries | Christian Clason | 2023-07-01 |