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.
This commit is contained in:
Idris Akorede Ibrahim 2026-03-30 11:31:12 +01:00
parent 7caec274fd
commit 44c32f9346

View file

@ -110,7 +110,6 @@
"cnext"
"cprevious"
"cNext"
"tab"
"vertical"
"leftabove"
"aboveleft"