-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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}}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels