From ba731e009999f259b2a50a60035d465b15f9f18c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 9 Jan 2019 11:59:43 -0800 Subject: Resync highlighter Signed-off-by: Jason A. Donenfeld --- WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift') diff --git a/WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift b/WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift index 223d1a5..5ed3e68 100644 --- a/WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift +++ b/WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift @@ -54,7 +54,7 @@ class ConfTextStorage: NSTextStorage { .foregroundColor: theme.sections, .font: boldFont ], - HighlightKeytype.rawValue: [ + HighlightField.rawValue: [ .foregroundColor: theme.keyType, .font: boldFont ], -- cgit v1.2.3-59-g8ed1b