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

Bug 460163

Summary: captures are not styled for blocks whose match is a single regex
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: EditorAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti
Version: unspecified   
Target Milestone: 13.0   
Hardware: PC   
OS: All   
Whiteboard:

Description Grant Gayed CLA 2015-02-17 14:29:55 EST
- to reproduce this switch the order of the following two includes in the .jade grammar
	{include: "#tagWithAttributes"}, //$NON-NLS-0$
	{include: "#keywords"}, //$NON-NLS-0$
- _getStyles() doesn't handle this case, it only handles captures in begin/end matches