diff options
author | Tim Hatch <tim@timhatch.com> | 2012-10-30 09:38:41 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2012-10-30 09:38:41 -0700 |
commit | 603f0ff49bd1137a8428e18f111facd3c31adc86 (patch) | |
tree | 60a76dacdab82547fe2f09d8adee5396e397b246 /pygments/lexers/_mapping.py | |
parent | 02528e23b813468ed1b2489475a706a3ae828d81 (diff) | |
download | pygments-603f0ff49bd1137a8428e18f111facd3c31adc86.tar.gz |
Upstream lexer for Smali.
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 0eca2682..d2cb3135 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -237,6 +237,7 @@ LEXERS = { 'SchemeLexer': ('pygments.lexers.functional', 'Scheme', ('scheme', 'scm'), ('*.scm', '*.ss'), ('text/x-scheme', 'application/x-scheme')), 'ScilabLexer': ('pygments.lexers.math', 'Scilab', ('scilab',), ('*.sci', '*.sce', '*.tst'), ('text/scilab',)), 'ScssLexer': ('pygments.lexers.web', 'SCSS', ('scss',), ('*.scss',), ('text/x-scss',)), + 'SmaliLexer': ('pygments.lexers.dalvik', 'Smali', ('smali',), ('*.smali',), ('text/smali',)), 'SmalltalkLexer': ('pygments.lexers.other', 'Smalltalk', ('smalltalk', 'squeak'), ('*.st',), ('text/x-smalltalk',)), 'SmartyLexer': ('pygments.lexers.templates', 'Smarty', ('smarty',), ('*.tpl',), ('application/x-smarty',)), 'SnobolLexer': ('pygments.lexers.other', 'Snobol', ('snobol',), ('*.snobol',), ('text/x-snobol',)), |