diff options
author | Linh Vu Hong <linhxvuhong@gmail.com> | 2013-06-24 17:49:10 +0000 |
---|---|---|
committer | Linh Vu Hong <linhxvuhong@gmail.com> | 2013-06-24 17:49:10 +0000 |
commit | f56a51dfa77438e7a57d1c3ae5991d9a9461860d (patch) | |
tree | 5a61c793590d49e6591bdeb6c0a620cbffa35661 /pygments/lexers/_mapping.py | |
parent | d235884aa56b688251d02a115aea26cf17b8214a (diff) | |
download | pygments-f56a51dfa77438e7a57d1c3ae5991d9a9461860d.tar.gz |
fix a small typo in _mapping.py
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index 6f0012c8..7bf0ad8b 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -254,7 +254,7 @@ LEXERS = { 'RexxLexer': ('pygments.lexers.other', 'Rexx', ('rexx', 'ARexx', 'arexx'), ('*.rexx', '*.rex', '*.rx', '*.arexx'), ('text/x-rexx',)), 'RhtmlLexer': ('pygments.lexers.templates', 'RHTML', ('rhtml', 'html+erb', 'html+ruby'), ('*.rhtml',), ('text/html+ruby',)), 'RobotFrameworkLexer': ('pygments.lexers.other', 'RobotFramework', ('RobotFramework', 'robotframework'), ('*.txt', '*.robot'), ('text/x-robotframework',)), - 'RslLexer': ('pygments.lexers.other', 'RS<', ('rsl'), ('*.rsl'), ('text/rsl')), + 'RslLexer': ('pygments.lexers.other', 'RSL', ('rsl'), ('*.rsl'), ('text/rsl')), 'RstLexer': ('pygments.lexers.text', 'reStructuredText', ('rst', 'rest', 'restructuredtext'), ('*.rst', '*.rest'), ('text/x-rst', 'text/prs.fallenstein.rst')), 'RubyConsoleLexer': ('pygments.lexers.agile', 'Ruby irb session', ('rbcon', 'irb'), (), ('text/x-ruby-shellsession',)), 'RubyLexer': ('pygments.lexers.agile', 'Ruby', ('rb', 'ruby', 'duby'), ('*.rb', '*.rbw', 'Rakefile', '*.rake', '*.gemspec', '*.rbx', '*.duby'), ('text/x-ruby', 'application/x-ruby')), |