summary refs log tree commit diff
path: root/.ssh/config
blob: 9c614a99b8bad81e9bf207b1d0ea284a6331aca1 (plain) (blame)
1
2
3
4
5
6
7
8
9
Host *
  HashKnownHosts yes

Host *.local
  ForwardAgent yes

Host april may
  HostName %h.nyc3.do.cmcenroe.me
  Port 2222
b37f547b979bbf95c54c3d45864d4a8a&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