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
commit150c052970c59b8ce4cda7c4b7d1128e60f416c3 (patch)
tree6b53d3b2fc851b745844a35eacde36141304ad39 /share
parent1539fda3e8d5107aba92191527e86cd85fb1df35 (diff)
downloadbrew-150c052970c59b8ce4cda7c4b7d1128e60f416c3.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 Homebrew/homebrew#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.