zsh-syntax-highlighting/highlighters
Daniel Shahaf 179b8e753f 'main': Test for redirection earlier.
This is a prerequisite for the next commit.

The incumbent code was wrong: the test of $in_redirection in the first hunk
would never have seen «(( in_redirection == 2 ))».  That had no visible
effect since options to sudo don't look like redirection operators.
2016-08-16 13:27:36 +00:00
..
brackets Bump copyright years. 2016-05-13 01:29:49 +00:00
cursor driver: Always bind zle-line-finish and use it instead of accept-* 2016-07-29 20:41:06 +00:00
line highlighters: Use _zsh_highlight_add_highlight 2016-04-29 10:09:16 -05:00
main 'main': Test for redirection earlier. 2016-08-16 13:27:36 +00:00
pattern tests: Add tests for 'brackets' and 'pattern' 2016-05-05 15:36:33 -05:00
root highlighters: Use _zsh_highlight_add_highlight 2016-04-29 10:09:16 -05:00
README.md docs: Followup to the recent docs branch: clean up some internal cross-references. 2015-11-27 04:07:02 +00:00

zsh-syntax-highlighting / highlighters

Navigate into the individual highlighters' documentation to see
what styles ($ZSH_HIGHLIGHT_STYLES keys) each highlighter defines.

Refer to the documentation on highlighters for further
information.