This source folder contains experimental code used to develop a new syntax
highlighting framework and source code editor for CodeSnip using the SynEdit
components.
There are the following folders:
* CodeEditor
Used to store the code of a new source code editor.
* Highlighters
Code for new syntax highlighters.
* Languages
Code for new source code language class(es).
* SynEditUnits
Stores the required 3rd party units from the SynEdit project.
* TestHarnesses
Programs used to test or demonstrate the above.