zsh-syntax-highlighting/highlighters
Daniel Shahaf b52a485c5c brackets: Optimize a tiny bit.
Compute «${#BUFFER}» just once.  I haven't measured the effect of this, but
it might just avoid a strlen() every time around the loop, which could add
up for large ${BUFFER}s.

See issue #295.
2016-04-22 14:14:15 +00:00
..
brackets brackets: Optimize a tiny bit. 2016-04-22 14:14:15 +00:00
cursor docs: Fix broken symlinks 2015-11-24 00:40:09 -06:00
line docs: Fix broken symlinks 2015-11-24 00:40:09 -06:00
main tests: Expect the correct style 2016-04-03 20:43:13 -05:00
pattern docs: Fix broken symlinks 2015-11-24 00:40:09 -06:00
root docs: Fix broken symlinks 2015-11-24 00:40:09 -06: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.