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

Bug 533802

Summary: Single line comment sytnax highlight fails if comment contains separator symbol
Product: [ECD] Orion Reporter: Alexander Kozinko <xcariba>
Component: EditorAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 18.0   
Target Milestone: 19.0   
Hardware: PC   
OS: All   
Whiteboard:

Description Alexander Kozinko CLA 2018-04-19 04:54:12 EDT
If YAML document contains line comment with indentation and ": " symbol after letters/numbers syntax highlighter marks it as key-value pair (including comment symbol "#").
ex.:

key1: value
key2: value
   # normal comment
   # key3: value - wrong highlighting