diff options
-rw-r--r-- | core/ext/mime_types.lua | 4 |
1 files changed, 4 insertions, 0 deletions
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 |