about summary refs log tree commit diff stats
path: root/html/084console.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-25/+25
|
* 3710Kartik K. Agaram2016-12-261-105/+105
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-108/+132
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3578Kartik K. Agaram2016-10-231-6/+4
|
* 3569Kartik K. Agaram2016-10-231-22/+22
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3567Kartik K. Agaram2016-10-231-12/+12
|
* 3431Kartik K. Agaram2016-09-301-3/+3
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-1/+1
|
* 3395Kartik K. Agaram2016-09-171-26/+26
|
* 2875Kartik K. Agaram2016-04-271-0/+1
|
* 2866Kartik K. Agaram2016-04-251-21/+19
|
* 2812Kartik K. Agaram2016-03-271-10/+19
|
* 2745Kartik K. Agaram2016-03-091-1/+1
|
* 2744Kartik K. Agaram2016-03-091-2/+2
| | | | Tweak colors and font-sizes in generated html.
* 2743Kartik K. Agaram2016-03-091-31/+22
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2605Kartik K. Agaram2016-01-261-11/+11
|
* 2545Kartik K. Agaram2015-12-151-9/+9
| | | | update html
* 2611Kartik K. Agaram2015-11-291-27/+22
|
* 2430 - make room for more transformsKartik K. Agaram2015-11-131-0/+150