Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
global: --with-universal-ctags (new option)
GNU Global supports using Universal Ctags and Exuberant Ctags as plug-in parsers, but the current formula only exposes the Exuberant Ctags option. This is problematic, as Universal Ctags is the actively maintained/developed implementation. The Global documentation describes how to configure Universal Ctags and makes no mention of Exuberant Ctags. Expose --with-universal-ctags option to remedy this. To install: $ brew install global --with-universal-ctags To use: $ export GTAGSCONF=/usr/local/share/gtags/gtags.conf $ export GTAGSLABEL=new-ctags $ gtags # gtags invokes Universal Ctags internally References: https://www.gnu.org/software/global/manual/global.html#Plug_002din https://github.com/universal-ctags/homebrew-universal-ctags
- Loading branch information