From d275f316ffdd0bbd075afbff677c3e00791fba16 Mon Sep 17 00:00:00 2001 From: Indrajit Raychaudhuri Date: Wed, 12 Dec 2018 23:02:59 -0600 Subject: [PATCH] syntax-highlighting: Further clarify relative module ordering --- modules/syntax-highlighting/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/syntax-highlighting/README.md b/modules/syntax-highlighting/README.md index 7a28892a..7a5a30c3 100644 --- a/modules/syntax-highlighting/README.md +++ b/modules/syntax-highlighting/README.md @@ -9,6 +9,9 @@ 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. +To elaborate: The relative order of loading the modules would be +'syntax-highlighting', 'history-substring-search' and 'prompt'. + Contributors ------------