summary refs log tree commit diff
path: root/bin/man1/c.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 22:50:32 +0000
committerJune McEnroe <june@causal.agency>2021-01-13 22:50:32 +0000
commit9b00ec17f2fd2d4aee1819fd85cd1f9a3ee51550 (patch)
treed150d21355d82290ca1427fa5aad0178821a1b62 /bin/man1/c.1
parentTry to return make substitutions as single tokens (diff)
downloadsrc-9b00ec17f2fd2d4aee1819fd85cd1f9a3ee51550.tar.gz
src-9b00ec17f2fd2d4aee1819fd85cd1f9a3ee51550.zip
Switch git.causal.agency to hilex and htagml
Still missing a shell lexer in hilex, but well... it's shell.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ean 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