Well, I don't know about anyone else, but I manically use Homesite for my HTML/PHP needs. One of my big beefs with it is its lack of "non-web" language parsers, meaning that HS does not color code anything beyond the basic web languages. (Also, this parser stuff may work for Dreamweaver MX)
So, I poked around for a bit & found a few sites that teach you how to write a color parser for Homesite. Turns out its real easy to do, more tedious than anything else…
I'm currently working on a parser for the Windows Scripting Host (something that I'll be covering in future posts), and if people are interested, I can post the parser here when complete.
On with the links!
Blow by Blow Tutorial for Parsers
Some Good Parsers for Examples (I built my WSH parser based on the Vb.Net parser)
FAQ on Parsers
ScriptBuilder (ultra simple GUI for parsers)
When I post my WSH parser I'll go over some tricks and tips on writing these suckers…