From 9bedae8e1d714697746719e8586708f625b63d5b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 20 May 2022 20:15:56 +0200 Subject: [PATCH] Fix prisma unhighlighted parens --- themes/Steffula-color-theme.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index d1e40e7..73e7924 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -206,9 +206,8 @@ "meta.directive.dated.beancount meta.account.beancount punctuation.separator.beancount", "punctuation.math.begin.bracket", "punctuation.math.end.bracket", - "source.prisma.array", - "source.prisma.attribute.with_arguments", "source.sql", // AGAIN VERY EXPERIMENTAL + "source.prisma", // why are all syntax highlighters so broken? ], "settings": { "foreground": "#cc7832",