| Summary: | [codemirror] HTML mode complains about self-closing tags | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.4 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
Orion now ships with a good HTML syntax highlighter |
If you install the codemirror plugin and open an HTML file with some code like this: <br /> <em>Optional</em> It shows these regions marked as 'errors' (squiggly line annotation): <br /> ^^ <em>Optional</em> ^^^^ ^^^^^ I think I caused this while fixing XML mode (bug 372284). CodeMirror's various HTML and XML modes steal some of the same mime types from each other. Here it looks like the wrong mode is grabbing the HTML mime type.