about summary refs log tree commit diff stats
path: root/colorize.lua
Commit message (Expand)AuthorAgeFilesLines
* stop highlighting strings in codeKartik K. Agaram2023-06-171-2/+3
* reduce use of rfindKartik K. Agaram2023-01-131-14/+2
* source editing: highlight [[ ]] comments/stringsKartik K. Agaram2022-11-111-4/+14
* editing source code from within the appKartik K. Agaram2022-09-031-0/+83
n42' href='#n42'>42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77