| 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. | ||
| * | feat(treesitter): update Bash parser and queries to v0.21.0 | Christian Clason | 2024-03-19 |