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

added ember snippets #2

Closed
wants to merge 4 commits into from

Conversation

donaldwasserman
Copy link

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

'body': '{{action ${1:\'${2:name}\'}}}'
'inline-if':
'prefix': 'ifl'
'body': '{{if ${1:condition} \'${2:property}\'}'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a closing }

@jmurphyau
Copy link
Owner

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.

@donaldwasserman
Copy link
Author

Are you responsible for removing that key=@GUID syntax? If so, I should be thanking you. That's the reason I started looking for a set of snippets to begin with!

@schickm
Copy link

schickm commented Jan 4, 2016

Are there plans to merge this pull request? I'd just go with @donaldwasserman :snippets branch, but he seems to have deleted his fork 😢

@donaldwasserman
Copy link
Author

Hey - I ended up creating my own atom package.

It's called atom-ember-author-kit.

Not the best name.

DW

On Jan 4, 2016, at 2:40 PM, Matt Schick notifications@github.com wrote:

Are there plans to merge this pull request? I'd just go with @donaldwasserman :snippets branch, but he seems to have deleted his fork


Reply to this email directly or view it on GitHub.

@schickm
Copy link

schickm commented Jan 4, 2016

Heck yes you did, thanks!

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

Successfully merging this pull request may close these issues.

3 participants