diff options
author | blackbird <devnull@localhost> | 2006-12-20 15:40:27 +0100 |
---|---|---|
committer | blackbird <devnull@localhost> | 2006-12-20 15:40:27 +0100 |
commit | 14d194fcdd43466e41cebceec764ad928d31ab3d (patch) | |
tree | 9cdaaeb9f0a1656a807a2fafeb77e9794ea0d03f /docs/src | |
parent | bbed4bdf100fc75e5ac31fa10976bff23e84bd7c (diff) | |
download | pygments-14d194fcdd43466e41cebceec764ad928d31ab3d.tar.gz |
[svn] added examplefile for apache lexer and improved it
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/lexers.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/lexers.txt b/docs/src/lexers.txt index bfae517f..ff20c241 100644 --- a/docs/src/lexers.txt +++ b/docs/src/lexers.txt @@ -707,8 +707,8 @@ Text lexers *New in Pygments 0.6.* - :Aliases: ``apacheconf``, ``aconf`` - :Filename patterns: ``.htaccess``, ``apache.conf`` + :Aliases: ``apacheconf``, ``aconf``, ``apache`` + :Filename patterns: ``.htaccess``, ``apache.conf``, ``apache2.conf`` :Mimetypes: None |