Scroll to navigation

ctags-lang-lisp(7) Universal Ctags ctags-lang-lisp(7)

Name

ctags-lang-lisp - Random notes about tagging Lisp source code with Universal Ctags

SYNOPSIS

ctags ... --languages=+Lisp ...
ctags ... --language-force=Lisp ...
ctags ... --map-Lisp=+.cl ...
ctags ... --map-Lisp=+.clisp ...
ctags ... --map-Lisp=+.l ...
ctags ... --map-Lisp=+.lisp ...
ctags ... --map-Lisp=+.lsp ...

DESCRIPTION

This man page gathers random notes about tagging Lisp source code.

VERSIONS

Change since "0.0"

Add kinds:
  • class,
  • generic,
  • method,
  • parameter,
  • struct, and
  • type.

Add definer field.

SEE ALSO

ctags(1)

6.2.1