From 13d5f06b7ee96771e395a256f85fc3463400c053 Mon Sep 17 00:00:00 2001 From: shatfield4 Date: Thu, 30 May 2024 12:54:08 -0700 Subject: [PATCH] add support for R files to be parsed as text --- collector/utils/files/mime.js | 1 + 1 file changed, 1 insertion(+) diff --git a/collector/utils/files/mime.js b/collector/utils/files/mime.js index 635a6aa322c..5b3f95745f4 100644 --- a/collector/utils/files/mime.js +++ b/collector/utils/files/mime.js @@ -35,6 +35,7 @@ class MimeDetector { "js", "lua", "pas", + "r", ], }, true