summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-02 15:13:07 -0500
committerJune McEnroe <june@causal.agency>2021-01-02 15:13:07 -0500
commitc709509129b4cc22bd47396ed5f6e8b4dc36b9fc (patch)
tree014c07d19d49e36d2967f39c6afa58262c293764 /doc
parentTag top-level typedefs the same way as function definitions (diff)
downloadsrc-c709509129b4cc22bd47396ed5f6e8b4dc36b9fc.tar.gz
src-c709509129b4cc22bd47396ed5f6e8b4dc36b9fc.zip
Clean up make lexer
Still feels pretty messy though.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
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