Add delimiter highlighting to zsh
This commit is contained in:
parent
dce503ac57
commit
3c0355ebf6
@ -1,3 +1,6 @@
|
||||
syn keyword zshOption interactivecomments INTERACTIVE_COMMENTS
|
||||
syn region zshBlock matchgroup=zshParans start="{" end="}" transparent fold
|
||||
hi link zshParans Delimiter
|
||||
syn region zshParentheses matchgroup=Delimiter start='(' skip='\\)' end=')' transparent fold
|
||||
syn region zshParentheses matchgroup=Delimiter start="{" end="}" transparent fold
|
||||
|
||||
" TODO: Correctly highlight associative array assignment, see zshVariableDef.
|
||||
|
||||
hi link zshOperator Operator
|
||||
|
Loading…
x
Reference in New Issue
Block a user