summary refs log tree commit diff
path: root/home/.config/git
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-01-29 09:31:51 -0500
committerJune McEnroe <programble@gmail.com>2018-01-29 09:31:51 -0500
commit32519cc5cef84a74e0f21f2d1dceed8bc9e16e3e (patch)
treef4580cb9f5089c486e884742a5136f54cd16526f /home/.config/git
parentAdd setuid target for bri (diff)
downloadsrc-32519cc5cef84a74e0f21f2d1dceed8bc9e16e3e.tar.gz
src-32519cc5cef84a74e0f21f2d1dceed8bc9e16e3e.zip
Add :Q command alias
It seemes I can't take my finger off the shift key fast enough.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
an>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