mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #515 from sharelatex/ja-editable-asy-files
Make .asy files editable when uploaded
This commit is contained in:
commit
5847973615
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…
Reference in a new issue