summaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
authorMestery <mestery@pm.me>2021-04-26 07:38:51 +0200
committerGitHub <noreply@github.com>2021-04-26 07:38:51 +0200
commit3f6244bc1d63674c4290d570ab3676040f2189ee (patch)
tree03e8a7c6a70e013265fc78362875b1e44721c843 /doc/docs
parent9ea4c265fea25f370585099836f68a22a056c282 (diff)
downloadpygments-git-3f6244bc1d63674c4290d570ab3676040f2189ee.tar.gz
uniformize aliases order (#1780)
* uniformize aliases order * LighttpdConfLexer: add lighttpd.conf filename
Diffstat (limited to 'doc/docs')
-rw-r--r--doc/docs/lexers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/lexers.rst b/doc/docs/lexers.rst
index ef40f140..446c5a9e 100644
--- a/doc/docs/lexers.rst
+++ b/doc/docs/lexers.rst
@@ -63,7 +63,7 @@ module:
>>> i.next()
('Delphi', ('delphi', 'objectpascal', 'pas', 'pascal'), ('*.pas',), ('text/x-pascal',))
>>> i.next()
- ('XML+Ruby', ('xml+erb', 'xml+ruby'), (), ())
+ ('XML+Ruby', ('xml+ruby', 'xml+erb'), (), ())
As you can see, the return value is an iterator which yields tuples
in the form ``(name, aliases, filetypes, mimetypes)``.