Add function folding to zsh filetype
This commit is contained in:
parent
cce7a8dc4a
commit
daf8434e84
@ -1 +0,0 @@
|
||||
setlocal foldmethod=marker
|
2
after/syntax/zsh.vim
Normal file
2
after/syntax/zsh.vim
Normal file
@ -0,0 +1,2 @@
|
||||
syn region zshBlock matchgroup=zshParans start="{" end="}" transparent fold
|
||||
hi link zshParans Delimiter
|
Loading…
x
Reference in New Issue
Block a user