diff options
author | Georg Brandl <georg@python.org> | 2012-08-11 08:56:51 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-08-11 08:56:51 +0200 |
commit | 965760c50ea9bcfa863b52c6c88e681cb47bee06 (patch) | |
tree | fd5c53ba0d44f74bf7a3e5ab0efe86ed7e7825ca /pygments/lexers/_mapping.py | |
parent | 96c31e505ccea4b803ad43c346c7d8b921dc7abd (diff) | |
parent | 2de23011dc37c02537280af8ee48b8cf65a27298 (diff) | |
download | pygments-965760c50ea9bcfa863b52c6c88e681cb47bee06.tar.gz |
Merged in paulmillr/pygments-main (pull request #84)
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 95fd114f..0647f32e 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -137,6 +137,7 @@ LEXERS = { 'KotlinLexer': ('pygments.lexers.jvm', 'Kotlin', ('kotlin',), ('*.kt',), ('text/x-kotlin',)), 'LighttpdConfLexer': ('pygments.lexers.text', 'Lighttpd configuration file', ('lighty', 'lighttpd'), (), ('text/x-lighttpd-conf',)), 'LiterateHaskellLexer': ('pygments.lexers.functional', 'Literate Haskell', ('lhs', 'literate-haskell'), ('*.lhs',), ('text/x-literate-haskell',)), + 'LiveScriptLexer': ('pygments.lexers.web', 'LiveScript', ('livescript',), ('*.ls',), ('text/livescript',)), 'LlvmLexer': ('pygments.lexers.asm', 'LLVM', ('llvm',), ('*.ll',), ('text/x-llvm',)), 'LogtalkLexer': ('pygments.lexers.other', 'Logtalk', ('logtalk',), ('*.lgt',), ('text/x-logtalk',)), 'LuaLexer': ('pygments.lexers.agile', 'Lua', ('lua',), ('*.lua', '*.wlua'), ('text/x-lua', 'application/x-lua')), |