mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-15 22:02:11 -06:00
[GH-ISSUE #79] Meteor JS grammar only in meteor project #65
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#65
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 @ndastur on GitHub (Mar 25, 2016).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/79
Don't know if this is possible. But it would be nice if the Meteor JS Grammar could be applied when in a meteor project but otherwise default to "normal" js grammar.
A meteor project could be detected by the presence of .meteor in root of app. This would probably need the whole app folder to be open. So maybe a setttings option of:
then users can decide the behaviour.