Make cfg, ltx, Rnw and inc files editable in the editor GitOrigin-RevId: 1999c29ea451aa3f362ffa09f6f4d5889beaf404
@@ -91,6 +91,10 @@ const defaultTextExtensions = [
'lhs',
'mk',
'xmpdata',
+ 'cfg',
+ 'rnw',
+ 'ltx',
+ 'inc',
]
const parseTextExtensions = function (extensions) {
@@ -27,6 +27,7 @@ export const languages = [
'ldf',
'Rnw',
'lyx',
'inc',
'dtx',
@@ -44,6 +45,7 @@ export const languages = [
'pygstyle',
'pygtex',
'ps_tex',
],
load: () => {
return import('./latex').then(m => m.latex())
@@ -186,6 +186,10 @@ const initialize = () => {
editableFilenames: ['latexmkrc', '.latexmkrc', 'makefile', 'gnumakefile'],
validRootDocExtensions: ['tex', 'Rtex', 'ltx', 'Rnw'],
@@ -64,6 +64,10 @@ window.ExposedSettings = {
}
@@ -92,6 +92,10 @@ describe('FileTypeManager', function () {
'/file.TEX',
'/file.lhs',
'/file.xmpdata',
+ '/file.cfg',
+ '/file.Rnw',
+ '/file.ltx',
+ '/file.inc',
'/makefile',
'/Makefile',
'/GNUMakefile',