mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: alias style overrides precommand style
This commit is contained in:
parent
c138123397
commit
e3edddd8ec
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue