summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcronolio <salikov.alexey@gmail.com>2017-01-27 22:56:21 +0000
committercronolio <salikov.alexey@gmail.com>2017-01-27 22:56:21 +0000
commite94f76e9d77fe90d62414f50a488e6418d4bbb1b (patch)
treecc1b6a574f4d0c24400457558d034437faa3e6b3
parent558fa0cb19910c918fd56bf8fe75fdd6c7a50a69 (diff)
downloadpygments-e94f76e9d77fe90d62414f50a488e6418d4bbb1b.tar.gz
_mapping.py edited online with Bitbucket
-rw-r--r--pygments/lexers/_mapping.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py
index ea54241c..d090fad4 100644
--- a/pygments/lexers/_mapping.py
+++ b/pygments/lexers/_mapping.py
@@ -444,6 +444,7 @@ LEXERS = {
'XmlLexer': ('pygments.lexers.html', 'XML', ('xml',), ('*.xml', '*.xsl', '*.rss', '*.xslt', '*.xsd', '*.wsdl', '*.wsf'), ('text/xml', 'application/xml', 'image/svg+xml', 'application/rss+xml', 'application/atom+xml')),
'XmlPhpLexer': ('pygments.lexers.templates', 'XML+PHP', ('xml+php',), (), ('application/xml+php',)),
'XmlSmartyLexer': ('pygments.lexers.templates', 'XML+Smarty', ('xml+smarty',), (), ('application/xml+smarty',)),
+ 'XorgLexer': ('pygments.lexers.xorg', 'Xorg', ('xorg.conf',), (), ()),
'XsltLexer': ('pygments.lexers.html', 'XSLT', ('xslt',), ('*.xsl', '*.xslt', '*.xpl'), ('application/xsl+xml', 'application/xslt+xml')),
'XtendLexer': ('pygments.lexers.jvm', 'Xtend', ('xtend',), ('*.xtend',), ('text/x-xtend',)),
'XtlangLexer': ('pygments.lexers.lisp', 'xtlang', ('extempore',), ('*.xtm',), ()),