Open
Description
Hi,
We discovered an issue of highlighting when we have same line of code on several lines.
For example, if I have in my code snippet:
<Button
prop1={'string'}
prop2=false
>
{children}
</Button>
The Button will not be highlighted and understood correctly. It's like Prism is applied on each line separately instead of being applied on the whole code snippet element.
Let me know if you need more details.
Metadata
Assignees
Labels
No labels
Activity