Created
April 22, 2020 16:46
-
-
Save piyushgarg-dev/0b5c458cbe26f2f5ff76b71f82e4647f to your computer and use it in GitHub Desktop.
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
{ | |
"start":{ | |
"prefix": "!start", | |
"body": [ | |
"<html>", | |
"</html" | |
], | |
"description": "Basic Starter Template" | |
}, | |
"h1":{ | |
"prefix": "!h1", | |
"body": [ | |
"<h1>", | |
"</h1" | |
], | |
"description": "Basic html tag" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment