about summary refs log tree commit diff stats
path: root/colorize.lua
Commit message (Collapse)AuthorAgeFilesLines
* stop highlighting strings in codeKartik K. Agaram2023-06-171-2/+3
| | | | | It works right so rarely that it's a net negative. I'll bring it back if I ever start tokenizing on non-whitespace.
* reduce use of rfindKartik K. Agaram2023-01-131-14/+2
|
* source editing: highlight [[ ]] comments/stringsKartik K. Agaram2022-11-111-4/+14
| | | | | In the process I fixed suffix detection for patterns with more than 1 character.
* editing source code from within the appKartik K. Agaram2022-09-031-0/+83
integrated from pong.love via text.love: https://merveilles.town/@akkartik/108933336531898243