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
The parse currently has to work a bit harder than necessary, searching for -> and |>, to find Julia code. Introduce a fake macro tagging it explicitly, as with @julia_type currently being implemented.
The text was updated successfully, but these errors were encountered:
The parse currently has to work a bit harder than necessary, searching for
->
and|>
, to find Julia code. Introduce a fake macro tagging it explicitly, as with@julia_type
currently being implemented.The text was updated successfully, but these errors were encountered: