mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2026-03-04 13:25:00 +08:00
main: Highlight unclosed backtick subshells
This commit is contained in:
@@ -35,6 +35,7 @@ This highlighter defines the following styles:
|
||||
* `single-hyphen-option` - single hyphen options (`-o`)
|
||||
* `double-hyphen-option` - double hyphen options (`--option`)
|
||||
* `back-quoted-argument` - backquoted expressions (`` `foo` ``)
|
||||
* `back-quoted-argument-unclosed` - unclosed backquoted expressions (`` `foo ``)
|
||||
* `single-quoted-argument` - single quoted arguments (`` 'foo' ``)
|
||||
* `single-quoted-argument-unclosed` - unclosed single quoted arguments (`` 'foo ``)
|
||||
* `double-quoted-argument` - double quoted arguments (`` "foo" ``)
|
||||
|
||||
Reference in New Issue
Block a user