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§
Enums§
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.