Microsoft Log Parser custom brush for Syntax Highlighter

It still needs a touch of work, but a basic custom brush for Syntax Highlighter is available for download.

Download the Microsoft Log Parser custom brush for Syntax Highlighter 2.0.320.

Example included below and at LogParserPlus.com:

logparser -rtp:-1 "SELECT cs-uri-stem, cs-uri-query, date, sc-status, cs(Referer) INTO 200sReport.txt FROM ex0902*.log WHERE (sc-status >= 200 AND sc-status < 300) ORDER BY sc-status, date, cs-uri-stem, cs-uri-query"

Comments and suggestions are welcomed.