Syntax highlighting issues
Opened this issue · 0 comments
derwaldgeist commented
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.- In the statement
FlowRouter.go(...)
, onlyRouter
is colored in light-blue, but notFlow
. Seems as if this package only supports IronRouter?! :-) - Without the package, in this statement
var rv = new ReactiveVar(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.