Skip to content

Commit

Permalink
feat(file-preview): allow preview of gherkin feature files (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajclyall authored and mdonadoni committed Sep 18, 2024
1 parent 83eee02 commit 77d55b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

The list of contributors in alphabetical order:

- [Alastair Lyall](https://orcid.org/0009-0000-4955-8935)
- [Alp Tuna](https://orcid.org/0009-0001-1915-3993)
- [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663)
- [Daan Rosendal](https://orcid.org/0000-0002-3447-9000)
Expand Down
1 change: 1 addition & 0 deletions reana-ui/src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,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 77d55b7

Please sign in to comment.