aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/syntax/highlighter.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/syntax/highlighter.go')
-rw-r--r--ui/syntax/highlighter.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/syntax/highlighter.go b/ui/syntax/highlighter.go
index fa6a6530..f6edc712 100644
--- a/ui/syntax/highlighter.go
+++ b/ui/syntax/highlighter.go
@@ -405,8 +405,6 @@ func (s stringSpan) field() field {
return fieldEndpoint
case s.isCaselessSame("PersistentKeepalive"):
return fieldPersistentKeepalive
- }
- /* TODO: uncomment this once we support these in the client
case s.isCaselessSame("PreUp"):
return fieldPreUp
case s.isCaselessSame("PostUp"):
@@ -415,7 +413,7 @@ func (s stringSpan) field() field {
return fieldPreDown
case s.isCaselessSame("PostDown"):
return fieldPostDown
- */
+ }
return fieldInvalid
}