Add function folding to zsh filetype

This commit is contained in:
Kenneth Benzie 2017-06-13 23:59:23 +01:00
parent c4dcb5668d
commit b5f51c0542
2 changed files with 2 additions and 1 deletions

View File

@ -1 +0,0 @@
setlocal foldmethod=marker

2
after/syntax/zsh.vim Normal file
View File

@ -0,0 +1,2 @@
syn region zshBlock matchgroup=zshParans start="{" end="}" transparent fold
hi link zshParans Delimiter