Skip to content

Commit 1a9264b

Browse files
committed
docs: Add regexp to the list of built-in highlighters
1 parent f6a22fa commit 1a9264b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/highlighters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ Syntax highlighting is done by pluggable highlighters:
66
* `main` - the base highlighter, and the only one [active by default][main].
77
* `brackets` - [matches brackets][brackets] and parenthesis.
88
* `pattern` - matches [user-defined patterns][pattern].
9+
* `regexp` - matches [user-defined regular expressions][regexp].
910
* `cursor` - matches [the cursor position][cursor].
1011
* `root` - highlights the whole command line [if the current user is root][root].
1112
* `line` - applied to [the whole command line][line].
1213

1314
[main]: highlighters/main.md
1415
[brackets]: highlighters/brackets.md
1516
[pattern]: highlighters/pattern.md
17+
[regexp]: highlighters/regexp.md
1618
[cursor]: highlighters/cursor.md
1719
[root]: highlighters/root.md
1820
[line]: highlighters/line.md

0 commit comments

Comments
 (0)