summary refs log tree commit diff
path: root/etc/Dark.terminal
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-01-31 14:43:46 -0500
committerJune McEnroe <programble@gmail.com>2018-04-03 22:01:06 -0400
commitacaf89e085fe2ff31e8c140cf3a2920a09e279d8 (patch)
treeb20ed5981c9a34a31fb371a638752645667fc64e /etc/Dark.terminal
parentAdd Floating in Space (diff)
downloadsrc-acaf89e085fe2ff31e8c140cf3a2920a09e279d8.tar.gz
src-acaf89e085fe2ff31e8c140cf3a2920a09e279d8.zip
Add DAYDREAM
Diffstat (limited to 'etc/Dark.terminal')
0 files changed, 0 insertions, 0 deletions
class='logheader'>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