1
0
mirror of https://github.com/HorlogeSkynet/Nftables synced 2025-04-30 04:00:16 +02:00

IPv4's . are now consumed so we may simplify . operator matching

This commit is contained in:
Samuel FORESTIER 2020-02-21 21:39:07 +01:00
parent 403358037e
commit fa228e0358

@ -551,7 +551,7 @@ contexts:
scope: keyword.control.statement.nftables
operators:
- match: (?:[[:space:]]+(\.)[[:space:]]+)
- match: (\.)
captures:
1: keyword.operator.concatenation.nftables
- match: \b(eq|ne|(?:l|g)[et]|numgen|jhash)\b