@@ -3,19 +3,19 @@ zsh-syntax-highlighting / highlighters
33
44Syntax 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
2121Highlighter-independent settings
0 commit comments