Merge pull request #16520 from overleaf/dp-revert-file-extension-work

Revert "Merge pull request #16495 from overleaf/dp-editable-file-extensions"

GitOrigin-RevId: deb3dd882869031fb0489ffbfb32b6f0772be87b
This commit is contained in:
David 2024-01-15 15:59:28 +00:00 committed by Copybot
parent 8eb787e805
commit 888a0f9c72
4 changed files with 0 additions and 16 deletions

View file

@ -91,10 +91,6 @@ const defaultTextExtensions = [
'lhs',
'mk',
'xmpdata',
'cfg',
'rnw',
'ltx',
'inc',
]
const parseTextExtensions = function (extensions) {

View file

@ -186,10 +186,6 @@ const initialize = () => {
'lhs',
'mk',
'xmpdata',
'cfg',
'rnw',
'ltx',
'inc',
],
editableFilenames: ['latexmkrc', '.latexmkrc', 'makefile', 'gnumakefile'],
validRootDocExtensions: ['tex', 'Rtex', 'ltx', 'Rnw'],

View file

@ -64,10 +64,6 @@ window.ExposedSettings = {
'lhs',
'mk',
'xmpdata',
'cfg',
'rnw',
'ltx',
'inc',
],
editableFilenames: ['latexmkrc', '.latexmkrc', 'makefile', 'gnumakefile'],
}

View file

@ -92,10 +92,6 @@ describe('FileTypeManager', function () {
'/file.TEX',
'/file.lhs',
'/file.xmpdata',
'/file.cfg',
'/file.rnw',
'/file.ltx',
'/file.inc',
'/makefile',
'/Makefile',
'/GNUMakefile',