1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-17 14:39:04 +00:00

Merge pull request from overleaf/ns-YAML-files

ensure YAML files are editable

GitOrigin-RevId: 71bf282b59bca5fc79c8d14cc6e12c8b4978ecd1
This commit is contained in:
Shane Kilkelly 2021-06-11 09:39:50 +01:00 committed by Copybot
parent 3d4d3a8e07
commit fccf879d69

View file

@ -73,6 +73,8 @@ const defaultTextExtensions = [
'lua',
'gv',
'mf',
'yml',
'yaml',
]
const parseTextExtensions = function (extensions) {