syntax-highlighting: Update README to clarify module load order
Fixes #1584
This commit is contained in:
parent
b11b9ce788
commit
0d6e7de031
1 changed files with 5 additions and 3 deletions
|
@ -3,9 +3,11 @@ Syntax Highlighting
|
|||
|
||||
Integrates [zsh-syntax-highlighting][1] 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.
|
||||
This module should be loaded before the *prompt* module.
|
||||
|
||||
Additionally, if this module is used in conjunction with the
|
||||
*history-substring-search* module, this module must be loaded **before** the
|
||||
*history-substring-search* module.
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue