Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Match space between #! and /bin/sh | June McEnroe | 2021-04-26 |
| | |||
* | Add messy sh lexer | June McEnroe | 2021-01-20 |
| | | | | Surprisingly seems to work for everything I looked at in my repos. | ||
* | Don't use a pager if reading standard input | June McEnroe | 2021-01-19 |
| | |||
* | Support BSD make syntax and match *.am | June McEnroe | 2021-01-19 |
| | | | | These don't really go together, but... | ||
* | Allow matching lexers using first input line | June McEnroe | 2021-01-18 |
| | | | | Using ungetc(3) rather than rewind(3) to support piped input. | ||
* | Automatically pipe hilex ANSI output to PAGER | June McEnroe | 2021-01-15 |
| | |||
* | Shorten hilex class names | June McEnroe | 2021-01-13 |
| | |||
* | Move text "lexer" to hilex.c | June McEnroe | 2021-01-13 |
| | |||
* | Don't output a pre in hilex by default | June McEnroe | 2021-01-12 |
| | |||
* | Move hilex out of hilex directory | June McEnroe | 2021-01-12 |