netbeans
netbeans copied to clipboard
`@media` breaks the coloring of the php code
Apache NetBeans version
Apache NetBeans 21
What happened
Using @media after the php code breaks its 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