Syntax error highlighting unhelpful within R expression #4177
Replies: 1 comment
-
Already tracked by #2943, but this will be another useful test case thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I accidentally forgot a parenthesis within a with statement, and the whole script is marked with syntax error highlighting. Here's a way to reproduce this with a simple script.
If I close the parenthesis, all issues go away as they should. And if my parenthesis is missing outside of the expression block, it works as expected, highlighting only the part that is wrong:
Code:
Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions