summary refs log tree commit diff
path: root/bin/mtags.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-02 20:26:23 -0500
committerJune McEnroe <june@causal.agency>2022-01-02 20:26:23 -0500
commitfa2597b08c3753e1975991e1ab8e89a5f1baaa47 (patch)
treea060d3ad735db3e7be4dc1ca2de9c68b3948b728 /bin/mtags.c
parentUpdate GPL header template copyright years (diff)
downloadsrc-fa2597b08c3753e1975991e1ab8e89a5f1baaa47.tar.gz
src-fa2597b08c3753e1975991e1ab8e89a5f1baaa47.zip
Remove attempt to automatically install MacPorts
It didn't really work on a new machine, and the version needs to
be updated. I'll just do it manually.
Diffstat (limited to 'bin/mtags.c')
0 files changed, 0 insertions, 0 deletions
ass='logsubject'>Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe