-
Notifications
You must be signed in to change notification settings - Fork 2
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
added ember snippets #2
Conversation
'body': '{{action ${1:\'${2:name}\'}}}' | ||
'inline-if': | ||
'prefix': 'ifl' | ||
'body': '{{if ${1:condition} \'${2:property}\'}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing a closing }
Thanks for this.. I removed all the HTML snippets because I wanted HTMLBars ones - just never got around to doing any. I've left some inline comments. |
Are you responsible for removing that |
Are there plans to merge this pull request? I'd just go with @donaldwasserman :snippets branch, but he seems to have deleted his fork 😢 |
Hey - I ended up creating my own atom package. It's called atom-ember-author-kit. Not the best name. DW
|
Heck yes you did, thanks! |
Hey -
I just started using atom and came across this package (which makes looking at my ember templates a lot easier).
I wanted to be able to share this with some of my coworkers and along with some additional ember-specific handlebars snippets that I've been using in Sublime.
If you're not interested in this, no big deal, we'll just use the fork.
Thanks for the neat project!
-DW