Merge pull request #3344 from overleaf/jpa-mtx-is-editable

[misc] .mtx files are editable text files

GitOrigin-RevId: e1a8363e24d961d9723439c68d308fb69f59bbd3
This commit is contained in:
Shane Kilkelly 2020-11-04 09:54:57 +00:00 committed by Copybot
parent 8f2ab2e8b1
commit 98ad07bcc9
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ const FileTypeManager = {
'.bibtex',
'.txt',
'.tikz',
'.mtx',
'.rtex',
'.md',
'.asy',

View file

@ -26,6 +26,7 @@ export default App.controller('BinaryFileController', function(
'bibtex',
'txt',
'tikz',
'mtx',
'rtex',
'md',
'asy',