mirror of
				https://github.com/zsh-users/zsh-syntax-highlighting.git
				synced 2025-10-31 10:04:31 +00:00 
			
		
		
		
	internal: Fix docstrings.
This commit is contained in:
		
							parent
							
								
									69203b1a1d
								
							
						
					
					
						commit
						faed2fa49e
					
				| @ -254,14 +254,14 @@ _zsh_highlight_main_highlighter() | ||||
|   done | ||||
| } | ||||
| 
 | ||||
| # Check if the argument is variable assignment | ||||
| # Check if $arg is variable assignment | ||||
| _zsh_highlight_main_highlighter_check_assign() | ||||
| { | ||||
|     setopt localoptions extended_glob | ||||
|     [[ $arg == [[:alpha:]_][[:alnum:]_]#(|\[*\])(|[+])=* ]] | ||||
| } | ||||
| 
 | ||||
| # Check if the argument is a path. | ||||
| # Check if $arg is a path. | ||||
| _zsh_highlight_main_highlighter_check_path() | ||||
| { | ||||
|   setopt localoptions nonomatch | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Shahaf
						Daniel Shahaf