Skip to content

Instantly share code, notes, and snippets.

@jeremy-green
Created November 13, 2018 19:25
Show Gist options
  • Save jeremy-green/a49598f480a723ae023bf69e4a6a9d30 to your computer and use it in GitHub Desktop.
Save jeremy-green/a49598f480a723ae023bf69e4a6a9d30 to your computer and use it in GitHub Desktop.
Atom Snippets
'.source.js':
'console.log':
'prefix': 'cl'
'body': 'console.log(${2:\'${1:HERE}\'}$3);$4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment