mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 07:01:03 +00:00
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:
parent
8f2ab2e8b1
commit
98ad07bcc9
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ const FileTypeManager = {
|
|||
'.bibtex',
|
||||
'.txt',
|
||||
'.tikz',
|
||||
'.mtx',
|
||||
'.rtex',
|
||||
'.md',
|
||||
'.asy',
|
||||
|
|
|
@ -26,6 +26,7 @@ export default App.controller('BinaryFileController', function(
|
|||
'bibtex',
|
||||
'txt',
|
||||
'tikz',
|
||||
'mtx',
|
||||
'rtex',
|
||||
'md',
|
||||
'asy',
|
||||
|
|
Loading…
Reference in a new issue