mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Adopt strike through for markdown
Fixes #43504 Picks up new markdown grammar with strikethrough support and also adopts it for our built-in themes
This commit is contained in:
@@ -144,6 +144,12 @@
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "markup.strikethrough",
|
||||
"settings": {
|
||||
"fontStyle": "strikethrough"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "markup.inserted",
|
||||
"settings": {
|
||||
|
||||
Reference in New Issue
Block a user