summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-29 00:02:12 -0500
committerJune McEnroe <june@causal.agency>2020-12-29 00:02:12 -0500
commit04c535f888fca45ce07924c6b2ec47f16c961891 (patch)
treeda09a086ca49df6a847d98cfb814860f3b3bed5e /doc
parentAdd hilex IRC formatter (diff)
downloadsrc-04c535f888fca45ce07924c6b2ec47f16c961891.tar.gz
src-04c535f888fca45ce07924c6b2ec47f16c961891.zip
Match Objective-C #import in C lexer
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions
>2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe