Closed mbutterick closed 6 years ago
#lang remix invokes the at-reader by default. But one still needs to put at-exp in the #lang line to get the syntax coloring to behave correctly within at-expressions, otherwise certain characters like | will foul it up:
#lang remix
at-exp
#lang
|
Just fixed in the recent push. Thanks for the report!
#lang remix
invokes the at-reader by default. But one still needs to putat-exp
in the#lang
line to get the syntax coloring to behave correctly within at-expressions, otherwise certain characters like|
will foul it up: