diff options
| author | blackbird <devnull@localhost> | 2006-12-14 19:50:57 +0100 |
|---|---|---|
| committer | blackbird <devnull@localhost> | 2006-12-14 19:50:57 +0100 |
| commit | 48b76b387fb567365f31b1cc1a1137af31abe67e (patch) | |
| tree | 9c7c5e6093eb29ae6273bc74c7f64a5532bc7fa3 | |
| parent | 31a0d1e2adbbb6abb852ebc0ba3d926f8e6709f5 (diff) | |
| download | pygments-48b76b387fb567365f31b1cc1a1137af31abe67e.tar.gz | |
[svn] updated mapping for pygments
| -rw-r--r-- | pygments/lexers/_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index 8d657fb9..11b71b5e 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -14,7 +14,7 @@ """ LEXERS = { - 'ApacheConfLexer': ('pygments.lexers.text', 'ApacheConf', ('apacheconf', 'aconf'), (), ()), + 'ApacheConfLexer': ('pygments.lexers.text', 'ApacheConf', ('apacheconf', 'aconf'), ('.htaccess', 'apache.conf'), ()), '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'), ()), |
