Add function folding to zsh filetype
This commit is contained in:
parent
c4dcb5668d
commit
b5f51c0542
@ -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