nvim-treesitter/runtime/queries/vim
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
..
folds.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
highlights.scm fix(vim): remove invalid "tab" node type from highlights query 2026-03-30 11:31:12 +01:00
injections.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
locals.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00