OK. Then just add the following after line 3220 of Scintilla.iface. It doesn't make any difference here after compilation.
#-------------------- # Lical states for Asymptote val SCE_ASY_DEFAULT=0 val SCE_ASY_COMMENT=1 val SCE_ASY_COMMENTLINE=2 val SCE_ASY_NUMBER=3 val SCE_ASY_WORD=4 val SCE_ASY_STRING=5 val SCE_ASY_CHARACTER=6 val SCE_ASY_OPERATOR=7 val SCE_ASY_IDENTIFIER=8 val SCE_ASY_STRINGEOL=9 val SCE_ASY_COMMENTLINEDOC=10 val SCE_ASY_WORD2=11 #-------------------- 2007-08-27 Instanton 发件人: Neil Hodgson 发送时间: 2007-08-27 21:31:53 收件人: Discussion of the Scintilla editing component 抄送: 主题: Re: Re: Re: [scintilla] lexer for Asymptote Instanton: > Not really. I suppose these goes in SciLexer.h. SciLexer.h is generated from Scintilla.iface. All symbol definitions should be defined in Scintilla.iface. Neil _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
_______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
