Color Syntax    

Download

Color Syntax

Introduction

Color Syntax is a small program that was created to convert your source code into HTML. The resulting HTML will show your source in colors. This is very useful when creating documentation or educational material.

The program is controlled via a normal user interface. You can also control the processing of source files with at command line interface.

Purchase

This program has a small license fee. Please click here to go to the shop page.

Usage

The program is very simple to use. The main dialog will ask for the input source file and the output file for the formatted output.

Sample Output

The following ASP source code has been formatted using the Color Syntax program.

<%@ Language = "VBScript" %>
<% 
Response.Buffer = true

Dim a

a = LCase(Request.ServerVariables("a"))

' One line comment
Rem Another one line comment

If a <> "123" Then
  Response.Redirect "somewhere.asp"
Else 

%>


<--
This is an HTML comment
-->


<html>
<head>
    <title>Page Title</title>
    <meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
</head>
<body bgcolor="yellow">
<table>
    <tr><td>hello</td></tr>
</table>
</body>
</html>

Syntax Definition Files

The program reads the syntax definition from a set of syntax definition files. Before you can use the program you must have a definition file that matches the source language that you want to format. A short description in the documentation explains how to create your own definition files. The following files are currently available:

Source Language Download Version Author
Active Server Pages asp.csx.zip 1 Bullzip.com
PHP Script php.csx.zip 1 Bullzip.com
Visual Basic Script vbs.csx.zip 1 Bullzip.com
XAL (Microsoft Business Solutions) xal.csx.zip 1 Bullzip.com

Ratings


Top Shareware

Additional Resources