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.