-
Notifications
You must be signed in to change notification settings - Fork 46
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
export default and stateless function snippets #18
Conversation
snippets/snippets.cson
Outdated
'body': 'flex: ${1:1},$0' | ||
'Create StyleSheet': | ||
'prefix': 'css' | ||
'alignItems: 'center',': |
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.
atomizr has a bug, please escape these single quotes with a \
before them
snippets/snippets.cson
Outdated
""" | ||
'componentDidUpdate(object prevProps, object prevState)': | ||
'prefix': 'cdud' | ||
'justifyContent: 'center',': |
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.
likewise here
snippets/snippets.cson
Outdated
${1} | ||
}$0 | ||
""" | ||
'.source.jssource.jsx': |
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.
add a comma here so it looks like .source.js,source.jsx
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.
Will update, thanks
thanks for the PR! Just making sure the atom spec is kept up to date |
export default