Add missing zsh option keyword to vim syntax

This commit is contained in:
Kenneth Benzie 2017-06-14 00:41:54 +01:00
parent b5f51c0542
commit 3dd8259c01

View File

@ -1,2 +1,3 @@
syn keyword zshOption interactivecomments INTERACTIVE_COMMENTS
syn region zshBlock matchgroup=zshParans start="{" end="}" transparent fold
hi link zshParans Delimiter