neovim/runtime/lua/vim/treesitter
Riley Bruins 94d42a3e72 fix(treesitter): highlight anonymous nodes in inspect_tree
**Problem:** With anonymous nodes toggled in the inspect tree, only
named nodes will be highlighted when moving the cursor in the source
code buffer.

**Solution:** Retrieve the anonymous node at the cursor (when toggled on
in the inspect tree) and highlight them when appropriate, for better
clarity/specificity.
2024-07-29 17:15:46 +02:00
..
_fold.lua fix(treesitter.foldexpr): robustness against ctrl-c 2024-07-08 11:06:26 +01:00
_meta.lua refactor(lua): improve type annotations 2024-06-11 12:45:43 +01:00
_query_linter.lua fix(treesitter): recognize aliased parsers in omnifunc, query linter 2024-07-17 12:13:53 +02:00
_range.lua feat(treesitter)!: incremental injection parsing 2023-08-12 16:11:36 +01:00
dev.lua fix(treesitter): highlight anonymous nodes in inspect_tree 2024-07-29 17:15:46 +02:00
health.lua fix(treesitter): text alignment in checkhealth vim.treesitter 2024-05-13 09:19:54 +02:00
highlighter.lua fix(treesitter): ensure syntaxset augroup exists (#29542) 2024-07-03 07:40:42 +08:00
language.lua fix(treesitter): enforce lowercase language names (#28546) 2024-04-28 16:27:47 +02:00
languagetree.lua feat(treesitter): add node_for_range function 2024-07-29 17:15:46 +02:00
query.lua perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512) 2024-05-16 16:57:58 +02:00