index

Custom CSS style sheet

When the rendering engine is HTML you can provide a custom style sheet code with which you can customize the formatted output.

Custom CSS Editor

With the custom CSS you can provide/override the style of all HTML elements.

When you provide a style for a specific format, it is appended to the global style.

Highlight use classes to highlight the source code:

body.hlCanvas
pre.hlDefault content
.hl.numNumbers
.hl.escEscape
.hl.sngString
.hl.ppsPreprocessor
.hl.slcSingle line comment
.hl.comMulti line comment
.hl.ppcPost-processor
.hl.optOperator
.hl.iplInterpolation
.hl.linLine numbers
hl.kw?Keyword n, where ? is a letter from a to z and n is a number from 1 to 26
hl.hvrLS Hover
hl.errLS Syntax Error
hl.staLS Type
hl.stbLS Class
hl.stcLS Struct
hl.stdLS Interface
hl.steLS Parameter
hl.stfLS Variable
hl.stgLS Enum Member
hl.sthLS Function
hl.stiLS Method
hl.stjLS Keyword
hl.stkLS Number
hl.stlLS Regexp
hl.stmLS Operator

Customized styles are saved in ~/Library/Application Support/Syntax Highlight/Styles.

More info about highlight HTML output on this page.