From 0e1787a267d9a9ecf38e7eb88e01f1b585821185 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 25 May 2008 15:57:50 -0400 Subject: Added mime type for Ragel files; core/ext/mime_types.lua --- core/ext/mime_types.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/ext/mime_types.lua b/core/ext/mime_types.lua index 68032aef..454eec9e 100644 --- a/core/ext/mime_types.lua +++ b/core/ext/mime_types.lua @@ -17,6 +17,7 @@ local languages = { makefile = 'makefile', php = 'php', python = 'python', + ragel = 'ragel', rhtml = 'rhtml', ruby = 'ruby', xml = 'xml' @@ -40,6 +41,7 @@ local extensions = { py = l.python, pyw = l.python, rhtml = l.rhtml, rb = l.ruby, rbw = l.ruby, + rl = l.ragel, xml = l.xml, xsl = l.xml, xslt = l.xml } -- cgit v1.2.3