summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinh Vu Hong <linhxvuhong@gmail.com>2013-06-24 19:51:29 +0200
committerLinh Vu Hong <linhxvuhong@gmail.com>2013-06-24 19:51:29 +0200
commit284333c37108ad14eaa61f0634574ffd2183273c (patch)
tree5a61c793590d49e6591bdeb6c0a620cbffa35661
parentd235884aa56b688251d02a115aea26cf17b8214a (diff)
parentf56a51dfa77438e7a57d1c3ae5991d9a9461860d (diff)
downloadpygments-284333c37108ad14eaa61f0634574ffd2183273c.tar.gz
Merged in vuhonglinh/pygments-main-1/vuhonglinh/fix-a-small-typo-in-_mappingpy--1372096144686 (pull request #1)
fix a small typo in _mapping.py
-rw-r--r--pygments/lexers/_mapping.py2
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')),