diff options
author | gbrandl <devnull@localhost> | 2007-05-28 22:44:29 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-05-28 22:44:29 +0200 |
commit | f560d7092ae5e408ffa0820246753fb308803669 (patch) | |
tree | 48561e122909abb3f0c9b3da4169f3512358eca8 /pygments/lexers/_mapping.py | |
parent | 8296a00a9bc50d9fd5b19931625c18350d62bafc (diff) | |
download | pygments-f560d7092ae5e408ffa0820246753fb308803669.tar.gz |
[svn] Apply patches by Tim, add MiniD lexer from Jarrett and new example files.
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 7f1b61e1..c74c699e 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -62,6 +62,7 @@ LEXERS = { 'MakoJavascriptLexer': ('pygments.lexers.templates', 'JavaScript+Mako', ('js+mako', 'javascript+mako'), (), ('application/x-javascript+mako', 'text/x-javascript+mako', 'text/javascript+mako')), 'MakoLexer': ('pygments.lexers.templates', 'Mako', ('mako',), ('*.mao',), ('application/x-mako',)), 'MakoXmlLexer': ('pygments.lexers.templates', 'XML+Mako', ('xml+mako',), (), ('application/xml+mako',)), + 'MiniDLexer': ('pygments.lexers.agile', 'MiniD', ('minid',), ('*.md',), ('text/x-minidsrc',)), 'MoinWikiLexer': ('pygments.lexers.text', 'MoinMoin/Trac Wiki markup', ('trac-wiki', 'moin'), (), ('text/x-trac-wiki',)), 'MuPADLexer': ('pygments.lexers.math', 'MuPAD', ('mupad',), ('*.mu',), ()), 'MyghtyCssLexer': ('pygments.lexers.templates', 'CSS+Myghty', ('css+myghty',), (), ('text/css+myghty',)), |