From a9865c097b98586fe1408af0796923dfc9f89810 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 28 Nov 2014 14:30:44 +0100 Subject: .zpreztorc: Adding highlighting modes. --- .zpreztorc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.zpreztorc b/.zpreztorc index e17c751..d3326d7 100644 --- a/.zpreztorc +++ b/.zpreztorc @@ -110,12 +110,12 @@ zstyle ':prezto:module:prompt' theme 'steeef' # Set syntax highlighters. # By default main, brackets, and cursor are enabled. -# zstyle ':prezto:module:syntax-highlighting' highlighters \ -# 'main' \ -# 'brackets' \ -# 'pattern' \ -# 'cursor' \ -# 'root' +zstyle ':prezto:module:syntax-highlighting' highlighters \ + 'main' \ + 'brackets' \ + 'pattern' \ + 'cursor' \ + 'root' # # Terminal -- cgit v1.2.3-54-g00ecf