Created
October 26, 2015 16:38
-
-
Save rjpcasalino/168f94e0e3274c921116 to your computer and use it in GitHub Desktop.
Stolen from my boi Tony (i.e., I don't use many of these)
This file contains 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': | |
'Beginning fancy comment': | |
'prefix': 'bcom' | |
'body': '/********************************************************' | |
'Ending fancy comment': | |
'prefix': 'ecom' | |
'body': ' ********************************************************/' | |
'Fancy console.log': | |
'prefix': 'flog' | |
'body': 'console.log("$1: ", $1);' | |
'Labeled console.log': | |
'prefix': 'llog' | |
'body': 'console.log("$1: ", $2);' | |
'Basic console log': | |
'prefix': 'log' | |
'body': 'console.log($1);' | |
'React comment': | |
'prefix': 'rcom' | |
'body': '{ /* $1 */}' | |
'Beginning normal comment': | |
'prefix': 'norjs' | |
'body': '////' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment