From e8936eb69ef9170e66cdfb0a817de85bd44df31e Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Tue, 15 Dec 2015 18:42:44 -0500 Subject: [PATCH] add syntax-highlighting documentation --- modules/syntax-highlighting/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/syntax-highlighting/README.md diff --git a/modules/syntax-highlighting/README.md b/modules/syntax-highlighting/README.md new file mode 100644 index 0000000..dd8bffd --- /dev/null +++ b/modules/syntax-highlighting/README.md @@ -0,0 +1,18 @@ +Syntax-Highlighting +=================== + +Adds fish shell-like [syntax highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) to your shell. + +![syntax-highlighting][syntax_highlighting] + +.zimrc Configuration +-------------------- + + * `zhighlighters=(main brackets cursor)` add any highlighters you want as described [here](https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md#zsh-syntax-highlighting--highlighters). + +Contributing +------------ + +Contributions should be submitted [upstream to zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) + +[syntax_highlighting]: http://i.eriner.me/zim_syntax-highlighting.gif