aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-01-09 11:59:43 -0800
committerRoopesh Chander <roop@roopc.net>2019-01-14 14:52:36 +0530
commitba731e009999f259b2a50a60035d465b15f9f18c (patch)
tree4b6be698e4c74623804ccbcb16c724c04bacc205 /WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift
parentSyntax highlighter color updates (diff)
downloadwireguard-apple-ba731e009999f259b2a50a60035d465b15f9f18c.tar.xz
wireguard-apple-ba731e009999f259b2a50a60035d465b15f9f18c.zip
Resync highlighter
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift')
-rw-r--r--WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift2
1 files changed, 1 insertions, 1 deletions
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
],