ConTEXT Highlighters Automatic Updater (CHAU) is a tool to update the highlighters files of the ConTEXT text editor.
An highlighter is a file that stores configuration to highlight a specific language in the text editor (keywords colouration, braces colouration,.....)
Highlighter files are stored in the subdirectory "Highlighters" of ConTEXT installation path (usually C:\Program files\Context\Highlighters).
CHAU must be installed in installation directory of ConTEXT, for example if you have installed ConTEXT in
C:\Program Files\ConTEXT
C:\Program Files\ConTEXT\CHAU
At the base CHAU project had be developed for architecture of ConTEXT text editor, this text editor use text files identified by CHL extension to store highlighting informations
but CHAU software can be adapted very easly for others text editors who use the same highligting system.
Indeed CHAU project is only link to ConTEXT by the configuration, i will write a tutorial to show how to adapt CHAU to others editors....