From 6bd2e0be341754a89b9fdee2f3c29bb986e1c746 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 21 Jun 2022 03:12:01 +0200 Subject: [PATCH] Revert my previous bad idea --- themes/Steffula-color-theme.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 3c99e25..6fc558a 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -183,7 +183,18 @@ { "name": "punctuation", "scope": [ - "punctuation", + "punctuation.definition", + "punctuation.accessor", + "punctuation.squarebracket", + "punctuation.curlybrace", + "punctuation.terminator", + "punctuation.parenthesis", + "punctuation.brackets", + "punctuation.section", + "punctuation.separator", + "punctuation.comma", + "punctuation.semi", + "punctuation.bracket", "meta.brace", "meta.tag.xml", "meta.function.calc",