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