Merge 612e493cba into a0862053f5
				
					
				
			This commit is contained in:
		
						commit
						c2a6812816
					
				| 
						 | 
					@ -48,5 +48,5 @@ How to install
 | 
				
			||||||
How to tweak
 | 
					How to tweak
 | 
				
			||||||
------------
 | 
					------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Syntax highlighting is done by pluggable highlighter scripts, see the [highlighters directory](zsh-syntax-highlighting/tree/master/highlighters)
 | 
					Syntax highlighting is done by pluggable highlighter scripts, see the [highlighters directory](highlighters)
 | 
				
			||||||
for documentation and configuration settings.
 | 
					for documentation and configuration settings.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,11 +3,11 @@ zsh-syntax-highlighting / highlighters
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Syntax highlighting is done by pluggable highlighters:
 | 
					Syntax highlighting is done by pluggable highlighters:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [***main***](highlighters/main) - the base highlighter, and the only one active by default.
 | 
					* [***main***](main) - the base highlighter, and the only one active by default.
 | 
				
			||||||
* [***brackets***](highlighters/brackets) - matches brackets and parenthesis.
 | 
					* [***brackets***](brackets) - matches brackets and parenthesis.
 | 
				
			||||||
* [***pattern***](highlighters/pattern) - matches user-defined patterns.
 | 
					* [***pattern***](pattern) - matches user-defined patterns.
 | 
				
			||||||
* [***cursor***](highlighters/cursor) - matches the cursor position.
 | 
					* [***cursor***](cursor) - matches the cursor position.
 | 
				
			||||||
* [***root***](highlighters/root) - triggered if the current user is root.
 | 
					* [***root***](root) - triggered if the current user is root.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
How to activate highlighters
 | 
					How to activate highlighters
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue