Skip to content

Instantly share code, notes, and snippets.

@piyushgarg-dev
Last active April 22, 2020 16:58
Show Gist options
  • Save piyushgarg-dev/6870287827e73e98c4d870bb83811a68 to your computer and use it in GitHub Desktop.
Save piyushgarg-dev/6870287827e73e98c4d870bb83811a68 to your computer and use it in GitHub Desktop.
{
"name": "bootstrap-snippets",
"displayName": "bootstrap-snippets",
"description": "A simple Bootstrap snippets",
"publisher": "piyushgarg",
"version": "0.0.1",
"engines": {
"vscode": "^1.44.0"
},
"categories": [
"Snippets"
],
"contributes": {
"snippets": [
{
"language": "html",
"path": "./snippets/snippets.json"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment