From b974af25eb731857a78e5b4f74f4283d4ff34ebf Mon Sep 17 00:00:00 2001 From: Alastair Lyall Date: Thu, 8 Aug 2024 17:28:43 +0200 Subject: [PATCH] feat(ui): add preview for feature files (#412) --- reana-ui/src/util.js | 1 + 1 file changed, 1 insertion(+) diff --git a/reana-ui/src/util.js b/reana-ui/src/util.js index 619b5ef3..7d02b41c 100644 --- a/reana-ui/src/util.js +++ b/reana-ui/src/util.js @@ -281,6 +281,7 @@ const customMime = new Mime(standardMimeTypes, otherMimeTypes, { // See https://github.com/root-project/root/issues/6771 "application/x-root": ["root"], "text/x-python": ["py"], + "text/x-gherkin": ["feature"], }); /**