diff options
author | 2010-02-25 04:27:51 +0200 | |
---|---|---|
committer | 2010-02-25 04:57:09 +0200 | |
commit | d1d399f6b74e72a3796813c09a88159300461ae5 (patch) | |
tree | 2d59ee3408eccc1b194ffb6f2077e18cb4b6929f | |
parent | auth: behave better when no argument supplied to wild commands (diff) | |
download | gitolite-gentoo-d1d399f6b74e72a3796813c09a88159300461ae5.tar.gz gitolite-gentoo-d1d399f6b74e72a3796813c09a88159300461ae5.tar.bz2 gitolite-gentoo-d1d399f6b74e72a3796813c09a88159300461ae5.zip |
contrib: Add info of Vim syntax highlight
Grand opening of the "contrib" directory. =)
Signed-off-by: Teemu Matilainen <teemu.matilainen@reaktor.fi>
-rw-r--r-- | contrib/vim/README.mkd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/vim/README.mkd b/contrib/vim/README.mkd new file mode 100644 index 0000000..ba6a000 --- /dev/null +++ b/contrib/vim/README.mkd @@ -0,0 +1,11 @@ +# Vim Syntax Highlight + +[Vim][] Syntax highlight for `gitolite.conf` can be found from: + +- [vim.org script page][vim.org] (Releases) +- [GitHub][] (Sources) + + +[Vim]: http://www.vim.org/ +[vim.org]: http://www.vim.org/scripts/script.php?script_id=2900 +[GitHub]: http://github.com/tmatilai/gitolite.vim |