Merge pull request #13439 from overleaf/tw-support-rnw-files

support for Rnw files

GitOrigin-RevId: 407ab1b6b131408fa0e4256d50781e9f70b0c3b8
This commit is contained in:
Tyna William
2023-06-13 10:16:26 -04:00
committed by Copybot
parent 9d6a6d9c58
commit 7e7838f127
6 changed files with 6 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ module.exports = ProjectRootDocManager = {
if (callback == null) {
callback = function () {}
}
const filePathsPromise = globby(['**/*.{tex,Rtex}'], {
const filePathsPromise = globby(['**/*.{tex,Rtex,Rnw}'], {
cwd: directoryPath,
followSymlinkedDirectories: false,
onlyFiles: true,