diff options
author | gbrandl <devnull@localhost> | 2006-12-14 16:41:37 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-12-14 16:41:37 +0100 |
commit | c93caf9dec4ccdf4db2bb749bdc41f94a944b46c (patch) | |
tree | bd0aad2e7a5ccdcab1a8c855a96b89dbc98773e7 /pygments/lexers/_mapping.py | |
parent | 3dc0ab0d122cdc3b29a714d01611f3d9b4ede311 (diff) | |
download | pygments-c93caf9dec4ccdf4db2bb749bdc41f94a944b46c.tar.gz |
[svn] Add ApacheConf lexer by Tim Hatch.
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 86bb3976..a81ea0c8 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -14,6 +14,7 @@ """ LEXERS = { + 'ApacheConfLexer': ('pygments.lexers.text', 'ApacheConf', ('apacheconf', 'aconf'), (), ()), 'BooLexer': ('pygments.lexers.dotnet', 'Boo', ('boo',), ('*.boo',), ('text/x-boo',)), 'BrainfuckLexer': ('pygments.lexers.other', 'Brainfuck', ('brainfuck', 'bf'), ('*.bf', '*.b'), ()), 'CLexer': ('pygments.lexers.compiled', 'C', ('c',), ('*.c', '*.h'), ('text/x-chdr', 'text/x-csrc')), |