You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I installed this package, I have some syntax highlighting issues:
Template.name.helpers() is now orange, ok. But neither Template.name.onCreated() nor Template.name.onRendered() get colored. This looks inconsistent. Personally, I would also prefer if the three parts of such an expression (i.e. Template, name, and method) would be colored differently. This would make it easier for the eyes to scan the page. It would also be nice if inside of such a method references to Template would be highlighted as well.
In the statement FlowRouter.go(...), only Router is colored in light-blue, but not Flow. Seems as if this package only supports IronRouter?! :-)
Without the package, in this statement
varrv=newReactiveVar(null);
the class name ReactiveVar is highlighted in yellow. As soon as the package is installed, this highlight is removed and the class name is in dull gray.
PS: I'm using the Spacegray Dark Neue syntax scheme, maybe your colors are different.
The text was updated successfully, but these errors were encountered:
Since I installed this package, I have some syntax highlighting issues:
Template.name.helpers()
is now orange, ok. But neitherTemplate.name.onCreated()
norTemplate.name.onRendered()
get colored. This looks inconsistent. Personally, I would also prefer if the three parts of such an expression (i.e.Template
,name
, andmethod
) would be colored differently. This would make it easier for the eyes to scan the page. It would also be nice if inside of such a method references toTemplate
would be highlighted as well.FlowRouter.go(...)
, onlyRouter
is colored in light-blue, but notFlow
. Seems as if this package only supports IronRouter?! :-)the class name
ReactiveVar
is highlighted in yellow. As soon as the package is installed, this highlight is removed and the class name is in dull gray.PS: I'm using the
Spacegray Dark Neue
syntax scheme, maybe your colors are different.The text was updated successfully, but these errors were encountered: