I need to have a syntax highlighter for a language of mine.

I really like Scite, so I was wondering how to support a custom syntax with it.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

SciTE is based on the open source Scintilla edit control. The Scintilla documentation has two articles that explain how to write a lexer, their term for the part of the program that performs syntax highlighting, along with other information necessary use to them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.