[K]Syntax Russian version of this page
 
Documentation
Example
Download
Contacts

Version 0.2.2.3 released
14/02/2004

In this version:

  • Added MySQL highlighter

Version 0.2.2.2 released
25/01/2004

In this version:

  • Added 3 debug modes: Debug_None, Debig_StartStopAlerts ? Debug_Process
  • Highlighters should be registered with AddHighlighter(lang, highlighter) function
  • Highlighters can be unregistered with RemoveHighlighter(lang) function
  • Removed hard link betweeb main scripst and highlighters

Version 0.2.2.1 released
24/01/2004

In this version:

  • Arrays of whitespaces & delimiters are optimizwd
  • Added Internet Explorer compatibility
  • Addad   in whitespaces arrays of all highlighters

Project published
19/01/2004
Here it is! The first result.

Thanks alot to SourceForge.net for hosting.

Project start
13/01/2004
The point
Create syntax highlight system using JavaScript for any aviable programming language.

Who does need this?
THis system can be used on web-sites about programming where present alot of source code presentation.

Why Javascript
Performing highlight on client-side wee free server resources and deliver this servise at the same time.