diff options
author | Tim Hatch <tim@timhatch.com> | 2014-04-14 13:36:26 -0400 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-04-14 13:36:26 -0400 |
commit | 6cd7c9dc4b28c0df55c5e048eba7203670440597 (patch) | |
tree | 06781e8f73c0c76e12ac15e886109535711e8df2 /pygments/lexers/_mapping.py | |
parent | c4cc92dfb4741050cf084f6ad60b14efe05a01a6 (diff) | |
download | pygments-6cd7c9dc4b28c0df55c5e048eba7203670440597.tar.gz |
Update mapfiles.
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index eaaed7dc..c31d5926 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -330,6 +330,7 @@ LEXERS = { 'XsltLexer': ('pygments.lexers.web', 'XSLT', ('xslt',), ('*.xsl', '*.xslt', '*.xpl'), ('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',)), + 'ZephirLexer': ('pygments.lexers.web', 'Zephir', ('zephir',), ('*.zep',), ()), } if __name__ == '__main__': |