From 17d55944d919da07b7c1a2e16c62db86d4355939 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 6 Jun 2022 03:18:44 +0200 Subject: [PATCH] Format HTML entities as "String escapes" --- themes/Steffula-color-theme.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 73e7924..08f8a87 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -504,6 +504,8 @@ "name": "String escape", "scope": [ "constant.character.escape", + "punctuation.definition.entity", + "constant.character.entity", ], "settings": { "foreground": "#a5c261",