about summary refs log tree commit diff stats
path: root/html/real-files.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-21/+45
| | | | | | 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.
* 3569Kartik K. Agaram2016-10-231-5/+5
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3491Kartik K. Agaram2016-10-091-1/+1
| | | | | Update the html, proving that commit 3490 worked. The only changes are from other recent commits.
* 3431Kartik K. Agaram2016-09-301-1/+1
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3401Kartik K. Agaram2016-09-181-0/+52
|
* 3355Kartik K. Agaram2016-09-151-52/+0
|
* 3219Kartik K. Agaram2016-08-171-0/+52
Trying keeping html in the master branch: https://github.com/blog/2228-simpler-github-pages-publishing Let's see if https://akkartik.github.io/mu updates after I push this commit to just the master branch.