From 55a5eddb337ca537eeaad11924fca5acdc56bd5e Mon Sep 17 00:00:00 2001 From: twoody <tanner.l.woody@gmail.com> Date: Wed, 13 Oct 2021 09:03:56 -0700 Subject: [PATCH] better --- docs/highlighters/main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/highlighters/main.md b/docs/highlighters/main.md index 03abeb7..0ae016f 100644 --- a/docs/highlighters/main.md +++ b/docs/highlighters/main.md @@ -41,8 +41,8 @@ This highlighter defines the following styles: * `dollar-double-quoted-argument` - parameter expansion inside double quotes (`$foo` inside `""`) * `dollar-quoted-argument` - 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-quoted-argument` - double-quoted arguments (`` "foo" ``) * `double-quoted-argument-unclosed` - unclosed double-quoted arguments (`` "foo ``) * `function` - function names * `global-alias` - global aliases