1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prezto/modules/syntax-highlighting
Bjarki Ágúst Guðmundsson f749fc7d90
Started renaming Oh My Zsh to Prezto
12 years ago
..
external@bb0d575942 [#23] Rename plugins to modules 13 years ago
README.md Started renaming Oh My Zsh to Prezto 12 years ago
init.zsh Started renaming Oh My Zsh to Prezto 12 years ago

README.md

Syntax Highlighting

Integrates zsh-syntax-highlighting into Prezto.

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, and 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.