| Summary: | CSS color values not styled properly | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Editor | Assignee: | Silenio Quarti <Silenio_Quarti> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | bochenekgeorge, Mike_Wilson, Silenio_Quarti |
| Version: | 0.5 | Flags: | bochenekgeorge:
review?
|
| Target Milestone: | 1.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Disabled number parsing for CSS pages: fork url: git://github.com/gbochenek/orion.client.git branch: master commit id: 0170c0e73bf1ffe54789382784c5ad1f9cb7dfb8 We should add support to properly highlight literal numbers and colors in CSS files. Until that is done, it is reasonable to disable number syntax highlighting for CSS. Pushed http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=3ea2e917b813095d6a7e71e8e11e08fe4b272ac6 |
1. Create a .css file 2. Add a rule like this: .foo { color: #26abcd; } 3. Note that the '26' is highlighted differently from the rest of the color value. It is probably trying to be parsed as a JS-style number literal.