aliases: Highlight aliases with '=' in their LHS as error. (Part of issue #263.)
This commit is contained in:
@@ -34,5 +34,5 @@ ZSH_HIGHLIGHT_STYLES[alias]=$unused_highlight
|
||||
BUFFER='x=y ls'
|
||||
|
||||
expected_region_highlight=(
|
||||
"1 3 $ZSH_HIGHLIGHT_STYLES[unknown-token] 'issue #263, #issuecomment-170579803'" # x=y
|
||||
"1 3 $ZSH_HIGHLIGHT_STYLES[unknown-token]" # x=y
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user