Skip to content

Commit

Permalink
Merge branch 'hroemer-issue2515_mojo'
Browse files Browse the repository at this point in the history
  • Loading branch information
Anteru committed Apr 27, 2024
2 parents 0b7c02e + 35bda7a commit 7af0357
Show file tree
Hide file tree
Showing 9 changed files with 1,694 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AUTHORS
Expand Up @@ -276,6 +276,6 @@ Other contributors, listed alphabetically, are:
* vanillajonathan -- PRQL lexer
* Nikolay Antipov -- OpenSCAD lexer
* Markus Meyer, Nextron Systems -- YARA lexer

* Hannes Römer -- Mojo lexer

Many thanks for all contributions!
1 change: 1 addition & 0 deletions pygments/lexers/_mapping.py
Expand Up @@ -317,6 +317,7 @@
'ModelicaLexer': ('pygments.lexers.modeling', 'Modelica', ('modelica',), ('*.mo',), ('text/x-modelica',)),
'Modula2Lexer': ('pygments.lexers.modula2', 'Modula-2', ('modula2', 'm2'), ('*.def', '*.mod'), ('text/x-modula2',)),
'MoinWikiLexer': ('pygments.lexers.markup', 'MoinMoin/Trac Wiki markup', ('trac-wiki', 'moin'), (), ('text/x-trac-wiki',)),
'MojoLexer': ('pygments.lexers.mojo', 'Mojo', ('mojo', '🔥'), ('*.mojo', '*.🔥'), ('text/x-mojo', 'application/x-mojo')),
'MonkeyLexer': ('pygments.lexers.basic', 'Monkey', ('monkey',), ('*.monkey',), ('text/x-monkey',)),
'MonteLexer': ('pygments.lexers.monte', 'Monte', ('monte',), ('*.mt',), ()),
'MoonScriptLexer': ('pygments.lexers.scripting', 'MoonScript', ('moonscript', 'moon'), ('*.moon',), ('text/x-moonscript', 'application/x-moonscript')),
Expand Down

0 comments on commit 7af0357

Please sign in to comment.