Skip to content

Highlighting fails for generic views #1

@devinus

Description

@devinus

Highlighting fails when generic views are used.

E.g.:

{{#collection id="my-collection" contentBinding="App.collectionController.content" tagName="ul"}}
  {{#view App.Item contentBinding="content"}}
    {{foo}}
  {{/view}}
{{/collection}}

Currently the highlighting regex requires:

{{#collection MyApp.CollectionView id="my-collection" contentBinding="App.collectionController.content" tagName="ul"}}
  {{#view App.Item contentBinding="content"}}
    {{foo}}
  {{/view}}
{{/collection}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions