summary refs log tree commit diff
path: root/bin/man1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-19 21:30:07 -0500
committerJune McEnroe <june@causal.agency>2021-02-19 21:30:07 -0500
commit0b7a3c0c25a0ff85f83c4b6c7ae03b75d87b702c (patch)
tree71806f2a4ac0dcb115fe118f7e64b6aa68822ed6 /bin/man1
parentHandle negative inputs to deg (diff)
downloadsrc-0b7a3c0c25a0ff85f83c4b6c7ae03b75d87b702c.tar.gz
src-0b7a3c0c25a0ff85f83c4b6c7ae03b75d87b702c.zip
Fix (hopefully) matching shell reserved words
To not conflict with matching closing command substitution parentheses
on their own lines.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ass='logmsg'> 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