This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/modules/syntax-highlighting
2012-08-27 20:32:50 -04:00
..
external@45194671af Update syntax-highlighting 2012-08-27 20:22:20 -04:00
init.zsh Comment the sourcing of module files 2012-08-27 20:32:50 -04:00
README.md Correct a spelling mistake in READMEs 2012-08-27 18:39:16 -04:00

Syntax Highlighting

Integrates zsh-syntax-highlighting into Oh My Zsh.

This module should be loaded second to last, where last is the prompt module, unless used in conjuncture with the history-substring-search module where it must be loaded before it.

Contributors

New features and bug fixes should be submitted to the zsh-syntax-highlighting project according to its rules and regulations. This module will be synchronized against it.

Settings

Highlighting

To enable highlighting for this module only, add the following line to zshrc:

zstyle ':omz:module:syntax-highlighting' color 'yes'

Highlighters

Syntax highlighting is accomplished by pluggable highlighters. This module enables the main, brackets, and cursor highlighters by default.

To enable all highlighters, add the following to zshrc:

zstyle ':omz:module:syntax-highlighting' highlighters \
  'main' \
  'brackets' \
  'pattern' \
  'cursor' \
  'root'

Authors

The authors of this module should be contacted via the issue tracker.