mirror of
				https://github.com/zsh-users/zsh-syntax-highlighting.git
				synced 2025-10-30 15:56:28 +08:00 
			
		
		
		
	Merge pull request #134 from sonnym/enable_quick_history_substitution_highlighting
highlight ^old^new pattern
This commit is contained in:
		
						commit
						10391d025a
					
				| @ -128,7 +128,7 @@ _zsh_highlight_main_highlighter() | |||||||
|                           new_expression=true |                           new_expression=true | ||||||
|                         elif _zsh_highlight_main_highlighter_check_path; then |                         elif _zsh_highlight_main_highlighter_check_path; then | ||||||
|                           style=$ZSH_HIGHLIGHT_STYLES[path] |                           style=$ZSH_HIGHLIGHT_STYLES[path] | ||||||
|                         elif [[ $arg[0,1] = $histchars[0,1] ]]; then |                         elif [[ $arg[0,1] == $histchars[0,1] || $arg[0,1] == $histchars[2,2] ]]; then | ||||||
|                           style=$ZSH_HIGHLIGHT_STYLES[history-expansion] |                           style=$ZSH_HIGHLIGHT_STYLES[history-expansion] | ||||||
|                         else |                         else | ||||||
|                           style=$ZSH_HIGHLIGHT_STYLES[unknown-token] |                           style=$ZSH_HIGHLIGHT_STYLES[unknown-token] | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 nicoulaj
						nicoulaj