I just noticed that while ~~~cs #importMacros LeMP.ecs; #useSymbols; ~~~ is working fine in the EC# lexer (which is written in LES so LeMP.ecs is not automatically imported), ~~~cs LeMP.ecs.#useSymbols; ~~~ doesn't work.