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
It seems that or_else and or_return are supported, but not or_continue and or_break.
(no semantic tokens/go to definition/hover)
Which is understandable as they were added recently.
I'm guessing it should be a simple change to parse them.
The text was updated successfully, but these errors were encountered:
no, about ols, is it really not in ast?
From looking at the ast package there is Or_Branch_Expr node and Token_Kind.Or_Break and Token_Kind.Or_Continue
And there is some code in the parser for creating those ...added 7 months ago.
It seems that
or_else
andor_return
are supported, but notor_continue
andor_break
.(no semantic tokens/go to definition/hover)
Which is understandable as they were added recently.
I'm guessing it should be a simple change to parse them.
The text was updated successfully, but these errors were encountered: