The Multihighlighter doesn't recognise links to external JavaScript.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script>
// This is recognised as JavaScript
</script>
<script src="http://google.com"> </script>
<script>
// And this is recognised
</script>
</body>
</html>-- Carbonize <http://forum.pspad.com/read.php?2,63922,63922> PSPad freeware editor http://www.pspad.com
