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

Bug 460136

Summary: syntax style .launch files
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: EditorAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Grant Gayed CLA 2015-02-17 10:58:08 EST
The grammar should focus on just the styling so that a plug-in can specify that a grammar is applicable to a file of any type.
Comment 1 Grant Gayed CLA 2015-02-17 11:01:21 EST
Once this is done then .launch files should be styled as json.
Comment 2 Grant Gayed CLA 2015-02-25 11:54:37 EST
Re-purposing this report slightly, a better approach for enabling a type to inherit the syntax styling of another type is to define the new type to be a subtype of the other.

Fixed, have made this change to the existing arduino styling ( http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d30c2ad07b926b5273f9127026ec819b3cb3ee2a ) and defined .launch files in a similar way ( http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2626ad2ce4a8f0c141f44df0f54356fff792db11 and http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f715340407fc6c8d6025be79863aa89904556942 ).