mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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 =
|
module.exports = FileTypeManager =
|
||||||
TEXT_EXTENSIONS : [
|
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 : [
|
IGNORE_EXTENSIONS : [
|
||||||
|
|
Loading…
Reference in a new issue