A small python utility that can be used to automatically generate syntax highlighted <code> blocks for use in HTML. The color scheme and rules for token identification can be customized using regular ...
The script takes three file names as input and prints the resulting HTML code to standard out. python3 ./colorizer -f [input_file] -r [rules] -c [color_scheme] The input file should contain the plain ...