intellij-neos icon indicating copy to clipboard operation
intellij-neos copied to clipboard

Bug: IntelliJ crashes with type="text/template"

Open anianweber opened this issue 1 year ago • 0 comments

Current behavior:

  • Create a new Fusion Component
  • Add a renderer with afx
  • Add a script with type="text/template", although this isn't strictly speaking a valid MIME-Type, it is still valid -- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type
prototype(Acme.Demo:Test) {
    renderer = afx`
        <script type="text/template">
        </script>
    `
}
  • IntelliJ freezes completeley

Expected behavior:

  • IntelliJ doesn't freeze anymore

Versions:

  • IntelliJ 2023.1.1 and 2022.3.3 (at least)
  • Neos Support 1.16.0
  • MacOs 13.0.1
  • No other Plugins except PHP Support

anianweber avatar May 12 '23 10:05 anianweber