neovim/test/functional/treesitter
Christian Clason 51d85f7ea5
build(deps): drop unused bundled bash, python parsers and queries
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.
2024-07-09 15:26:48 +02:00
..
fold_spec.lua build(deps): drop unused bundled bash, python parsers and queries 2024-07-09 15:26:48 +02:00
highlight_spec.lua test: starting and stopping treesitter highlight (#29546) 2024-07-03 08:40:55 +08:00
inspect_tree_spec.lua fix(treesitter): display fields for anonymous nodes in :InspectTree 2024-07-05 10:11:48 +02:00
language_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
node_spec.lua perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512) 2024-05-16 16:57:58 +02:00
parser_spec.lua fix(treesitter): allow optional directive captures (#28664) 2024-05-14 09:14:43 -05:00
query_spec.lua perf(treesitter): remove unnecessary foldexpr loop 2024-06-24 14:10:25 +02:00
utils_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00