summary refs log tree commit diff
path: root/txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-10-20 17:27:22 -0400
committerJune McEnroe <june@causal.agency>2021-10-20 17:27:22 -0400
commit37d63000c1c59dcf65980b0d2477fe601d1cf644 (patch)
treefa7b0e55e98c0d39ea9d313d1edf71ade9c00510 /txt
parentFix showing cursor with default colors (diff)
downloadsrc-37d63000c1c59dcf65980b0d2477fe601d1cf644.tar.gz
src-37d63000c1c59dcf65980b0d2477fe601d1cf644.zip
Run shotty after ptee in up -t
To avoid shotty warnings for unhandled sequences interfering with
the screen.
Diffstat (limited to 'txt')
0 files changed, 0 insertions, 0 deletions
cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe