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}}
Highlighting fails when generic views are used.
E.g.:
Currently the highlighting regex requires: