Syntax Highlighting for Bro IDS

It looks like Sublime and Nano support syntax highlighting for Bro IDS:

http://liamrandall.com/syntax-highlighting-for-bro-network-programming-language/
http://www.appliednsm.com/syntax-highlighting-for-bro-for-nano/

Is anyone aware of other text editors that also have syntax highlighting support? It would be awesome to see bro language syntax highlighting supported in gVim or notepad++ .

-Chris


Vim: https://github.com/mephux/bro.vim

  .Seth

Vim: GitHub - djcas9/bro.vim: bro.vim - A simple plugin for working with the bro scripting languages.

We also have an official Pygments lexer [1] which you may use to as a
reference. Github uses to it highlight Bro code.

     Matthias

[1] https://bitbucket.org/birkenfeld/pygments-main

I used Matthias’ pygments submission for Bro to do some of the syntax highlighting for the emacs bro-mode

https://github.com/srunnels/bro-mode