| Commit message (Expand) | Author |
2019-02-07 | Move comments below strings in hi | June McEnroe |
2019-02-07 | Add subexpression highlighting to hi | June McEnroe |
2019-02-06 | Add pattend to hi | June McEnroe |
2019-02-06 | Add hi syntax highlighter | June McEnroe |
2019-02-05 | Update neovim to 0.3.4 on Darwin | June McEnroe |
2019-02-05 | Fix DEL in aes | June McEnroe |
2019-02-05 | Add aes | June McEnroe |
2019-02-01 | Set nvim Directory back to blue | June McEnroemmit/bin/hi.c?id=901e37ead8bdd1b8bde9a61e2d6217a48fd49192&follow=1'>Match sh functions as Tag | 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>.
|
|
|
|
Running hi twice to insert stuff between the head and the content is a
bit of a hack but oh well.
|
|
|
|
|
|
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.
|
|
Simplifies ANSI and IRC output code, and prepares for line numbered
output.
|
|
|
|
|
|
|
|
|
|
|