Skip to content

Instantly share code, notes, and snippets.

@asunar
Created December 18, 2021 02:02
Show Gist options
  • Save asunar/25ffd162d4213ed08d4e823b443faaca to your computer and use it in GitHub Desktop.
Save asunar/25ffd162d4213ed08d4e823b443faaca to your computer and use it in GitHub Desktop.
{
"New tape test": {
"scope": "javascript,typescript",
"prefix": "tttest",
"body": [
"test('$1', (t) => {",
"\t$0",
"\tt.end()",
"})"
]
},
"console log": {
"scope": "javascript",
"prefix": "log",
"body": [
"console.log(\"$CLIPBOARD\", $CLIPBOARD)"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment