about summary refs log tree commit diff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-09 02:46:45 +0000
committerJune McEnroe <june@causal.agency>2022-02-13 11:51:24 -0500
commit437d0b41676335b29614254a849d8d3a643b081a (patch)
tree275285a1d5fecdd6d80e024369f23597d76b44ba /tests/Makefile
parentDon't link to blame for binary blobs (diff)
downloadcgit-pink-437d0b41676335b29614254a849d8d3a643b081a.tar.gz
cgit-pink-437d0b41676335b29614254a849d8d3a643b081a.zip
Disallow blame in robots.txt
Diffstat (limited to 'tests/Makefile')
0 files changed, 0 insertions, 0 deletions
2020-12-29 18:37:17 -0500'>2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 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 You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe