mirror of
https://github.com/JG2401/MarkdownCustomSnippets.git
synced 2026-08-28 20:20:13 +00:00
initial commit
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "jg2401-markdown",
|
||||
"displayName": "JG2401 - Custom Markdown Snippets",
|
||||
"description": "Custom Snippets for Markdown",
|
||||
"version": "1.0.0",
|
||||
"publisher": "jg2401",
|
||||
"engines": {
|
||||
"vscode": "^1.95.0"
|
||||
},
|
||||
"categories": [
|
||||
"Snippets"
|
||||
],
|
||||
"contributes": {
|
||||
"languages": [
|
||||
{
|
||||
"id": "markdown",
|
||||
"aliases": ["Markdown", "markdown"],
|
||||
"extensions": [".md"],
|
||||
"icon": {
|
||||
"dark": "./images/Integris.jpg",
|
||||
"light": "./images/Integris.jpg"
|
||||
}
|
||||
}
|
||||
],
|
||||
"snippets": [
|
||||
{
|
||||
"language": "markdown",
|
||||
"path": "./snippets/alert.code-snippets"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user