summary refs log tree commit diff
path: root/etc/CodeQWERTY.bundle/Contents/Resources
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 15:57:57 -0500
committerJune McEnroe <june@causal.agency>2021-01-13 15:57:57 -0500
commita21e0e852a72060c54b00404a67f4cee8c3dceb5 (patch)
tree77f0fc680dc6b1fcae90b055b3e1e9c351929798 /etc/CodeQWERTY.bundle/Contents/Resources
parentMatch [] as Operator in C lexer (diff)
downloadsrc-a21e0e852a72060c54b00404a67f4cee8c3dceb5.tar.gz
src-a21e0e852a72060c54b00404a67f4cee8c3dceb5.zip
Try to return strings as single tokens
Diffstat (limited to 'etc/CodeQWERTY.bundle/Contents/Resources')
0 files changed, 0 insertions, 0 deletions
'>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