summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-12-08 11:11:31 +0100
committerGitHub <noreply@github.com>2019-12-08 11:11:31 +0100
commit93e6fb5be0962a0efe5ee71bcf0b0220cf5be44f (patch)
treee5005969874fc683c4dccab448837f3aff1b64a2 /pygments/lexers/_mapping.py
parent63f872eecf57e548fb7ddf876e1c624d6329ded7 (diff)
parent4c98952805b230f2b8c52d9318b81f228acf7419 (diff)
downloadpygments-git-93e6fb5be0962a0efe5ee71bcf0b0220cf5be44f.tar.gz
Add Mosel lexer. (#1287)
Add Mosel lexer.
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 b8917341..1ed7140d 100644
--- a/pygments/lexers/_mapping.py
+++ b/pygments/lexers/_mapping.py
@@ -278,6 +278,7 @@ LEXERS = {
'MonkeyLexer': ('pygments.lexers.basic', 'Monkey', ('monkey',), ('*.monkey',), ('text/x-monkey',)),
'MonteLexer': ('pygments.lexers.monte', 'Monte', ('monte',), ('*.mt',), ()),
'MoonScriptLexer': ('pygments.lexers.scripting', 'MoonScript', ('moon', 'moonscript'), ('*.moon',), ('text/x-moonscript', 'application/x-moonscript')),
+ 'MoselLexer': ('pygments.lexers.mosel', 'Mosel', ('mosel',), ('*.mos',), ()),
'MozPreprocCssLexer': ('pygments.lexers.markup', 'CSS+mozpreproc', ('css+mozpreproc',), ('*.css.in',), ()),
'MozPreprocHashLexer': ('pygments.lexers.markup', 'mozhashpreproc', ('mozhashpreproc',), (), ()),
'MozPreprocJavascriptLexer': ('pygments.lexers.markup', 'Javascript+mozpreproc', ('javascript+mozpreproc',), ('*.js.in',), ()),