diff options
author | 2019-01-09 11:59:43 -0800 | |
---|---|---|
committer | 2019-01-14 14:52:36 +0530 | |
commit | ba731e009999f259b2a50a60035d465b15f9f18c (patch) | |
tree | 4b6be698e4c74623804ccbcb16c724c04bacc205 /WireGuard/WireGuard/UI/macOS/View | |
parent | Syntax highlighter color updates (diff) | |
download | wireguard-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')
-rw-r--r-- | WireGuard/WireGuard/UI/macOS/View/ConfTextStorage.swift | 2 |
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 ], |