[Geany] filedefs.asm for mips isa

Nick Treleaven nick.treleaven at xxxxx
Tue Oct 7 11:44:53 UTC 2008


On Sun, 5 Oct 2008 16:02:57 -0700
Jason Oster <parasytic at gmail.com> wrote:

> Unfortunately, the ASM lexer in Scintilla does not support  
> customizable comments. But you can make a modification to add # as a  
> comment char. It's in LexASM.cxx

line 150, scintilla/LexASM.cxx:
if (sc.ch == ';'){

change to:
if (sc.ch == '#'){

Really the Scintilla ASM lexer could be improved to have a
customizable comment char property and also a label style.

Regards,
Nick



More information about the Users mailing list