Skip to content

Commit

Permalink
Use universal-ctags
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Derek Prior authored and derekprior committed Aug 8, 2017
1 parent 3ffa16e commit b417be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mac
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b417be8

Please sign in to comment.