Created
June 13, 2020 01:59
-
-
Save tatsushitoji/06ab6e66186731d96cbad7dc15aebba7 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
{ | |
"version": 3, | |
"folders": [ | |
{ | |
"name": "PR badge", | |
"info": "markdown badge for PR", | |
"snippets": [ | |
{ | |
"name": "badge - must", | |
"shortcut": "/must", | |
"type": "html", | |
"text": "", | |
"html": "<span style=\"color:#4a4a4a;background-color:#eeeeee;\"></span>" | |
}, | |
{ | |
"name": "badge - ask", | |
"shortcut": "/ask", | |
"type": "html", | |
"text": "", | |
"html": "<span style=\"color:#4a4a4a;background-color:#eeeeee;\"></span>" | |
}, | |
{ | |
"name": "badge - nits", | |
"shortcut": "/nits", | |
"type": "html", | |
"text": "", | |
"html": "<span style=\"color:#4a4a4a;background-color:#eeeeee;\"></span>" | |
}, | |
{ | |
"name": "badge - imo", | |
"shortcut": "/imo", | |
"type": "html", | |
"text": "", | |
"html": "<span style=\"color:#4a4a4a;background-color:#eeeeee;\"></span>" | |
}, | |
{ | |
"name": "badge - note", | |
"shortcut": "/note", | |
"type": "html", | |
"text": "", | |
"html": "<span style=\"color:#4a4a4a;background-color:#eeeeee;\"></span>" | |
}, | |
{ | |
"name": "badge-help", | |
"shortcut": "/help", | |
"type": "html", | |
"text": "", | |
"html": "<span style=\"color:#4a4a4a;background-color:#eeeeee;\"></span>" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment