|
props result are unexpected
Given that I have the following two lines exist in my property file:
a=x;y b.$(a)=z
why is the output from a macro
print(props["a"]) print (props["b.x"])
is x;y
instead of x:y z
I am trying to resolve something like which lexer is being used by lua looking at Props[“lexer.lua”] which I expect to be lua but which is also nil.
Hopefully I am just missing the obvious.
André
-- |
_______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
