Skip to content

Instantly share code, notes, and snippets.

@tonis2
Created March 31, 2018 21:15
Show Gist options
  • Save tonis2/0068d05ef5a7760e1bfe682cedc64fba to your computer and use it in GitHub Desktop.
Save tonis2/0068d05ef5a7760e1bfe682cedc64fba to your computer and use it in GitHub Desktop.
Atom HTMLelement snipper
'.source.js':
'Console log':
'prefix': 'log'
'body': 'console.log($1)',
'component':
'prefix': 'component'
'body': 'class Component extends HTMLElement { connectedCallback() {}} export default Component'
'constructor':
'prefix': 'const'
'body': 'constructor() {super();}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment