From 150c052970c59b8ce4cda7c4b7d1128e60f416c3 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sat, 28 Mar 2015 22:19:56 +0800 Subject: [PATCH] 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 --- share/doc/homebrew/Tips-N'-Tricks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/doc/homebrew/Tips-N'-Tricks.md b/share/doc/homebrew/Tips-N'-Tricks.md index f6490377aa..83dd64f639 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.