| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Remove use of sysexits.h | June McEnroe | 2024-05-22 |
| | | |||
| * | Highlight ksh scripts as sh | June McEnroe | 2023-10-10 |
| | | |||
| * | pledge(2) hilex | June McEnroe | 2021-09-30 |
| | | |||
| * | 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 |