mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Support $''-quoted strings.
This does not yet highlight backslash escapes within them.
This commit is contained in:
parent
6d93ea07fd
commit
a8afbdf2f5
3 changed files with 39 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ This highlighter defines the following styles:
|
|||
* `back-quoted-argument` - backquoted expressions (`` `foo` ``)
|
||||
* `single-quoted-argument` - single quoted arguments (`` 'foo' ``)
|
||||
* `double-quoted-argument` - double quoted arguments (`` "foo" ``)
|
||||
* `dollar-quoted-argument` - dollar quoted arguments (`` $'foo' ``)
|
||||
* `dollar-double-quoted-argument` - dollar double quoted arguments ($foo inside "")
|
||||
* `back-double-quoted-argument` - back double quoted arguments (\x inside "")
|
||||
* `assign` - variable assignments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue