mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
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:
parent
7caec274fd
commit
44c32f9346
1 changed files with 0 additions and 1 deletions
|
|
@ -110,7 +110,6 @@
|
|||
"cnext"
|
||||
"cprevious"
|
||||
"cNext"
|
||||
"tab"
|
||||
"vertical"
|
||||
"leftabove"
|
||||
"aboveleft"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue