mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
tests: Remove unused_highlight
This commit is contained in:
parent
fd061b5730
commit
d3678ec7a8
32 changed files with 0 additions and 35 deletions
|
|
@ -27,7 +27,6 @@
|
|||
# vim: ft=zsh sw=2 ts=2 et
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
ZSH_HIGHLIGHT_STYLES[function]=$unused_highlight
|
||||
cd() {
|
||||
builtin cd "$@"
|
||||
}
|
||||
|
|
@ -36,8 +35,6 @@ ls() {
|
|||
}
|
||||
BUFFER='cd;ls'
|
||||
|
||||
# Use $unused_highlight to see that function highlighting has precedence over command and builtin
|
||||
|
||||
expected_region_highlight=(
|
||||
"1 2 function" # cd
|
||||
"4 5 function" # ls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue