Skip to content

Highlighting fails for generic views #1

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}}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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