From bbeb732ef3f06b402f770d832180ed4cef2ec168 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Tue, 8 Jan 2019 23:46:55 +0530 Subject: Highlighter: Report each key type separately Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift | 4 ---- 1 file changed, 4 deletions(-) (limited to 'WireGuard/WireGuard/UI/macOS/View') diff --git a/WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift b/WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift index 63c9cbf..2a9d36d 100644 --- a/WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift +++ b/WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift @@ -56,10 +56,6 @@ class ConfTextStorage: NSTextStorage { .foregroundColor: theme.key, .font: boldFont ], - HighlightKey.rawValue: [ - .foregroundColor: theme.plainText, - .font: defaultFont - ], HighlightIP.rawValue: [ .foregroundColor: theme.url, .font: defaultFont -- cgit v1.2.3-59-g8ed1b