I would like to request go lang ( http://golang.org ) for addition to scintilla. I'm not sure on Scintilla's requirement for how stable the api needs to be, I wouldn't say go lang is stable, it's still a moving target, but for the most part it's not as bad as it was 10 months ago.
Mike
Support for new languages is implemented by those with some interest in the language. Go is a brace language so existing support for C++ will probably work OK. Since I don't use Go, I will not be working on this myself.
Go syntax highlighting is supported by LexCPP.cxx, though SciTE has bug on setting
lexer.cpp.backquoted.strings
property, see [bugs:#2036].Related
Bugs: #2036