Skip to content

When having several lines of code, not highlighted properly #28

Open
@mrnaia

Description

@mrnaia

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions