You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
293 B
13 lines
293 B
13 years ago
|
#
|
||
|
# Integrates zsh-syntax-highlighting into Oh My Zsh.
|
||
|
#
|
||
|
# Authors:
|
||
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||
|
#
|
||
|
|
||
13 years ago
|
if zstyle -t ':omz:module:syntax-highlighting' color; then
|
||
13 years ago
|
source "${0:h}/external/zsh-syntax-highlighting.zsh"
|
||
|
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)
|
||
|
fi
|
||
|
|