Edit this file (or make a copy, and edit that) to set the styles you want to apply to your source code when viewing them in html. Note the examples below --- categories are prefixed by 4 $ signs, and suffixed by 4 more. The first two in the prefix, and the last two in the suffix, are not styled. The two inner pairs (just before and just after the category name) are styled as you wish that category of text to be styled.
HERE: Instructions for invoking src2www with style model
The standard category set for tags is currently: Keyword, Identifier, Declaration, Comment, Quoted. These are case-sensitive.
Since src2www puts the whole program source within a preformatted section (for now; this will change when and if html and/or style-sheets flexibly support tabbing), we will place these definitions likewise in a preformatted section to see their effect.
Keyword style: $$$Keyword$$ Identifier style (default un-styled): $$$Identifier$$ Declaration style: $$$Declaration$$ Comment style: $$$Comment$$ Quoted style: $$$Quoted$$