nvim-treesitter/runtime
Idris Akorede Ibrahim 44c32f9346 fix(vim): remove invalid "tab" node type from highlights query
The "tab" node type was removed from the Vim treesitter parser.
The tab command is now parsed as unknown_command_name, which is
already captured in the same keyword list. The stale "tab" entry
causes a query error (Invalid node type "tab") on every command
mode entry in Neovim. Remove the invalid node type.
2026-03-30 11:31:12 +01:00
..
queries fix(vim): remove invalid "tab" node type from highlights query 2026-03-30 11:31:12 +01:00