From dc834b3f99281c19c495a97d0da7818c57e186ea Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 21 Jul 2008 18:30:16 -0400 Subject: Added mime type for R files; core/ext/mime_types.lua --- core/ext/mime_types.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/ext/mime_types.lua b/core/ext/mime_types.lua index 63ef9fca..4f96b320 100644 --- a/core/ext/mime_types.lua +++ b/core/ext/mime_types.lua @@ -51,6 +51,7 @@ local languages = { postscript = 'postscript', props = 'props', python = 'python', + r = 'r', ragel = 'ragel', rebol = 'rebol', rhtml = 'rhtml', @@ -180,6 +181,9 @@ local extensions = { -- Python sc = l.python, py = l.python, pyw = l.python, + -- R + R = l.r, Rout = l.r, Rhistory = l.r, Rt = l.r, ['Rout.save'] = l.r, + ['Rout.fail'] = l.r, -- Rebol r = l.rebol, -- RHTML -- cgit v1.2.3