Paul K
2013-07-15 17:34:56 UTC
Neil:
One of the users of my Scintilla based IDE noticed that "text" is not
styled as a string on line three in the following Lua fragment:
a={}; a['text']=true
a={['text']=true}
a={text=true} --<-- not styled
Is it something that can/should be fixed in the Lua lexer, or would you
prefer to keep it the way it is? One (small) advantage for me is that I
skip some of the processing for identifiers that appear in strings, so this
would allow me to correctly handle it as well if "text" was marked as
"string" as well. Thank you.
Paul.
One of the users of my Scintilla based IDE noticed that "text" is not
styled as a string on line three in the following Lua fragment:
a={}; a['text']=true
a={['text']=true}
a={text=true} --<-- not styled
Is it something that can/should be fixed in the Lua lexer, or would you
prefer to keep it the way it is? One (small) advantage for me is that I
skip some of the processing for identifiers that appear in strings, so this
would allow me to correctly handle it as well if "text" was marked as
"string" as well. Thank you.
Paul.
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.