Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 371296

Summary: Improve HTML syntax highlighting even more
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: EditorAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti
Version: 0.4   
Target Milestone: 5.0 M2   
Hardware: PC   
OS: All   
Whiteboard:

Description Mark Macdonald CLA 2012-02-10 17:51:34 EST
Spin-off from bug 348814.

Attributes and quoted strings are colored outside of an opening HTML tag. For example, create a .html file with this content:

> <div class="foo">
>   foo="bar"
>   'baz'
> </div>

You'll see that foo="bar" and 'baz' are highlighted as attributes. This is not correct.
Comment 1 Silenio Quarti CLA 2014-03-03 15:49:49 EST
This has been fixed by the Orion text styler.