summary refs log tree commit diff
path: root/config.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-31 20:12:04 -0400
committerJune McEnroe <june@causal.agency>2020-03-31 20:12:04 -0400
commit84f661ab057483ebf9ae7597fc5e98d9c794e6fb (patch)
treee3a0d42fb9460f0db4ae46f116bec76b879e14af /config.c
parentAdd notes on how to view README.7 (diff)
downloadcatgirl-84f661ab057483ebf9ae7597fc5e98d9c794e6fb.tar.gz
catgirl-84f661ab057483ebf9ae7597fc5e98d9c794e6fb.zip
Add \blush
Diffstat (limited to 'config.c')
0 files changed, 0 insertions, 0 deletions
hilex/c.l?id=2901b90df2243e7844106cff525967b1d3305a8b&follow=1'>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