I”m using ScintillaNET a wrapper for the Scintilla control. I want to change the keywords (for syntax highlighting) for a specific language, I am assuming I have to build my own version of SciLexer.dll for that. But I can’t find a keyword file for the languages in the Scintilla project. Where are they and how can I change them?
Share
You don’t need to build your own SciLexer.dll, ScintillaNET supports XML config files. Set the properties of the Scintilla like this:
Then create a config file like this one, which is based on lua: