Add delimiter highlighting to zsh
This commit is contained in:
		
							parent
							
								
									64f7e0c6f4
								
							
						
					
					
						commit
						f1338e92ac
					
				| @ -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