Make .asy files editable when uploaded

This commit is contained in:
James Allen 2017-05-22 17:12:01 +01:00
parent 76b8fecde9
commit e2be4b6293

View file

@ -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 : [