main: Highlight <( ) and >( ) process substitutions

Fixes #494
This commit is contained in:
Matthew Martin
2018-03-10 15:03:25 -06:00
parent 3ac7d1c785
commit 08d4401fae
3 changed files with 15 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ This highlighter defines the following styles:
* `globbing` - globbing expressions (`*.txt`)
* `history-expansion` - history expansion expressions (`!foo` and `^foo^bar`)
* `command-substitution` - command substitutions (`$(echo foo)`)
* `process-substitution` - process substitutions (`<(echo foo)`)
* `single-hyphen-option` - single-hyphen options (`-o`)
* `double-hyphen-option` - double-hyphen options (`--option`)
* `back-quoted-argument` - backtick command substitution (`` `foo` ``)