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 ...
An HTML code that defines the data and the processing functions on an HTML page (Web page). HTML tags define the placement of text, images and links as well as commands. Tags are enclosed with angle ...
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 ...