summary refs log tree commit diff
path: root/bin/cash/arith_yacc.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-13 15:05:29 -0500
committerJune McEnroe <june@causal.agency>2019-01-13 15:05:29 -0500
commit82a7e4cd0789c4730275e5fe72876a98f96676e4 (patch)
tree3c5627826479c871fcbd92bfa42dfb83012dcf72 /bin/cash/arith_yacc.c
parentUse colours in cash prompts (diff)
downloadsrc-82a7e4cd0789c4730275e5fe72876a98f96676e4.tar.gz
src-82a7e4cd0789c4730275e5fe72876a98f96676e4.zip
Change default ENV from cashrc to env.sh
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ht'> 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe