mirror of
				https://github.com/zsh-users/zsh-syntax-highlighting.git
				synced 2025-10-30 15:56:28 +08:00 
			
		
		
		
	Resolves slow performance in brackets highlighter
This commit is contained in:
		
							parent
							
								
									5320f1e18d
								
							
						
					
					
						commit
						e8cc271314
					
				| @ -49,6 +49,7 @@ _zsh_highlight_brackets_highlighter() | |||||||
| { | { | ||||||
|   local level=0 pos |   local level=0 pos | ||||||
|   local -A levelpos lastoflevel matching typepos |   local -A levelpos lastoflevel matching typepos | ||||||
|  |   region_highlight=() | ||||||
| 
 | 
 | ||||||
|   # Find all brackets and remember which one is matching |   # Find all brackets and remember which one is matching | ||||||
|   for (( pos = 0; $pos < ${#BUFFER}; pos++ )) ; do |   for (( pos = 0; $pos < ${#BUFFER}; pos++ )) ; do | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Randy
						Randy