mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #4154 from overleaf/ns-YAML-files
ensure YAML files are editable GitOrigin-RevId: 71bf282b59bca5fc79c8d14cc6e12c8b4978ecd1
This commit is contained in:
parent
3d4d3a8e07
commit
fccf879d69
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ const defaultTextExtensions = [
|
|||
'lua',
|
||||
'gv',
|
||||
'mf',
|
||||
'yml',
|
||||
'yaml',
|
||||
]
|
||||
|
||||
const parseTextExtensions = function (extensions) {
|
||||
|
|
Loading…
Reference in a new issue