Use universal-ctags

Universal ctags is a maintained and improved fork of
exuberant ctags. It adds many things, including better
ruby ctag support, and new supported languages.

https://github.com/universal-ctags/ctags
trunk
Derek Prior 7 years ago committed by Derek Prior
parent 3ffa16e6ed
commit b417be8522
No known key found for this signature in database
GPG Key ID: 60D9C7F1019704B4

3
mac

@ -113,9 +113,10 @@ brew update
brew bundle --file=- <<EOF
tap "thoughtbot/formulae"
tap "homebrew/services"
tap "universal-ctags/universal-ctags"
# Unix
brew "ctags"
brew "universal-ctags", args: ["HEAD"]
brew "git"
brew "openssl"
brew "rcm"

Loading…
Cancel
Save