summary refs log tree commit diff
path: root/scripts/.gitignore
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2021-07-13 00:10:55 +0000
committerJune McEnroe <june@causal.agency>2021-07-13 15:16:22 -0400
commitdfa9a6427fdb8b0af28849ec4e66a5905eb27b4f (patch)
tree6b96bde8596fa5be81377c06e6c36cc901498b66 /scripts/.gitignore
parent/whois takes an optional nick argument (diff)
downloadcatgirl-dfa9a6427fdb8b0af28849ec4e66a5905eb27b4f.tar.gz
catgirl-dfa9a6427fdb8b0af28849ec4e66a5905eb27b4f.zip
Disable /exec in Kiosk mode (as documented)
Diffstat (limited to 'scripts/.gitignore')
0 files changed, 0 insertions, 0 deletions
eader'>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