syntax highlighting for bro

I’ve been trying to set up Bro syntax highlighting for Sublime text 2 using Liam Randall’s guide: http://liamrandall.com/syntax-highlighting-for-bro-network-programming-language/

But I’m running in to trouble on the last step and can’t seem to find the Windows 10 equivalent of the config directory that I’m supposed to put the bro.tmbundle. I see a folder called “Pristine Packages” the C directory folder for sublime but I don’t believe this is it.

Hi,

But I'm running in to trouble on the last step and can't seem to find the
Windows 10 equivalent of the config directory that I'm supposed to put the
bro.tmbundle. I see a folder called "Pristine Packages" the C directory
folder for sublime but I don't believe this is it.

Have a look at GitHub - bro/bro-sublime: Sublime Text Syntax plugin for the Bro scripting language. I think that should
be the most recent version. For me "Preferences -> Browse Packages"
leads to "C:\Users\<Username>\AppData\Roaming\Sublime Text 3\Packages"
on Windows 7.

Jan