Morten, my patch is really ugly... I don't use MASM, so it's not a problem for me to break its highlighting, but this is not a clean way to propose it for upstream...
In fact, I really think that to do the job properly, I should add a totally new lexer, dedicated to 68k syntax.
I have listed the files I will have to change to perform that. Related files are :
wxscintilla/Lex68k.lo (file to create)
wxscintilla/Makefile (4 entries to modify)
wxscintilla/Makefile.am
wxscintilla/Makefile.in
wxscintilla/build/Makefile (1 entry to modify)
wxscintilla/build/wxscintilla.dsp
wxscintilla/scr/scintilla/lexers/Lex68k.cxx (file to create)
wxscintilla/include/ws/scintilla.h
What of these files are auto-generated, is there other things to modify ?
$(CB_src)/Makefile ? $(CB_src)/configure ?
I have also seen a wxscintilla/src/scintilla/lexers/.svn/ directory, which also contains lexer*.cxx and some other files... What about this hidden directory

Some changes to do here ?
(Sorry for these questions, but I am not a real programer, just an amateur. I usually use a toolchain for 68k programming on embedded devices, I am not used to modify such big projects, and I don't use autotools...)
EDIT ->wxscintilla/Lex*.lo ->
seem to be auto-generateswxscintilla/Makefile.am ->
I think I must modify thiswxscintilla/Makefile.in ->
autogeneratedwxscintilla/build/Makefile ->
I think I must modify these fileswxscintilla/build/wxscintilla.dsp ->
don't care about it, MS project filewxscintilla/scr/scintilla/lexers/Lex68k.cxx ->
write from scratchwxscintilla/include/ws/scintilla.h ->
add new entries