summary refs log tree commit diff
path: root/bin/hilex.c (follow)
Commit message (Collapse)AuthorAge
* pledge(2) hilexJune McEnroe2021-09-30
|
* Match space between #! and /bin/shJune McEnroe2021-04-26
|
* Add messy sh lexerJune McEnroe2021-01-20
| | | | Surprisingly seems to work for everything I looked at in my repos.
* Don't use a pager if reading standard inputJune McEnroe2021-01-19
|
* Support BSD make syntax and match *.amJune McEnroe2021-01-19
| | | | These don't really go together, but...
* Allow matching lexers using first input lineJune McEnroe2021-01-18
| | | | Using ungetc(3) rather than rewind(3) to support piped input.
* Automatically pipe hilex ANSI output to PAGERJune McEnroe2021-01-15
|
* Shorten hilex class namesJune McEnroe2021-01-13
|
* Move text "lexer" to hilex.cJune McEnroe2021-01-13
|
* Don't output a pre in hilex by defaultJune McEnroe2021-01-12
|
* Move hilex out of hilex directoryJune McEnroe2021-01-12