Is this a bug report or a feature request?
Please provide the steps to reproduce the issue [Bug Report only]
add following snippet in angular template:
@let mode = 'pre';
<div
class="relative z-2 flex min-h-screen flex-col items-center gap-4"
[class.min-h-[calc(100vh-var(--header-height))]]="mode !== 'pre'"
></div>
in this snippet it won't highlight expression (mode !== 'pre') correctly
Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]
It should highlight correctly with any class name. I think brackets inside class name are breaking the highlight logic.
Please provide a screenshot if possible [Bug Report only]
No response
Is this a bug report or a feature request?
Please provide the steps to reproduce the issue [Bug Report only]
add following snippet in angular template:
in this snippet it won't highlight expression (mode !== 'pre') correctly
Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]
It should highlight correctly with any class name. I think brackets inside class name are breaking the highlight logic.
Please provide a screenshot if possible [Bug Report only]
No response