Whenever I code the following inside an HTML document within PSPad (a free code editor):
<script src="test.js" type="text/javascript"></script>
the <script> tag becomes gray.
When I remove or split up the word script inside text/javascript, everything is fine. Is this a bug, or how can I still have formatting colors in a <script> tag with this type attribute?
Hopefully this image clearifies what I mean:

Currently, I do not have this issue anymore. I don’t know how comes, but restarting PSPad was a workaround apparently. Also, I can’t reproduce it at the moment anymore, so I’ll forget about it.