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
When an expression starts with «'(*» the coloring stops for the following lines until a «*» is found.
Sample Code or Instructions to Reproduce
(+67) ; colored'(*67) ; not colored
(+67) ; not colored
(+67) ; not colored'(*67) ; 6 7 colored, star restarts coloring
(+67) ; colored'(*67) ; not colored
(+67) ; not colored
(+67) ; not colored
(*67) ; 6 7 colored, star restarts coloring
(*67) ; colored'(*67) ; not colored
(+67) ; not colored
(+67) ; not colored
(+*) ; not colored, star restarts coloring
(*67) ; colored'(*67) ; not colored
(+67) ; not colored, * in comment restart coloring but not immediatly
(+67) ; 6 7 colored
The text was updated successfully, but these errors were encountered:
Describe the issue/behavior that seems buggy
When an expression starts with «'(*» the coloring stops for the following lines until a «*» is found.
Sample Code or Instructions to Reproduce
The text was updated successfully, but these errors were encountered: