1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-10-16 09:37:28 +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": [
"markup.bold",
"punctuation.definition.bold",
],
"settings": {
"foreground": "#ffbc82",
}
},
{
"name": "italic",
"scope": [
"markup.italic",
"punctuation.definition.italic",
],
"settings": {
"foreground": "#ffbc82",
}
},
{
"name": "underline",
"scope": [
"markup.underline",
"punctuation.definition.underline",
],