Colorization bug in XML
-
Hi there
I have encountered a really weird behaviour in XML colorization.
If I write
<script>
<blob> blob 1 </blob>
<blob> blob 2 </blob>
</script>
the “<blob></blob>” items are not correctly colorized, they are not recognized as XML nodes. It appears as normal text. Even the node content is normal text (should be bold)But if I replace <script></script> by anything else:
<item>
<blob> blob 1 </blob>
<blob> blob 2 </blob>
</item>
Colorization works perfectly!It’s like the colorization engine does not like “script” word. I tried with “scripts”, that’s ok!
Here is a picture with that strange behaviour : https://www.hostingpics.net/viewer.php?id=809876weird.pngI have Notepad++ 7.5.3 (32 bits) built Dec 5 2017 - 10:45:46
-
Fix has been submitted hopefully will be in the next release.
-
Thank you! I’ll wait the next release :)