zeek-sublime
zeek-sublime copied to clipboard
Overly Aggressive Pattern Highlighting
Anything between two forward slashes seems to get picked up as a pattern, e.g.:
local subnets = vector(172.16.0.0/20, 172.16.16.0/20);
If you look carefully at the example above, you'll see that 172.16.0.0
is one color, and /20, 172.16.16.0/
is another color.