summary refs log tree commit diff
path: root/bin/sh.l (follow)
Commit message (Collapse)AuthorAge
* Handle subshells (and functions) inside substitutionsJune McEnroe2022-06-10
|
* Use noinput, nounput options in lex filesJune McEnroe2021-11-28
|
* Fix (hopefully) matching shell reserved wordsJune McEnroe2021-02-19
| | | | | To not conflict with matching closing command substitution parentheses on their own lines.
* Use First state to match keyword at beginning of lineJune McEnroe2021-01-26
| | | | | Otherwise keywords at the beginnings of lines with preceeding whitespace are not matched.
* Add messy sh lexerJune McEnroe2021-01-20
Surprisingly seems to work for everything I looked at in my repos.
href='/catgirl/commit/ui.c?h=1.4&id=e20c64d5d72e341abf8dc3cb38d7cfec371faafc&follow=1'>Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe