mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 09:43:14 +00: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…
Add table
Reference in a new issue