summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-08-19 09:57:11 +0200
committerGeorg Brandl <georg@python.org>2012-08-19 09:57:11 +0200
commitaa08632af3e5ec6dfde0b4f3a4d50880213b6072 (patch)
tree6b6cbef30e39b038ebf1baf51d3066e1aa832012 /pygments/lexers/_mapping.py
parent49d0922ba75a209771ad57d5b9f26ae83896bf89 (diff)
parent93fdb964a94880d7439fd3fe68926bed463dc0c2 (diff)
downloadpygments-aa08632af3e5ec6dfde0b4f3a4d50880213b6072.tar.gz
Merged in svenefftinge/pygments-main-xtend-support (pull request #68)
Diffstat (limited to 'pygments/lexers/_mapping.py')
-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 952aa643..fb89f212 100644
--- a/pygments/lexers/_mapping.py
+++ b/pygments/lexers/_mapping.py
@@ -262,6 +262,7 @@ LEXERS = {
'XmlPhpLexer': ('pygments.lexers.templates', 'XML+PHP', ('xml+php',), (), ('application/xml+php',)),
'XmlSmartyLexer': ('pygments.lexers.templates', 'XML+Smarty', ('xml+smarty',), (), ('application/xml+smarty',)),
'XsltLexer': ('pygments.lexers.web', 'XSLT', ('xslt',), ('*.xsl', '*.xslt'), ('application/xsl+xml', 'application/xslt+xml')),
+ 'XtendLexer': ('pygments.lexers.jvm', 'Xtend', ('xtend',), ('*.xtend',), ('text/x-xtend',)),
'YamlLexer': ('pygments.lexers.text', 'YAML', ('yaml',), ('*.yaml', '*.yml'), ('text/x-yaml',)),
}