diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-03-20 10:38:35 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-03-20 10:43:21 +0100 |
| commit | 53f6ce29df5841ce26e5a9f06fb371088b8d8031 (patch) | |
| tree | 4cdf43fefc1e6c944701eac567840cb7f4d33866 /runtime | |
| parent | test: replace plenary with plentest.nvim (diff) | |
| download | nvim-treesitter-53f6ce29df5841ce26e5a9f06fb371088b8d8031.tar nvim-treesitter-53f6ce29df5841ce26e5a9f06fb371088b8d8031.tar.gz nvim-treesitter-53f6ce29df5841ce26e5a9f06fb371088b8d8031.tar.bz2 nvim-treesitter-53f6ce29df5841ce26e5a9f06fb371088b8d8031.tar.lz nvim-treesitter-53f6ce29df5841ce26e5a9f06fb371088b8d8031.tar.xz nvim-treesitter-53f6ce29df5841ce26e5a9f06fb371088b8d8031.tar.zst nvim-treesitter-53f6ce29df5841ce26e5a9f06fb371088b8d8031.zip | |
feat(zsh)!: update parser and queries
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/queries/zsh/highlights.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/queries/zsh/highlights.scm b/runtime/queries/zsh/highlights.scm index 9c97ddce0..20fac01ba 100644 --- a/runtime/queries/zsh/highlights.scm +++ b/runtime/queries/zsh/highlights.scm @@ -14,9 +14,8 @@ [ ";" ";;" - ";&" - ";;&" - ";|" + (case_fallthrough) + (case_test_next) "&" ] @punctuation.delimiter |
