mirror of
https://github.com/neovim/neovim.git
synced 2026-01-03 18:06:29 +10:00
**Problem:** Top-level anonymous nodes are not being checked by the query linter **Solution:** Check them by adding them to the top-level query This commit also moves a table construction out of the match iterator so it is run less frequently.