summary refs log tree commit diff
path: root/bin/1sh/eval.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-14 14:24:19 -0400
committerJune McEnroe <june@causal.agency>2020-05-14 14:24:19 -0400
commitf49d2a9ddcfa4402b78f2d6fa121fa97f7e71017 (patch)
tree2be00125090a1b1e4a130b4768c19687816adf74 /bin/1sh/eval.h
parentRemove gpg symlink from NetBSD install (diff)
downloadsrc-f49d2a9ddcfa4402b78f2d6fa121fa97f7e71017.tar.gz
src-f49d2a9ddcfa4402b78f2d6fa121fa97f7e71017.zip
Add hi rule for sh arithmetic expansion
Shell highlighting is hopeless anyway but this makes it slightly less
obviously broken.
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