summary refs log tree commit diff
path: root/bin/cash/printf.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-18 19:20:16 -0500
committerJune McEnroe <june@causal.agency>2019-02-18 19:20:16 -0500
commitcd38055135720847a3b24c8bca2b6748344ba7fc (patch)
treec1b3cbe3480d62b6256298991b86982d2416cffb /bin/cash/printf.c
parentMatch Tag in Rust (diff)
downloadsrc-cd38055135720847a3b24c8bca2b6748344ba7fc.tar.gz
src-cd38055135720847a3b24c8bca2b6748344ba7fc.zip
Fix function-like #define regex
A define like #define FOO (1) is not function-like.
Diffstat (limited to 'bin/cash/printf.c')
0 files changed, 0 insertions, 0 deletions
td>June McEnroe 2021-01-19Escape \ 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 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe