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