Skip to content

Instantly share code, notes, and snippets.

@dtinth
Created August 8, 2017 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dtinth/07f5de27f159872ab9f38963cbe4760e to your computer and use it in GitHub Desktop.
Save dtinth/07f5de27f159872ab9f38963cbe4760e to your computer and use it in GitHub Desktop.
'.source.js':
'import react':
prefix: 'ir'
body: '''
import React from 'react'
'''
'export function':
prefix: 'ef'
body: '''
export function $1 ($2) {
$3
}
'''
'export default':
prefix: 'ed'
body: 'export default $1'
'export default function':
prefix: 'edf'
body: '''
export function $1 ($2) {
$3
}
export default $1
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment