Merge pull request #515 from sharelatex/ja-editable-asy-files

Make .asy files editable when uploaded
This commit is contained in:
Shane Kilkelly 2017-06-01 09:13:25 +01:00 committed by GitHub
commit 5847973615

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