diff options
author | blackbird <devnull@localhost> | 2006-12-19 22:37:29 +0100 |
---|---|---|
committer | blackbird <devnull@localhost> | 2006-12-19 22:37:29 +0100 |
commit | 13a5451fa996a003833ca0d76547939f05e0cf6f (patch) | |
tree | c7cdc6a63d12e2db562d838a2b3c59886b2679b3 /pygments/lexers/_mapping.py | |
parent | 00717a73526159ac08d2c5f3a5bde7a4550fb36f (diff) | |
download | pygments-13a5451fa996a003833ca0d76547939f05e0cf6f.tar.gz |
[svn] adopted patch #161 and documented it.
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index f87a795d..fb944275 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -15,6 +15,7 @@ LEXERS = { 'ApacheConfLexer': ('pygments.lexers.text', 'ApacheConf', ('apacheconf', 'aconf'), ('.htaccess', 'apache.conf'), ()), + 'BBCodeLexer': ('pygments.lexers.text', 'BBCode', ('bbcode',), (), ()), 'BashLexer': ('pygments.lexers.other', 'Bash', ('bash', 'sh'), ('*.sh',), ('application/x-sh', 'application/x-shellscript')), 'BooLexer': ('pygments.lexers.dotnet', 'Boo', ('boo',), ('*.boo',), ('text/x-boo',)), 'BrainfuckLexer': ('pygments.lexers.other', 'Brainfuck', ('brainfuck', 'bf'), ('*.bf', '*.b'), ()), |