Ver a proveniência

Add README

pull/7/head
Julien Nicoulaud há 13 anos
ascendente
cometimento
f4502a2f5c
2 ficheiros alterados com 22 adições e 0 eliminações
  1. +21
    -0
      README.md
  2. +1
    -0
      zsh-syntax-highlighting.zsh

+ 21
- 0
README.md Ver ficheiro

@ -0,0 +1,21 @@
zsh-syntax-highlighting
=======================
An attempt at providing [Fish shell](http://www.fishshell.org) like syntax highlighting for [Zsh](http://www.zsh.org).
## Usage
Just source the script from your `~/.zshrc`.
## References
* [zsh-users mailing list thread](http://www.zsh.org/mla/users/2010/msg00692.html)
* [Gist 586698](http://gist.github.com/586698) and forks
## Authors / Greetings
* [Roy Zuo](http://github.com/roylez)
* [Julien Nicoulaud](http://github.com/nicoulaj)
* [Dave Ingram](http://github.com/dingram)
* [Mounier Florian](http://github.com/paradoxxxzero)
* James Ahlborn

+ 1
- 0
zsh-syntax-highlighting.zsh Ver ficheiro

@ -1,5 +1,6 @@
#!/usr/bin/env zsh
# Copyleft 2010 zsh-syntax-highlighting contributors
# http://github.com/nicoulaj/zsh-syntax-highlighting
# All wrongs reserved.
# Token types styles.

Carregando…
Cancelar
Guardar