Closed neopaf closed 1 month ago
The line is commented out, including trailing '\'. Trailing '\' has no special meaning
Trailing '\' pulls the next line up and that line also gets commented.
workspace { model { // evil comment that kills next line \ } views { } }
you'd get obscure "unexpected token" at views { line
views {
3.0.0
Minor
I have no budget and there's no rush, please fix this for free
IntelliJ plugin highlights no errors within file, it thinks // line is completely ignored, next line is not highlighted in comment color.
error message does not contain indication that we are still in model context.
Thanks, Simon!
Expected
The line is commented out, including trailing '\'. Trailing '\' has no special meaning
Actual
Trailing '\' pulls the next line up and that line also gets commented.
Steps to reproduce
you'd get obscure "unexpected token" at
views {
lineVersion/build information
3.0.0
Severity
Minor
Priority
I have no budget and there's no rush, please fix this for free
More information
IntelliJ plugin highlights no errors within file, it thinks // line is completely ignored, next line is not highlighted in comment color.
error message does not contain indication that we are still in model context.