mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 04:32:22 +00:00
Make .asy files editable when uploaded
This commit is contained in:
parent
76b8fecde9
commit
e2be4b6293
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Path = require("path")
|
|||
|
||||
module.exports = FileTypeManager =
|
||||
TEXT_EXTENSIONS : [
|
||||
"tex", "latex", "sty", "cls", "bst", "bib", "bibtex", "txt", "tikz", "rtex", "md"
|
||||
"tex", "latex", "sty", "cls", "bst", "bib", "bibtex", "txt", "tikz", "rtex", "md", "asy"
|
||||
]
|
||||
|
||||
IGNORE_EXTENSIONS : [
|
||||
|
|
Loading…
Add table
Reference in a new issue