From 993f8bb1ea65e6bde03c1521da6612c55bc841f7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 6 Jun 2022 03:37:58 +0200 Subject: [PATCH] Fix ini section title square brackets being colored as a string escape --- themes/Steffula-color-theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 62c3324..5815e7a 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -813,6 +813,7 @@ "scope": [ "meta.tag.table.toml", "entity.name.section.group-title", + "punctuation.definition.entity.ini", ], "settings": { "foreground": "#ff9340",