File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments