mirror of
				https://github.com/zsh-users/zsh-syntax-highlighting.git
				synced 2025-10-23 05:59:23 +00:00 
			
		
		
		
	driver: load zsh/parameter if available
This commit is contained in:
		
							parent
							
								
									7b82b88a71
								
							
						
					
					
						commit
						3ce01076b5
					
				| @ -328,5 +328,8 @@ add-zsh-hook preexec _zsh_highlight_preexec_hook 2>/dev/null || { | ||||
|     echo 'zsh-syntax-highlighting: failed loading add-zsh-hook.' >&2 | ||||
|   } | ||||
| 
 | ||||
| # Load zsh/parameter module if available | ||||
| zmodload zsh/parameter 2>/dev/null || true | ||||
| 
 | ||||
| # Initialize the array of active highlighters if needed. | ||||
| [[ $#ZSH_HIGHLIGHT_HIGHLIGHTERS -eq 0 ]] && ZSH_HIGHLIGHT_HIGHLIGHTERS=(main) || true | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 m0viefreak
						m0viefreak