mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
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. |
||
|---|---|---|
| .. | ||
| folds.scm | ||
| highlights.scm | ||
| injections.scm | ||
| locals.scm | ||