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

Bug 427524

Summary: task annotations not being successfully created for blocks with embedded languages
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: ClientAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0 RC1   
Hardware: PC   
OS: All   
Whiteboard:

Description Grant Gayed CLA 2014-02-05 17:19:43 EST
For example, in the following .html file the "TODO" string is styled properly, but an annotation is not created for it in the editor's gutter:

<script>
  /* TODO hi */
</script>