mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Make .asy files editable when uploaded
This commit is contained in:
@@ -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 : [
|
||||
|
||||
Reference in New Issue
Block a user