Skip to content
/ ctags Public
forked from universal-ctags/ctags

clone of official ctags repo with obj-c and css patches added

License

Notifications You must be signed in to change notification settings

Monits/ctags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,017 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverity Scan Build Status

This project continues the development of exuberant-ctags, but with the work hosted at github.

The purpose of the project is preparing and maintaining common/unified working space where people interested in making exuberant-ctags better can work together.

Pull-requests are welcome!

How to build and install

Like most Autotools-based projects, you need to do:

$ autoreconf -vfi
$ ./configure --prefix=/where/you/want # defaults to /usr/local
$ make
$ make install # may require extra privileges depending on where to install

After installing the ctags executable will be in $prefix/bin/.

To build on Windows see docs/windows.rst for more information.

About

clone of official ctags repo with obj-c and css patches added

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.6%
  • VHDL 8.2%
  • TeX 6.2%
  • HTML 4.1%
  • Vim Script 3.2%
  • Shell 2.4%
  • Other 11.3%