Search
Project Description
ColorCode is a library for colorizing source code (also known as syntax highlighting).

Language Support
ColorCode supports the following languages:
  • XML
  • Java
  • JavaScript
  • SQL
  • C#
  • VB.NET
  • ASPX (C#)
  • ASPX (VB.NET)
  • C++
  • PHP
  • PowerShell

Code Sample
using ColorCode;

string sourceCode = File.ReadAllText(@"/path/to/source/file");

string colorizedSourceCode = new CodeColorizer().Colorize(sourceCode, Languages.CSharp);

Who's Using ColorCode?
  • codeplex.com
  • Microsoft Forums sites
Last edited Sep 23 2010 at 6:07 PM by drewmiller, version 13
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365