Add missing highlighter to readme

This was added to `.zpreztorc` in 4f19700919 but forgot to add it here.
This commit is contained in:
Jeff Widman 2017-08-29 15:00:41 -07:00
parent 46de6fef77
commit ba0cb8afd8

View file

@ -38,6 +38,7 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'line' \
'cursor' \
'root'
```