From 0d6e7de0312366322bf7e7e1dbb41697b5bcd3b1 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Mon, 18 Jun 2018 14:16:36 -0700 Subject: [PATCH] syntax-highlighting: Update README to clarify module load order Fixes #1584 --- modules/syntax-highlighting/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/syntax-highlighting/README.md b/modules/syntax-highlighting/README.md index 5dad5bb..7a28892 100644 --- a/modules/syntax-highlighting/README.md +++ b/modules/syntax-highlighting/README.md @@ -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 ------------