summary refs log tree commit diff
path: root/bin/sh.l (follow)
Commit message (Collapse)AuthorAge
* 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.
0'>2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe