add syntax-highlighting documentation
This commit is contained in:
parent
267940385d
commit
e8936eb69e
1 changed files with 18 additions and 0 deletions
18
modules/syntax-highlighting/README.md
Normal file
18
modules/syntax-highlighting/README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue