mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 00:31:36 +00:00
Merge pull request #3835 from overleaf/ho-mf-file-extension
add mf files as editable in editor GitOrigin-RevId: b22d59af3fcd0c647cc436d6ac72130d8f29b4aa
This commit is contained in:
parent
b532833466
commit
467aa16da7
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ defaultTextExtensions = [
|
|||
'ldf',
|
||||
'rmd',
|
||||
'lua',
|
||||
'gv'
|
||||
'gv',
|
||||
'mf'
|
||||
]
|
||||
|
||||
parseTextExtensions = (extensions) ->
|
||||
|
|
Loading…
Reference in a new issue