summary refs log tree commit diff
path: root/bin/c11.l (follow)
Commit message (Collapse)AuthorAge
* Fix /* **/ comment matchingJune McEnroe2021-09-16
|
* Match \ before newline in string as EscapeJune McEnroe2021-01-13
|
* Match strftime format specifiersJune McEnroe2021-01-13
|
* Shorten hilex class namesJune McEnroe2021-01-13
|
* Try to return strings as single tokensJune McEnroe2021-01-13
|
* Match [] as Operator in C lexerJune McEnroe2021-01-13
|
* Fix C lexer to require a digit in a float literalJune McEnroe2021-01-13
| | | | Otherwise ".l" is matched as Number.
* Move hilex out of hilex directoryJune McEnroe2021-01-12
36fd08c50600df3418692e02c9d&follow=1'>Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe