mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
minor: Fix comment in last ocmmit.
This commit is contained in:
parent
8b728522de
commit
f657406159
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@
|
||||||
# vim: ft=zsh sw=2 ts=2 et
|
# vim: ft=zsh sw=2 ts=2 et
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
BUFFER='echo; ; ' # without the trailing space, it's highlighted as path_approx
|
# without the trailing space, it's highlighted as path_approx (issue #187, issue #204)
|
||||||
|
BUFFER='echo; ; '
|
||||||
|
|
||||||
expected_region_highlight=(
|
expected_region_highlight=(
|
||||||
"5 5 $ZSH_HIGHLIGHT_STYLES[commandseparator]" # ;
|
"5 5 $ZSH_HIGHLIGHT_STYLES[commandseparator]" # ;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue