mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #5] Automatically apply "Javascript (Meteor)" to .js files? #6
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#6
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 @steph643 on GitHub (Dec 2, 2014).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/5
Hi Abigail,
It's probably more of an Atom question, but did you find a way to automatically apply the "Javascript (Meteor)" grammar to all .js file? Right now it seems I'm obliged to apply it again each time I open a file... Same issue with the "Handlebar" grammar on .html files.
Thanks,
@steph643 commented on GitHub (Dec 2, 2014):
I guess it should be possible to completely overwrite "Javascript" with "Javascript (Meteor)". This would be fine with me. Please let me know if you have tried this. If not, I will investigate and post the result here.
@steph643 commented on GitHub (Dec 4, 2014):
I am sorry I will not investigate further. I found more issues with Atom, and I will wait for it to be more mature.
@splendido commented on GitHub (Dec 16, 2014):
Hi @steph643.
I think I've just found a way to automatically set the grammar to js and handlebars files using the
File TypesandLanguage Spacebarspackages.See #7
In case you'll decide to give it a go, please confirm it is working also for you.
@awatson1978 commented on GitHub (Apr 24, 2015):
As of 2.16.0, solution is to disable the
language-javascriptpackage, and Atom will default to parsing javascript with the Javascript (Meteor) grammar set. :)