mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #72] Syntax highlighting issues #58
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/meteor-api#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @derwaldgeist on GitHub (Sep 10, 2015).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/72
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 toTemplatewould be highlighted as well.FlowRouter.go(...), onlyRouteris colored in light-blue, but notFlow. Seems as if this package only supports IronRouter?! :-)the class name
ReactiveVaris 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 Neuesyntax scheme, maybe your colors are different.