diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-12-20 12:30:45 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-12-20 12:40:15 +0100 |
| commit | 8cdffc6d334731ce3703b6d870a5a34fd878208a (patch) | |
| tree | 4d5270d86056a375c0bd419b641a46101ff8b0c7 | |
| parent | fix(strace): generate removed parser (diff) | |
| download | nvim-treesitter-8cdffc6d334731ce3703b6d870a5a34fd878208a.tar nvim-treesitter-8cdffc6d334731ce3703b6d870a5a34fd878208a.tar.gz nvim-treesitter-8cdffc6d334731ce3703b6d870a5a34fd878208a.tar.bz2 nvim-treesitter-8cdffc6d334731ce3703b6d870a5a34fd878208a.tar.lz nvim-treesitter-8cdffc6d334731ce3703b6d870a5a34fd878208a.tar.xz nvim-treesitter-8cdffc6d334731ce3703b6d870a5a34fd878208a.tar.zst nvim-treesitter-8cdffc6d334731ce3703b6d870a5a34fd878208a.zip | |
feat(vim): support `:tab` command
| -rw-r--r-- | runtime/queries/vim/highlights.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/queries/vim/highlights.scm b/runtime/queries/vim/highlights.scm index c35986fa3..96280cd42 100644 --- a/runtime/queries/vim/highlights.scm +++ b/runtime/queries/vim/highlights.scm @@ -110,6 +110,7 @@ "cnext" "cprevious" "cNext" + "tab" "vertical" "leftabove" "aboveleft" |
