| Summary: | [syntax highlighting] Improve .properties syntax highlighting | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Muhammad Mousa <mmousa> | ||||
| Component: | Editor | Assignee: | Grant Gayed <grant_gayed> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 12.0 | ||||||
| Target Milestone: | 12.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 262321 [details]
The highlighted code
|
There is no differentiation for LHS, RHS, and = in .properties files. For example, create a .properties file with this content: bin.includes = META-INF/,\ web/,\ bundle.properties,\ about.html src.includes = web/,\ about.html All of the code is highlighted in the same colour (green). bin.includes and src.includes should be highlighted in different colours from the rest. = signs should also be highlighted differently.