valentinnodan / mdx-intellij-plugin

MIT License
8 stars 2 forks source link

Wrong parsing '#' with symbol #21

Open Sdju opened 2 years ago

Sdju commented 2 years ago

Snippet

<test>
  {`<a #t>a</a>`}
</test>

Result The highlighting breaks after the string closing

Moving #t to a new line can fix it, but it looks weird. Changing the type of the string('/") can't fix it.