jmurphyau / language-ember-htmlbars

Other
5 stars 2 forks source link

Adds slashes and underscores to syntax #10

Open austinezell opened 7 years ago

austinezell commented 7 years ago

Properly highlights component/subcomponent syntax.

Also includes underscores to the inline definitions in case you have a property or a key on a property with an underscore.

evrowe commented 7 years ago

This PR would be very helpful for development purposes, as the {{component.sub-component}} notation is no longer actually supported as of Ember 2.10 and supposedly has not been officially supported technically ever; not that ~we~ anyone knew this before of course but there we go.