Created
August 6, 2020 16:08
-
-
Save rostegg/2531cc31a3ca18efd8f7a00e3ae7b653 to your computer and use it in GitHub Desktop.
Snippet until quote mark key is broken
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
{ | |
"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