'' "" - ப
How To create your own syntax highlight module for eD2 editor
-----
This modules is simple text files with structure, described bellow:

1. Two lines header, any text:
/* Syntax Highlight Library for C++. It used by eD2 */
/* stVova, PDE Team, 2003, http://os2progg.by.ru/pde  */

2. Third line, begin of keywords block:
/* Keywords/Leksems */

3. Keywords, separated by comma

4. Color in $00RRGGBB
^^^^^[3.], [4.] - may be many

5. Empty Line

6. Line:
/* Comments, strings symbols */

7. Block, like the [3.], [4.]

5. Empty Line

6. Line:
/* Symbols, allways highlighted */
7. Allways highlighted symbols, one by one (not separated)
8. Color
9. Empty Line