Files
neovim/runtime/lua/vim/treesitter
Peter Cardenas e5c2ce5905 fix(treesitter): ":EditQuery [lang]" with injected languages #34914
Problem:
`:EditQuery` command accepts a language argument, but it doesn't
highlight properly for injected languages.

Solution:
- Fully parse with the root language and then filter the query on the
  child trees that are of the language requested.
- Also support completion (`EditQuery <tab>`).
2025-07-19 11:36:51 -07:00
..
2025-07-04 18:03:41 +01:00
2025-06-06 15:36:48 +01:00
2025-06-06 15:36:48 +01:00