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:
parent
30efb7e197
commit
1ba41809c8
1 changed files with 1 additions and 17 deletions
|
@ -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",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue