summary refs log tree commit diff
path: root/home/.config/htop/htoprc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-02-17 21:30:00 -0500
committerJune McEnroe <june@causal.agency>2019-02-17 21:30:00 -0500
commitc5c30c613722567b9cd67b8bc575f6d79370940f (patch)
tree67bea00fad44e49ca341ecc566acb0fea487fcb1 /home/.config/htop/htoprc
parentAdd hi -f html -o anchor for line number links (diff)
downloadsrc-c5c30c613722567b9cd67b8bc575f6d79370940f.tar.gz
src-c5c30c613722567b9cd67b8bc575f6d79370940f.zip
Generate HTML with hi -n -f html -o anchor
Running hi twice to insert stuff between the head and the content is a
bit of a hack but oh well.
Diffstat (limited to 'home/.config/htop/htoprc')
0 files changed, 0 insertions, 0 deletions
='2020-12-29 18:37:17 -0500'>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