mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Add Definition list to Markdown Snippets (#110026)
This commit is contained in:
@@ -64,6 +64,11 @@
|
|||||||
"body": ["1. ${1:first}", "2. ${2:second}", "3. ${3:third}", "$0"],
|
"body": ["1. ${1:first}", "2. ${2:second}", "3. ${3:third}", "$0"],
|
||||||
"description": "Insert ordered list"
|
"description": "Insert ordered list"
|
||||||
},
|
},
|
||||||
|
"Insert definition list": {
|
||||||
|
"prefix": "definition list",
|
||||||
|
"body": ["${1:term}", ": ${2:definition}", "$0"],
|
||||||
|
"description": "Insert definition list"
|
||||||
|
},
|
||||||
"Insert horizontal rule": {
|
"Insert horizontal rule": {
|
||||||
"prefix": "horizontal rule",
|
"prefix": "horizontal rule",
|
||||||
"body": "----------\n",
|
"body": "----------\n",
|
||||||
@@ -83,5 +88,5 @@
|
|||||||
"prefix": "strikethrough",
|
"prefix": "strikethrough",
|
||||||
"body": "~~${1:${TM_SELECTED_TEXT}}~~",
|
"body": "~~${1:${TM_SELECTED_TEXT}}~~",
|
||||||
"description": "Insert strikethrough"
|
"description": "Insert strikethrough"
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user