Created
March 31, 2018 21:15
-
-
Save tonis2/0068d05ef5a7760e1bfe682cedc64fba to your computer and use it in GitHub Desktop.
Atom HTMLelement snipper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'.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