Syntax Highlighting with a plugin

I've been playing around with writing a syntax highlighting plugin for Windows Live Writer Beta.  It allows me to paste some C#, VB.NET or XML code into a textbox and then uses the squishyWARE syntax highlighter to set HTML coloring.  Fun (and easy!).  Great for code samples.  Here's some output:

public class RowStatus
{
    public const int BadMap = 1;
    public const int BadBaro = 2;
    public const int BadCA50 = 3;
}

It's not the same as the VS.NET 2005 IDE, but it's nice to be able to just paste the text in textbox and have the plugin do the rest.

<Root>
    <Plugin Text="XML Too" />
</Root>

Published Saturday, September 23, 2006 2:13 PM by PSteele

Comments

# Interesting Finds: September 23, 2006 PM Mini Edition

Saturday, September 23, 2006 8:46 PM by Jason Haley

# Glutton for punishment!

Although I liked the ease at which I could get my source code highlighted with the squishyWARE Syntax

Sunday, September 24, 2006 3:49 PM by Patrick Steele's .NET Blog

# http://blogs.ipona.com/dan/archive/2006/09/26/6660.aspx

Sunday, October 01, 2006 6:05 PM by TrackBack

# http://jasonhaley.com/blog/archive/2006/09/23/136974.aspx

Sunday, October 01, 2006 6:05 PM by TrackBack