mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-08-23 11:23:17 +08:00
main: alias style overrides precommand style
This commit is contained in:
@@ -31,6 +31,6 @@ alias x=command
|
||||
BUFFER='x ls'
|
||||
|
||||
expected_region_highlight=(
|
||||
"1 1 precommand" # x
|
||||
"1 1 alias" # x
|
||||
"3 4 command" # ls
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user