Closed rmuratov closed 10 months ago
In CoffeeScript grammar need to swap Blaze.render and Blaze.renderWithData:
Blaze.render
Blaze.renderWithData
{ 'match': '(Blaze.render|Blaze.renderWithData|Blaze.remove|Blaze.getData|Blaze.toHTML|Blaze.toHTMLWithData|Blaze.isTemplate)' 'name': 'api.meteor.blaze' }
The same for Blaze.toHTML and Blaze.toHTMLWithData. Not sure about other grammars.
Blaze.toHTML
Blaze.toHTMLWithData
Oh, Template.onCreated also...Only Templated.created highlighted (as well as destroyed, rendered). Have no time for PR, unfortunately, may be later.
Template.onCreated
Templated.created
destroyed
rendered
In CoffeeScript grammar need to swap
Blaze.render
andBlaze.renderWithData
:The same for
Blaze.toHTML
andBlaze.toHTMLWithData
. Not sure about other grammars.Oh,
Template.onCreated
also...OnlyTemplated.created
highlighted (as well asdestroyed
,rendered
). Have no time for PR, unfortunately, may be later.