summary refs log tree commit diff
path: root/bin/1sh/test.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-20 20:13:24 -0500
committerJune McEnroe <june@causal.agency>2019-11-20 20:13:24 -0500
commit9415561a615599cb75e1db5e3679f5551f0da947 (patch)
treef45888755aac082f48db3fbd41d495bc4d63e917 /bin/1sh/test.c
parentRemove color from 1sh prompts (diff)
downloadsrc-9415561a615599cb75e1db5e3679f5551f0da947.tar.gz
src-9415561a615599cb75e1db5e3679f5551f0da947.zip
Remove PSlit
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
e lexerJune McEnroe 2020-12-29Clean up C lexerJune McEnroe 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 2020-12-29Add hilex HTML outputJune McEnroe