aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-05 01:04:17 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-05 05:36:21 +0100
commit4e2f9f5fe4e201d2b1b8eed5677765a45000732f (patch)
treec86bdae74aa3d77b4134613b1628b19f1f7b0e6b /ui
parentifaceconfig: set MTU and monitor for auto mtu changes (diff)
downloadwireguard-windows-4e2f9f5fe4e201d2b1b8eed5677765a45000732f.tar.xz
wireguard-windows-4e2f9f5fe4e201d2b1b8eed5677765a45000732f.zip
syntaxeditor: reject keys we don't parse
Diffstat (limited to 'ui')
-rw-r--r--ui/syntax/highlighter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/syntax/highlighter.h b/ui/syntax/highlighter.h
index c004e127..c6c8b5d5 100644
--- a/ui/syntax/highlighter.h
+++ b/ui/syntax/highlighter.h
@@ -5,6 +5,8 @@
#include <sys/types.h>
+#define MOBILE_WGQUICK_SUBSET
+
enum highlight_type {
HighlightSection,
HighlightField,