Consider this HTML:
<html>
<h1>Bill's Site</h1>
<p>I like 12" subs</p>
</html>
UltraEdit's syntax coloring gets thrown off; everything from the ' or " to the end of the line is grey.
How can I get UltraEdit to ignore the ' and ", unless they are used for attributes, which is what Dreamweaver and HomeSite do? I don't want to escape all my ' and " (into ' and ").
NOTE: If I omit the <html> tags, the syntax coloring seems to work well:
<h1>Bill's Site</h1>
<p>I like 12" subs</p>
<html>
<h1>Bill's Site</h1>
<p>I like 12" subs</p>
</html>
UltraEdit's syntax coloring gets thrown off; everything from the ' or " to the end of the line is grey.
How can I get UltraEdit to ignore the ' and ", unless they are used for attributes, which is what Dreamweaver and HomeSite do? I don't want to escape all my ' and " (into ' and ").
NOTE: If I omit the <html> tags, the syntax coloring seems to work well:
<h1>Bill's Site</h1>
<p>I like 12" subs</p>