From bb90e26f80de6f968cfc85e2a18b8153d4038e7e Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Wed, 7 Feb 2024 15:07:11 -0500 Subject: [PATCH] Add missing `variable.other.object.property` scope --- themes/dark_spinel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/dark_spinel.json b/themes/dark_spinel.json index 15c33e2..df89dc9 100644 --- a/themes/dark_spinel.json +++ b/themes/dark_spinel.json @@ -98,6 +98,7 @@ "keyword.operator.assignment.ruby", "entity.name.function.call.cpp", "entity.name.function.member.cpp", + "variable.other.object.property", "variable.other.property", "meta.brace.round.ts", "meta.brace.square.ts",