From 98d242115331828fafc34f5b987c0a25db616f9b Mon Sep 17 00:00:00 2001 From: Matthias Vallentin Date: Tue, 21 Feb 2012 22:17:39 -0800 Subject: [PATCH] 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 --- lib/linguist/languages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 1e0df216..4a310e98 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -120,6 +120,11 @@ Brainfuck: - .b - .bf +Bro: + type: programming + extensions: + - .bro + C: type: programming overrides: