Skip to content

Commit f6a22fa

Browse files
committed
docs: Change highlighters' URL indexes from numbers to labels
1 parent 6e0e950 commit f6a22fa

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/highlighters.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ zsh-syntax-highlighting / highlighters
33

44
Syntax highlighting is done by pluggable highlighters:
55

6-
* `main` - the base highlighter, and the only one [active by default][1].
7-
* `brackets` - [matches brackets][2] and parenthesis.
8-
* `pattern` - matches [user-defined patterns][3].
9-
* `cursor` - matches [the cursor position][4].
10-
* `root` - highlights the whole command line [if the current user is root][5].
11-
* `line` - applied to [the whole command line][6].
12-
13-
[1]: highlighters/main.md
14-
[2]: highlighters/brackets.md
15-
[3]: highlighters/pattern.md
16-
[4]: highlighters/cursor.md
17-
[5]: highlighters/root.md
18-
[6]: highlighters/line.md
6+
* `main` - the base highlighter, and the only one [active by default][main].
7+
* `brackets` - [matches brackets][brackets] and parenthesis.
8+
* `pattern` - matches [user-defined patterns][pattern].
9+
* `cursor` - matches [the cursor position][cursor].
10+
* `root` - highlights the whole command line [if the current user is root][root].
11+
* `line` - applied to [the whole command line][line].
12+
13+
[main]: highlighters/main.md
14+
[brackets]: highlighters/brackets.md
15+
[pattern]: highlighters/pattern.md
16+
[cursor]: highlighters/cursor.md
17+
[root]: highlighters/root.md
18+
[line]: highlighters/line.md
1919

2020

2121
Highlighter-independent settings

0 commit comments

Comments
 (0)