summary refs log tree commit diff
path: root/sshd_config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-28 23:29:19 -0500
committerJune McEnroe <june@causal.agency>2018-11-28 23:29:19 -0500
commit5f740e68c90570874375722a1a9cc8b02ddcca30 (patch)
tree1de4409fc40e7a4fe1d8ef4418fd394272b6238b /sshd_config
parentMake use of config.mk and add Darwin.mk (diff)
downloadcatgirl-5f740e68c90570874375722a1a9cc8b02ddcca30.tar.gz
catgirl-5f740e68c90570874375722a1a9cc8b02ddcca30.zip
Add NetBSD.mk
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
79bbf95c54c3d45864d4a8a&follow=1'>Clean 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