Subject: | "highlights" in Javascripts too |
Date: | Wed, 15 Nov 2006 14:21:39 +0100 |
To: | bug-Syntax-Highlight-HTML [...] rt.cpan.org |
From: | Alexander Presber <aljoscha [...] weisshuhn.de> |
HTML::Highlight seems to highlight in Scripts too: highlighting "go"
in a document containing
<script type="text/javascript">
...
function goUrl(selectId){
...
</script>
yields
...
function <B style="background-color: #ffff66; color:#000000">go</
Show quoted text
B>Url(selectId){
...
Is Highlight not prevented from highlighting in script and style tags?
Cheers, Alex