mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 10:34:21 +00:00
Merge section-title
into heading
This commit is contained in:
parent
0a23882e72
commit
30efb7e197
1 changed files with 4 additions and 14 deletions
|
@ -530,16 +530,18 @@
|
|||
"foreground": "#bbb529",
|
||||
}
|
||||
},
|
||||
// Markup languages
|
||||
{
|
||||
"name": "heading",
|
||||
"scope": [
|
||||
"meta.tag.table.toml entity.other.attribute-name",
|
||||
"entity.name.section.group-title",
|
||||
"punctuation.definition.entity.ini",
|
||||
"heading",
|
||||
"punctuation.definition.heading",
|
||||
"markup.heading",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#99ffff",
|
||||
"foreground": "#ff9340",
|
||||
"fontStyle": "bold",
|
||||
}
|
||||
},
|
||||
|
@ -749,18 +751,6 @@
|
|||
"foreground": "#8a653b",
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "section-title",
|
||||
"scope": [
|
||||
"meta.tag.table.toml entity.other.attribute-name",
|
||||
"entity.name.section.group-title",
|
||||
"punctuation.definition.entity.ini",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#ff9340",
|
||||
"fontStyle": "bold",
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "selector-tag",
|
||||
"scope": [
|
||||
|
|
Loading…
Reference in a new issue