Closed apozharski closed 3 months ago
Currently ?namespace.class is parsed as a property access of class on variable namespace. This is incorrect and yields misleading tokenization and syntax highlighting.
?namespace.class
class
namespace
Currently
?namespace.class
is parsed as a property access ofclass
on variablenamespace
. This is incorrect and yields misleading tokenization and syntax highlighting.