about summary refs log tree commit diff stats
path: root/html/subx/065error-byte.subx.html
Commit message (Collapse)AuthorAgeFilesLines
* 4899Kartik Agaram2018-12-301-2/+2
| | | | Bug in my linkify tool introduced in commit 4891.
* 4895Kartik Agaram2018-12-301-2/+2
|
* 4891Kartik Agaram2018-12-301-0/+1
| | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline.
* 4890 - new html renderingsKartik Agaram2018-12-291-44/+40
| | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html.
* 4880Kartik Agaram2018-12-281-2/+2
|
* 4879Kartik Agaram2018-12-281-1/+1
|
* 4842Kartik Agaram2018-12-051-94/+112
|
* 4841Kartik Agaram2018-12-041-0/+161
New helper: print an error message, then a numeric byte, then abort.