mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Highlight backslash escape sequences outside quotes.
Fixes #631. WIP: test expectations should be updated (12 failures including cthulhu)
This commit is contained in:
parent
6fd92e1bbd
commit
c8f5d10dfe
3 changed files with 10 additions and 1 deletions
|
|
@ -34,4 +34,5 @@ expected_region_highlight=(
|
|||
'1 4 builtin' # echo
|
||||
'6 18 default "issue #705"' # foo\\\nbar"baz"
|
||||
'14 18 double-quoted-argument "issue #705"' # "baz"
|
||||
# TODO: when fixing this, see if we can highlight the backslash-newline sequence as a comment.
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue