Commit 2fbb71d5 authored by Arturo Borrero González's avatar Arturo Borrero González Committed by Benno Schulenberg
Browse files

syntax: nftables: add two new families, and add set references

Signed-off-by: default avatarArturo Borrero González <arturo@debian.org>
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -10,7 +10,7 @@ color green "\<(define|include)\>"
color red "\<(add|delete|flush|insert|remove|replace)\>"
# Families
color yellow "\<(arp|bridge|inet|ip6?)\>"
color yellow "\<(arp|bridge|inet|ingress|ip6?|netdev)\>"
# Terminal statements
color red "\<(drop|reject)\>"
......@@ -27,4 +27,4 @@ color yellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
color green "[{}():;|`$<>!=&\\]" "(\]|\[)"
# Basic variable names
color brightred "\$[[:alpha:]_][[:alnum:]_.]*"
color brightred "(\$|@)[[:alpha:]_-][[:alnum:]_.-]*"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment