diff options
| author | Xu Cheng | 2015-03-28 22:19:56 +0800 | 
|---|---|---|
| committer | Xu Cheng | 2015-03-28 23:30:57 +0800 | 
| commit | 7c5d4969818ac40bcd9df80fa2de63ba217b61d1 (patch) | |
| tree | 81b6c1002940299cb70211a7824367240b16376a | |
| parent | 3cebc21bb6a493cd96a679173f8c4b1ce8827125 (diff) | |
| download | homebrew-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>
| -rw-r--r-- | share/doc/homebrew/Tips-N'-Tricks.md | 4 | 
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. | 
