summary refs log tree commit diff
path: root/bin/mtags.c (follow)
Commit message (Collapse)AuthorAge
* pledge(2) mtagsJune McEnroe2021-09-30
|
* Generate tags for sh files in mtagsJune McEnroe2021-01-20
| | | | | Only matches functions declared at the beginnings of lines, but I'm fine with that.
* Avoid matching ':' in make tagsJune McEnroe2021-01-20
| | | | Otherwise a :: rule includes one of the ':'s in the tag name.
* Escape \ and / in mtags search patternsJune McEnroe2021-01-19
|
* Add mtags to generate tags for make and mdocJune McEnroe2021-01-19