Commit message (Collapse) | Author | |||
---|---|---|---|---|
2021-01-20 | Add messy sh lexer | June McEnroe | ||
Surprisingly seems to work for everything I looked at in my repos. | ||||
2021-01-20 | Add all target to git.causal.agency Makefile | June McEnroe | ||
2021-01-20 | Remove Lua support | June McEnroe | ||
Lua support is unused and the dlsym fwrite/write hacks horrify me. Clean it up. | ||||
2021-01-20 | Fix tests for diff spans | June McEnroe | ||
2021-01-20 | Avoid matching ':' in make tags | June McEnroe | ||
Otherwise a :: rule includes one of the ':'s in the tag name. | ||||
2021-01-19 | Prefer tag matches not preceded by [[:alnum:]] | June McEnroe | ||
Otherwise the "id" in "void" matches for "void id". | ||||
2021-01-19 | Escape \ and / in mtags search patterns | June McEnroe | ||
2021-01-20 | Use mtags in source-filter | June McEnroe | ||
2021-01-19 | Add mtags to generate tags for make and mdoc | June McEnroe | ||
2021-01-19 | Map tags to IDs using only [[:alnum:]-._] | June McEnroe | ||
2021-01-19 | Don't use a pager if reading standard input | June McEnroe | ||
2021-01-19 | Support BSD make syntax and match *.am | June McEnroe | ||
These don't really go together, but... | ||||
2021-01-19 | Match tab following escaped newline in make assignments | June McEnroe | ||
Otherwise it ends up going into Shell state. | ||||
2021-01-18 | Allow matching lexers using first input line | June McEnroespan> | Add hilex example to htagml manual | June McEnroe |
2021-01-12 | Style causal.agency like bin HTML | June McEnroe | ||
2021-01-12 | Avoid matching tag text inside HTML elements | June McEnroe | ||
2021-01-12 | Use hilex for up -h | June McEnroe | ||
2021-01-12 | Use hilex for bin HTML | June McEnroe | ||
2021-01-12 | 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 | Consolidate hilex formatters into hilex.c | June McEnroe | ||
2021-01-12 | Remove hacky tagging from hilex | June McEnroe | ||
2021-01-12 | Add htagml -i | June McEnroe | ||
2021-01-12 | Render tag index in HTML | June McEnroe | ||
2021-01-12 | Add htagml -x | June McEnroe | ||
2021-01-12 | Prevent matching the same tag twice | June McEnroe | ||
2021-01-12 | Process htagml file line by line | June McEnroe | ||
2021-01-12 | Split fields by tab only | June McEnroe | ||
2021-01-12 | List both Makefile and html.sh under README.7 | June McEnroe | ||
2021-01-12 | Add htagml example | June McEnroe | ||
2021-01-12 | Use mandoc and htagml for bin html | June McEnroe | ||
2021-01-12 | Add htagml | June McEnroe | ||
2021-01-12 | Replace causal.agency with a simple mdoc page | June McEnroe | ||
2021-01-11 | Publish "Using vi" | June McEnroe | ||
2021-01-11 | Enable diff.colorMoved | June McEnroe | ||
2021-01-10 | Set less search case-insensitive | June McEnroe | ||
2021-01-10 | Set EXINIT | June McEnroe | ||
2021-01-09 | Add c -t flag to print expression type | June McEnroe | ||
2021-01-05 | Update tagline | June McEnroe |