-
-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colorization of If-else levels is broken #174
Labels
Comments
still a problem now |
Yep, because the fix is not verified and added to the current release, for now, I still need some time to verify to not break other features. |
@izhangzhihao for the sake of consistency, this issue may also have the "from paid user" badge. I'm with you from the start =) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your programming language
JavaScript
Expected Behavior
if
, consequentif else
and finalelse
should be considered as having the same levelTalking in terms of colors on the screenshot, the parenthesizes of
(a)
,(b)
and(c)
should have the same color and parenthesizes off()
,g()
,h()
andq()
should have the same colorCurrent Behavior
Every
if else
is considered as nested to the precedingif
orif else
. Finalelse
is considered as the same level as precedingif else
Talking in terms of colors on the screenshot, the parenthesizes of
(a)
,(b)
and(c)
have different colors and parenthesizes off()
,g()
,h()
have different colorsFor some strange reason, parenthesizes of
f()
has the same color as(b)
andg()
has the same color as(c)
Code snippet for reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: