From ba0cb8afd8c16b37f30c2e945400c836cfeb2148 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Tue, 29 Aug 2017 15:00:41 -0700 Subject: [PATCH] Add missing highlighter to readme This was added to `.zpreztorc` in 4f19700919c8ebbaf75755fc0d03716d13183f49 but forgot to add it here. --- modules/syntax-highlighting/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/syntax-highlighting/README.md b/modules/syntax-highlighting/README.md index 67bbb20..5dad5bb 100644 --- a/modules/syntax-highlighting/README.md +++ b/modules/syntax-highlighting/README.md @@ -38,6 +38,7 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \ 'main' \ 'brackets' \ 'pattern' \ + 'line' \ 'cursor' \ 'root' ```