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