GitOrigin-RevId: c3ee7592d0a1096ac96ca9514579c559d028b840
@@ -74,6 +74,9 @@ function resetMeta() {
'gv',
'mf',
'lhs',
+ 'lean',
+ 'lean4',
+ 'hs',
'mk',
'xmpdata',
'cfg',
@@ -60,6 +60,9 @@ const defaultTextExtensions = [
'yml',
'yaml',
@@ -44,6 +44,9 @@ export function resetMeta() {
@@ -129,6 +129,9 @@ describe('RestoreManager', function () {
@@ -138,6 +138,9 @@ describe('FileTypeManager', function () {
'/something/file.m',
'/file.TEX',
'/file.lhs',
+ '/file.lean',
+ '/file.lean4',
+ '/file.hs',
'/file.xmpdata',
'/file.cfg',
'/file.Rnw',