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

Bug 495733

Summary: [syntax highlighting] Improve .properties syntax highlighting
Product: [ECD] Orion Reporter: Muhammad Mousa <mmousa>
Component: EditorAssignee: 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:
Description Flags
The highlighted code none

Description Muhammad Mousa CLA 2016-06-08 13:58:34 EDT
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.
Comment 1 Muhammad Mousa CLA 2016-06-08 14:07:27 EDT
Created attachment 262321 [details]
The highlighted code