Skip to content

Instantly share code, notes, and snippets.

@jeremy-green
Created November 13, 2018 19:25
Show Gist options
  • Save jeremy-green/6d4db0fc70665b1e8929cb0a89ca7ac8 to your computer and use it in GitHub Desktop.
Save jeremy-green/6d4db0fc70665b1e8929cb0a89ca7ac8 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