mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Fix typo
This commit is contained in:
parent
ccb1da4ae8
commit
415e762ab2
1 changed files with 1 additions and 1 deletions
|
|
@ -634,7 +634,7 @@ _zsh_highlight_main_highlighter_highlight_list()
|
||||||
|
|
||||||
# The zsh lexer considers ';' and newline to be the same token, so
|
# The zsh lexer considers ';' and newline to be the same token, so
|
||||||
# ${(z)} converts all newlines to semicolons. Convert them back here to
|
# ${(z)} converts all newlines to semicolons. Convert them back here to
|
||||||
# make later processing simplier.
|
# make later processing simpler.
|
||||||
[[ $arg == ';' && ${match[3]} == $'\n' ]] && arg=$'\n'
|
[[ $arg == ';' && ${match[3]} == $'\n' ]] && arg=$'\n'
|
||||||
|
|
||||||
# Compute the new $proc_buf. We advance it
|
# Compute the new $proc_buf. We advance it
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue