about summary refs log tree commit diff stats
path: root/html/edit/011-errors.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.
* 3715Kartik K. Agaram2016-12-261-47/+47
| | | | | | | | Fix cross-links in html for the edit/ app. I originally thought I'd need to provide a commandline flag like --rel-path or something. But we need to support different relative paths in a single html file. So the solution instead is appropriately engineering the tags file.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-46/+46
|
* 3710Kartik K. Agaram2016-12-261-742/+742
| | | | | 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-746/+770
| | | | | | 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.
* 3705 - switch to tested file-system primitivesKartik K. Agaram2016-12-111-144/+197
|
* 3604Kartik K. Agaram2016-10-271-2/+4
|
* 3569Kartik K. Agaram2016-10-231-66/+66
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3568Kartik K. Agaram2016-10-231-1/+1
| | | | Fix syntax highlighting for labels after commit 3552.
* 3561Kartik K. Agaram2016-10-221-1/+1
|
* 3558Kartik K. Agaram2016-10-221-1/+1
|
* 3457Kartik K. Agaram2016-10-061-132/+132
| | | | | Switch around some unicode characters in the edit/ app so that it renders more cleanly in html (with monospace fonts).
* 3456Kartik K. Agaram2016-10-061-35/+35
|
* 3431Kartik K. Agaram2016-09-301-10/+10
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3430Kartik K. Agaram2016-09-281-74/+70
|
* 3397Kartik K. Agaram2016-09-171-41/+41
|
* 3395Kartik K. Agaram2016-09-171-93/+93
|
* 3355Kartik K. Agaram2016-09-151-56/+56
|
* 3235Kartik K. Agaram2016-08-201-4/+3
|
* 3174Kartik K. Agaram2016-08-121-1/+1
|
* 3117Kartik K. Agaram2016-07-201-3/+4
|
* 3102Kartik K. Agaram2016-07-051-2/+2
|
* 2996Kartik K. Agaram2016-05-211-0/+730