1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-24 03:54:21 +00:00

Merge bold, italic and underline into formatting

This commit is contained in:
Steffo 2022-07-30 03:15:20 +02:00
parent 30efb7e197
commit 1ba41809c8
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -546,28 +546,12 @@
} }
}, },
{ {
"name": "bold", "name": "formatting",
"scope": [ "scope": [
"markup.bold", "markup.bold",
"punctuation.definition.bold", "punctuation.definition.bold",
],
"settings": {
"foreground": "#ffbc82",
}
},
{
"name": "italic",
"scope": [
"markup.italic", "markup.italic",
"punctuation.definition.italic", "punctuation.definition.italic",
],
"settings": {
"foreground": "#ffbc82",
}
},
{
"name": "underline",
"scope": [
"markup.underline", "markup.underline",
"punctuation.definition.underline", "punctuation.definition.underline",
], ],