Skip to main content

Module tags

Module tags 

Source
Expand description

Tag-file parsing and lookup. Supports ctags (traditional + exuberant suffix) and etags formats. Public API: TagFile::load, TagFile::lookup, TagFile::find_walking_up, TagFile::reload_if_changed.

Structs§

TagEntry
TagFile

Enums§

TagAddress

Functions§

pattern_to_regex
Convert a ctags pattern body to a regex pattern. Vi-style ^ / $ anchors at the boundaries are preserved as regex anchors; the inner text is regex-escaped so literal metacharacters in source don’t mis-match.