Closed FeBe95 closed 4 years ago
This bug persists after updating to 1.6.17
. I checked it again with the code from the screenshots, same results. Here's the code in text format, so you can copy & paste it and try it out yourself:
<div class="changeplan-wrapper">
@if(($foo1 == true or $foo2 == true) and $bar == false)
<div class="row">
<p class="red">foobar</p>
</div>
@endif
</div>
Please reopen this issue because from my point of view this bug isn't fixed yet.
I have the following if-condition:
The syntax highlighting brakes because of the multiple brackets opening and closing
EDIT: works when adding a space between the two opening brackets: