netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

`@media` breaks the coloring of the php code

Open troizet opened this issue 1 year ago • 0 comments

Apache NetBeans version

Apache NetBeans 21

What happened

Using @media after the php code breaks its coloring.

css_media_coloring

Language / Project Type / NetBeans Component

php, css

How to reproduce

  • Create a new php file.
  • Add code to the file
<?php

foreach ($foo as $bar) {

}

?>

<style>
    @media screen and (min-width: 720px) {
    }
</style>

Did this work correctly in an earlier version?

No / Don't know

Operating System

Ubuntu 22.04.4 LTS

JDK

OpenJDK Runtime Environment 17.0.10+7-Ubuntu-122.04.1

Apache NetBeans packaging

Apache NetBeans binary zip

Anything else

No response

Are you willing to submit a pull request?

No

troizet avatar Apr 25 '24 10:04 troizet