From bc000dc1ea565efb81a2a3d4b7e6aa41c376c0fb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 24 Dec 2007 14:01:39 -0500 Subject: Fixed setting of Ruby lexer after detecting filetype; core/ext/mime_types.lua --- core/ext/mime_types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/ext/mime_types.lua b/core/ext/mime_types.lua index 912faf00..2b05bb62 100644 --- a/core/ext/mime_types.lua +++ b/core/ext/mime_types.lua @@ -39,7 +39,7 @@ local extensions = { php = l.php, py = l.python, pyw = l.python, rhtml = l.rhtml, - rb = l.rb, rbw = l.rb, + rb = l.ruby, rbw = l.ruby, xml = l.xml, xsl = l.xml, xslt = l.xml } -- cgit v1.2.3