From 462e8b51adebda05de2f0db03d10fa3152b9e609 Mon Sep 17 00:00:00 2001 From: Kyle West Date: Thu, 25 Oct 2012 22:43:15 -0400 Subject: [PATCH] enable all syntax highlighters --- zsh/prezto-override/zpreztorc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/zsh/prezto-override/zpreztorc b/zsh/prezto-override/zpreztorc index 27aad49b..976354a8 100644 --- a/zsh/prezto-override/zpreztorc +++ b/zsh/prezto-override/zpreztorc @@ -104,12 +104,12 @@ zstyle ':prezto:module:prompt' theme 'sorin' # 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