12 Commits

Author SHA1 Message Date
f32bbd2ff1 Added Markdown definitions for bold and italic with asterisks 2025-06-16 11:15:54 -04:00
720a01140c Updated some regexes for markdown coloring 2025-04-24 08:58:46 -04:00
9ced9ab5cb Added underline 'color' 2025-04-24 08:58:24 -04:00
d1a9f3f726 Updated coloring for Golang 2025-04-24 08:46:50 -04:00
a1309af696 Updated some regexes
One of the expressions used .* to mean 'any character except newline', but since I've
enabled 'RE_SINGLE_LINE' mode, a dot matches a newline as well.
2025-04-23 16:25:48 -04:00
40858a673a Use my regex engine instead of the stdlib one 2025-04-21 23:02:20 -04:00
565205fb5e Added some extended colors along with the config files 2025-04-21 11:48:07 -04:00
33a3f7c937 Added a Markdown config file 2025-04-21 11:47:43 -04:00
50d9126f2b Updated config file to recognize include headers 2024-09-02 23:18:56 -04:00
66b227fb63 Defined color mappings for Go 2024-08-14 09:42:07 -05:00
3678dc5161 Added regex match for comparison operators 2024-08-09 19:26:35 -05:00
025ec775ca First commit 2024-08-09 19:20:42 -05:00