mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
aliases: Highlight aliases with '=' in their LHS as error. (Part of issue #263.)
This commit is contained in:
parent
5e4b446dee
commit
28932316cc
2 changed files with 23 additions and 4 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue