diff options
author | 2019-03-05 01:04:17 +0100 | |
---|---|---|
committer | 2019-03-05 05:36:21 +0100 | |
commit | 61ef7dd80f26bb604c61cd835b8d6b2b70d83c96 (patch) | |
tree | c86bdae74aa3d77b4134613b1628b19f1f7b0e6b | |
parent | ifaceconfig: set MTU and monitor for auto mtu changes (diff) | |
download | wireguard-windows-61ef7dd80f26bb604c61cd835b8d6b2b70d83c96.tar.xz wireguard-windows-61ef7dd80f26bb604c61cd835b8d6b2b70d83c96.zip |
syntaxeditor: reject keys we don't parse
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | ui/syntax/highlighter.h | 2 |
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, |