From fa681bfcf5cbfcc711fb0ab10f3fd74ac83bf18c Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Dec 2025 00:11:21 +0100 Subject: Apply formatting rules --- Map/Presentation/Theme/NSColor+theme.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Map/Presentation/Theme/NSColor+theme.swift') diff --git a/Map/Presentation/Theme/NSColor+theme.swift b/Map/Presentation/Theme/NSColor+theme.swift index 21db412..5f349a3 100644 --- a/Map/Presentation/Theme/NSColor+theme.swift +++ b/Map/Presentation/Theme/NSColor+theme.swift @@ -29,7 +29,7 @@ extension NSColor { .withAlphaComponent( 0.3) static let error = (NSColor(named: "Jasper Red") ?? .textColor) - + static func colorForSyntax(_ captureName: String) -> NSColor { switch captureName { case ("variable.component_label"): -- cgit