Skip to content

Instantly share code, notes, and snippets.

@rostegg
Created August 6, 2020 16:08
Show Gist options
  • Save rostegg/2531cc31a3ca18efd8f7a00e3ae7b653 to your computer and use it in GitHub Desktop.
Save rostegg/2531cc31a3ca18efd8f7a00e3ae7b653 to your computer and use it in GitHub Desktop.
Snippet until quote mark key is broken
{
"Single quote mark": {
"prefix": ["sq"],
"body": ["''"],
"description": "Single quotatioms marks"
},
"Double quote mark": {
"prefix": ["dq"],
"body": ["\"\""],
"description": "Single quotatioms marks"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment