HTML + JS Syntax
Posted: Wed Nov 24, 2004 8:02 pm
Hello,
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...
to appear syntax highlighted, as JavaScript, not XHTML comments...
Any ideas?
If there is no way/workaround, can I create a Poll to see if this is a common desire?
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?