mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Mark ZSH_HIGHLIGHT_DIRS_BLACKLIST experimental
This commit is contained in:
parent
6713727742
commit
15e288a25c
3 changed files with 6 additions and 5 deletions
|
|
@ -30,7 +30,7 @@
|
|||
mkdir foo
|
||||
touch foo/bar
|
||||
BUFFER=": foo/bar $PWD/foo foo/b"
|
||||
ZSH_HIGHLIGHT_DIRS_BLACKLIST=($PWD/foo)
|
||||
X_ZSH_HIGHLIGHT_DIRS_BLACKLIST=($PWD/foo)
|
||||
|
||||
expected_region_highlight=(
|
||||
'1 1 builtin' # :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue