mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 10:19:02 +00:00
add math snippet (#142697)
This commit is contained in:
@@ -84,4 +84,22 @@
|
||||
"body": "~~${1:${TM_SELECTED_TEXT}}~~",
|
||||
"description": "Insert strikethrough"
|
||||
},
|
||||
"Insert inline math": {
|
||||
"prefix": [
|
||||
"inline math"
|
||||
],
|
||||
"body": "$${1:${TM_SELECTED_TEXT}}$",
|
||||
"description": "Insert inline math"
|
||||
},
|
||||
"Insert fenced math": {
|
||||
"prefix": [
|
||||
"fenced math"
|
||||
],
|
||||
"body": [
|
||||
"$$",
|
||||
"${1:${TM_SELECTED_TEXT}}",
|
||||
"$$"
|
||||
],
|
||||
"description": "Insert fenced math"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user