Commit message (Collapse) | Author | |||||
---|---|---|---|---|---|---|
2019-02-10 | Avoid excessive tags in ttpre | June McEnroe | ||||
2019-02-10 | Generate html for bins | June McEnroe | ||||
2019-02-10 | Use italic for underline in nvim man mode | June McEnroe | ||||
This doesn't yet work in Terminal.app: <https://github.com/neovim/neovim/issues/9598>. | ||||||
2019-02-10 | Add plain text "language" to hi | June McEnroe | ||||
2019-02-10 | Don't match DQ string inside SQ string | June McEnroe | ||||
2019-02-10 | Skip only one character if a match fails due to parent | June McEnroe | ||||
Really it should skip forward until the parent changes, but this is simpler. | ||||||
2019-02-10 | Remove pattend from hi | June McEnroe | ||||
2019-02-10 | Replace uses of pattend with newline patterns | June McEnroe | ||||
2019-02-10 | Add hi debug output | June McEnroe | ||||
2019-02-10 | Actually do HTML " escaping | June McEnroe | ||||
2019-02-10 | Set git commit.verbose | June McEnroe | ||||
2019-02-10 | Add back missing static keyword | June McEnroess='nohover-highlight'> | ||||
2019-02-18 | Clean up htmlHeader | June McEnroe | ||||
2019-02-18 | Remove hi line numbering | June McEnroe | ||||
Tags are much better for referring to specific parts of a file and line numbering is better done by a post-processing tool such as cat -n or producing a two-column HTML <table>. | ||||||
2019-02-18 | Add Tag class to hi | June McEnroe | ||||
2019-02-17 | Generate HTML with hi -n -f html -o anchor | June McEnroe | ||||
Running hi twice to insert stuff between the head and the content is a bit of a hack but oh well. | ||||||
2019-02-17 | Add hi -f html -o anchor for line number links | June McEnroe | ||||
2019-02-17 | Simplify temp trap in up | June McEnroe | ||||
2019-02-17 | Add line numbers to hi | June McEnroe | ||||
Renames previous -n option to -m to stay consistent with cat -n. Prefixing lines with line numbers affects where the first tab indent ends up relative to the text above it. Not sure if it's worth fixing somehow. | ||||||
2019-02-17 | Always split spans after newlines | June McEnroe | ||||
Simplifies ANSI and IRC output code, and prepares for line numbered output. | ||||||
2019-02-15 | Color format specifiers light cyan in vim | June McEnroe | ||||
2019-02-15 | Highlight Interp as yellow | June McEnroe | ||||
2019-02-15 | Highlight strings in sh command substitutions | June McEnroe | ||||
2019-02-15 | Add nmap gp | June McEnroe | ||||
2019-02-14 | Avoid newline when copying URL to pasteboard | June McEnroe | ||||
2019-02-13 | Add forgotten "sixth" book of H2G2 | June McEnroe |