mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
better
This commit is contained in:
parent
20c0969332
commit
55a5eddb33
1 changed files with 1 additions and 1 deletions
|
|
@ -41,8 +41,8 @@ This highlighter defines the following styles:
|
||||||
* `dollar-double-quoted-argument` - parameter expansion inside double quotes (`$foo` inside `""`)
|
* `dollar-double-quoted-argument` - parameter expansion inside double quotes (`$foo` inside `""`)
|
||||||
* `dollar-quoted-argument` - dollar-quoted arguments (`` $'foo' ``)
|
* `dollar-quoted-argument` - dollar-quoted arguments (`` $'foo' ``)
|
||||||
* `dollar-quoted-argument-unclosed` - unclosed dollar-quoted arguments (`` $'foo ``)
|
* `dollar-quoted-argument-unclosed` - unclosed dollar-quoted arguments (`` $'foo ``)
|
||||||
* `double-quoted-argument` - double-quoted arguments (`` "foo" ``)
|
|
||||||
* `double-hyphen-option` - double-hyphen options (`--option`)
|
* `double-hyphen-option` - double-hyphen options (`--option`)
|
||||||
|
* `double-quoted-argument` - double-quoted arguments (`` "foo" ``)
|
||||||
* `double-quoted-argument-unclosed` - unclosed double-quoted arguments (`` "foo ``)
|
* `double-quoted-argument-unclosed` - unclosed double-quoted arguments (`` "foo ``)
|
||||||
* `function` - function names
|
* `function` - function names
|
||||||
* `global-alias` - global aliases
|
* `global-alias` - global aliases
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue