zeek-sublime icon indicating copy to clipboard operation
zeek-sublime copied to clipboard

Zeek scripting language highlighting/support for Sublime Text

Results 2 zeek-sublime issues
Sort by recently updated
recently updated
newest added

Some trial and error, but seems to work well.

Anything between two forward slashes seems to get picked up as a pattern, e.g.: ``` zeek local subnets = vector(172.16.0.0/20, 172.16.16.0/20); ```