(no subject)

Hi,
any editor is there for bro development ?

Regards,
Sunu

I use ATOM. It works really well.

https://atom.io/

Patrick Kelley, CISSP

Hyperion Avenue Labs

(770) 881-6538

The limit to which you have accepted being comfortable is the limit to which you have grown. Accept new challenges as an opportunity to enrich yourself and not as a point of potential failure.

vi with a plugin like this:

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

Some may say emacs, some may say nano…Just look for what editor supports the syntax.

Yes. Any editor :slight_smile:

I've added support for bro linting to vim via Syntactic, and atom via linter with linter-bro. It is helpful for displaying errors as you write them, so if you want something like this:

https://pbs.twimg.com/media/Cr4CkanW8AUp0m0.png

You can use atom or vim.