From d2ad24263cd2f0515e5b32f4446cf53ab85689f3 Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:47:51 -0400 Subject: [PATCH] TextMate constants --- Sources/ThemePark/TextMateTheme.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/ThemePark/TextMateTheme.swift b/Sources/ThemePark/TextMateTheme.swift index 8d48525..7cc41ed 100644 --- a/Sources/ThemePark/TextMateTheme.swift +++ b/Sources/ThemePark/TextMateTheme.swift @@ -108,6 +108,8 @@ extension TextMateTheme: Styling { return resolveScope("variable") case .syntax(.identifier(.type)): return resolveScope("entity") + case .syntax(.identifier(.constant)): + return resolveScope("constant") case .editor(.accessoryForeground): let color = fallbackForegroundColor