Skip to content

Commit 77d55b7

Browse files
ajclyallmdonadoni
authored andcommitted
feat(file-preview): allow preview of gherkin feature files (#412)
1 parent 83eee02 commit 77d55b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AUTHORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
The list of contributors in alphabetical order:
44

5+
- [Alastair Lyall](https://orcid.org/0009-0000-4955-8935)
56
- [Alp Tuna](https://orcid.org/0009-0001-1915-3993)
67
- [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663)
78
- [Daan Rosendal](https://orcid.org/0000-0002-3447-9000)

reana-ui/src/util.js

+1
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ const customMime = new Mime(standardMimeTypes, otherMimeTypes, {
286286
// See https://github.com/root-project/root/issues/6771
287287
"application/x-root": ["root"],
288288
"text/x-python": ["py"],
289+
"text/x-gherkin": ["feature"],
289290
});
290291

291292
/**

0 commit comments

Comments
 (0)