Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting issues #72

Open
derwaldgeist opened this issue Sep 10, 2015 · 0 comments
Open

Syntax highlighting issues #72

derwaldgeist opened this issue Sep 10, 2015 · 0 comments

Comments

@derwaldgeist
Copy link

Since I installed this package, I have some syntax highlighting issues:

  1. 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.
  2. In the statement FlowRouter.go(...), only Router is colored in light-blue, but not Flow. Seems as if this package only supports IronRouter?! :-)
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant