Skip to content

Commit

Permalink
feat(ui): add preview for feature files (reanahub#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajclyall committed Aug 8, 2024
1 parent 9b0c589 commit b974af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reana-ui/src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
});

/**
Expand Down

0 comments on commit b974af2

Please sign in to comment.