Has anyone figured out a way, to have TextPad show syntax highlighting for 2 languages at the same time?
E.g. HTML + JavaScript
I would love to see my embedded JavaScript, syntax highlighted, within my HTML documents...
e.g. I would like all content within <script...> tags...
Code: Select all
<script>
<!--
...
var foo = new Object();
...
//-->
</script>
Any ideas?
If there is no way/workaround, can I create a Poll to see if this is a common desire?