Home

Awesome

coq.ctags

coq.ctags is a Universal Ctags configuration ("optlib parser") for Coq.

Features

Not supported (yet)

Caveat

Requirements

A recent version of Universal Ctags with +pcre2 feature is required.

$ ctags --list-features
#NAME             DESCRIPTION
...
pcre2             has pcre2 regex engine
...

You may need to build Universal Ctags from source. In that case, to enable pcre2, run the configure script like so: ./configure --enable-pcre2.

Usage

$ ctags --options=/path/to/coq.ctags [options] [file(s)]

Some notable [options]:

Please see ctags(1) for more details.

Example usage with fd:

$ fd -e v -X ctags --options=/path/to/coq.ctags

Implementation

coq.ctags uses some experimental features of Universal Ctags.

Related work