Add support for the Bro IDS scripting language.

Pygments now offers a Bro lexer [1] and officially supports the Bro IDS
scripting language.

[1] https://bitbucket.org/birkenfeld/pygments-main/pull-request/5/add-lexer-for-the-bro-language
[2] http://www.bro-ids.org
This commit is contained in:
Matthias Vallentin
2012-02-21 22:17:39 -08:00
parent 101676d90b
commit 98d2421153

View File

@@ -120,6 +120,11 @@ Brainfuck:
- .b
- .bf
Bro:
type: programming
extensions:
- .bro
C:
type: programming
overrides: