aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorXu Cheng2015-03-28 22:19:56 +0800
committerXu Cheng2015-03-28 23:30:57 +0800
commit7c5d4969818ac40bcd9df80fa2de63ba217b61d1 (patch)
tree81b6c1002940299cb70211a7824367240b16376a /share
parent3cebc21bb6a493cd96a679173f8c4b1ce8827125 (diff)
downloadhomebrew-7c5d4969818ac40bcd9df80fa2de63ba217b61d1.tar.bz2
add reference to Vim Syntax for Homebrew formulae
A simple vim plugin created by me. Hope it can help formula authors who use vim. Closes #38150. Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'share')
-rw-r--r--share/doc/homebrew/Tips-N'-Tricks.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/doc/homebrew/Tips-N'-Tricks.md b/share/doc/homebrew/Tips-N'-Tricks.md
index f6490377a..83dd64f63 100644
--- a/share/doc/homebrew/Tips-N'-Tricks.md
+++ b/share/doc/homebrew/Tips-N'-Tricks.md
@@ -123,3 +123,7 @@ This sets the HOMEBREW_NO_EMOJI environment variable, causing homebrew to hide a
## Sublime text: Syntax for formulae including the diff
In Sublime Text 2/3, you can use Package Control to install [Homebrew-formula-syntax](https://github.com/samueljohn/Homebrew-formula-syntax).
+
+## Vim Syntax for formulae including the diff
+
+If you are vim user, you can install [brew.vim](https://github.com/xu-cheng/brew.vim) plugin.