You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regular expression literals should tokenise as one form/s-expression, but they don't. E.g. #"foo" tokenizes as the the punc token # and a string "foo".
A way to see that this is happening is to type a regex literal as an argument to a function and watch how the signature help mini-hover, match the wrong active parameter:
The text was updated successfully, but these errors were encountered:
Regular expression literals should tokenise as one form/s-expression, but they don't. E.g.
#"foo"
tokenizes as the thepunc
token#
and a string"foo"
.A way to see that this is happening is to type a regex literal as an argument to a function and watch how the signature help mini-hover, match the wrong active parameter:
The text was updated successfully, but these errors were encountered: