mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54: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",
|
"foreground": "#bbb529",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Markup languages
|
|
||||||
{
|
{
|
||||||
"name": "heading",
|
"name": "heading",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
"meta.tag.table.toml entity.other.attribute-name",
|
||||||
|
"entity.name.section.group-title",
|
||||||
|
"punctuation.definition.entity.ini",
|
||||||
"heading",
|
"heading",
|
||||||
"punctuation.definition.heading",
|
"punctuation.definition.heading",
|
||||||
"markup.heading",
|
"markup.heading",
|
||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"foreground": "#99ffff",
|
"foreground": "#ff9340",
|
||||||
"fontStyle": "bold",
|
"fontStyle": "bold",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -749,18 +751,6 @@
|
||||||
"foreground": "#8a653b",
|
"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",
|
"name": "selector-tag",
|
||||||
"scope": [
|
"scope": [
|
||||||
|
|
Loading…
Reference in a new issue