summary refs log tree commit diff
path: root/bin/html.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-07-13 16:27:22 -0400
committerJune McEnroe <june@causal.agency>2022-07-13 16:27:22 -0400
commitf7af3791d661fd780b8da773499c10ee05d03569 (patch)
tree7bf3519c8acf09f5a25b1b189366361f02b06538 /bin/html.sh
parentRemove TOUR (diff)
downloadsrc-f7af3791d661fd780b8da773499c10ee05d03569.tar.gz
src-f7af3791d661fd780b8da773499c10ee05d03569.zip
Set push.autoSetupRemote
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
pan>Clean 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