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.
unch of checks that self.nick is set, and it's what the server usually calls you before registration. Never highlight notices as mentions. 2020-02-11Define ColorCap instead of hardcoding 100June McEnroe 2020-02-11Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe