neovim/test/functional/treesitter
Riley Bruins 3c0e1a89d9 fix(treesitter): show proper node name error messages
**Problem:** Currently node names with non-alphanumeric, non
underscore/hyphen characters (only possible with anonymous nodes) are
not given a proper error message. See tree-sitter issue 3892 for more
details.

**Solution:** Apply a different scanning logic to anonymous nodes to
correctly identify the entire node name (i.e., up until the final double
quote)

(cherry picked from commit 36990f324d)
2024-11-13 13:03:00 +00:00
..
fold_spec.lua build(deps): drop unused bundled bash, python parsers and queries 2024-07-09 16:13:26 +02:00
highlight_spec.lua fix(runtime): sync bundled treesitter queries 2024-07-24 17:02:12 +02:00
inspect_tree_spec.lua fix(treesitter): display fields for anonymous nodes in :InspectTree 2024-07-05 10:15:14 +02:00
language_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
node_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
parser_spec.lua fix(treesitter): allow optional directive captures (#28664) 2024-05-14 09:14:43 -05:00
query_spec.lua fix(treesitter): show proper node name error messages 2024-11-13 13:03:00 +00:00
utils_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00