1
Fork 0
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:
Steffo 2022-07-30 03:13:46 +02:00
parent 0a23882e72
commit 30efb7e197
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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": [