From af4bf824ad10ea0f4f1a1ae4c85b9c7531041a29 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 23 Feb 2022 05:35:01 +0100 Subject: [PATCH] Another small improvement to LaTeX --- themes/Steffula-color-theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index fb0b146..7a4bd39 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -423,6 +423,9 @@ "scope": [ "string", "punctuation.definition.string", + "support.class.math.block.environment.latex", + "punctuation.definition.string.begin.latex", + "punctuation.definition.string.end.latex", ], "settings": { "foreground": "#438c5c", @@ -434,9 +437,6 @@ "string.quoted.binary", "string.unquoted.block.yaml", "string.unquoted.heredoc", - "support.class.math.block.environment.latex", - "punctuation.definition.string.begin.latex", - "punctuation.definition.string.end.latex", ], "settings": { "foreground": "#a7c261",