Closed blake-regalia closed 4 years ago
If an identifier is prefixed by a reserved word followed by $ in an assignment expression, the highlighter scopes it as constant.language and invalid.illegal -- but it should be a valid identifier.
$
constant.language
invalid.illegal
let valid = null$;
If an identifier is prefixed by a reserved word followed by
$
in an assignment expression, the highlighter scopes it asconstant.language
andinvalid.illegal
-- but it should be a valid identifier.