From d39f83509e9374ea16256e471de5df3298f46044 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sat, 13 Jan 2018 14:43:02 +0000 Subject: [PATCH] docs: main: Add missing hyphens. --- docs/highlighters/main.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/highlighters/main.md b/docs/highlighters/main.md index cec79fa..02198cb 100644 --- a/docs/highlighters/main.md +++ b/docs/highlighters/main.md @@ -32,16 +32,16 @@ This highlighter defines the following styles: * `path_prefix_pathseparator` - path separators in prefixes of existing filenames (`/`); if unset, `path_prefix` is used (default) * `globbing` - globbing expressions (`*.txt`) * `history-expansion` - history expansion expressions (`!foo` and `^foo^bar`) -* `single-hyphen-option` - single hyphen options (`-o`) -* `double-hyphen-option` - double hyphen options (`--option`) +* `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" ``) -* `double-quoted-argument-unclosed` - unclosed double quoted arguments (`` "foo ``) -* `dollar-quoted-argument` - dollar quoted arguments (`` $'foo' ``) -* `dollar-quoted-argument-unclosed` - unclosed dollar quoted arguments (`` $'foo ``) +* `single-quoted-argument` - single-quoted arguments (`` 'foo' ``) +* `single-quoted-argument-unclosed` - unclosed single-quoted arguments (`` 'foo ``) +* `double-quoted-argument` - double-quoted arguments (`` "foo" ``) +* `double-quoted-argument-unclosed` - unclosed double-quoted arguments (`` "foo ``) +* `dollar-quoted-argument` - dollar-quoted arguments (`` $'foo' ``) +* `dollar-quoted-argument-unclosed` - unclosed dollar-quoted arguments (`` $'foo ``) * `rc-quote` - two single quotes inside single quotes when the `RC_QUOTES` option is set (`` 'foo''bar' ``) * `dollar-double-quoted-argument` - parameter expansion inside double quotes (`$foo` inside `""`) * `back-double-quoted-argument` - back double quoted arguments (`\x` inside `""`)