Enable Dockerfile detection

This commit is contained in:
ema
2025-07-10 07:10:48 +08:00
parent 4c4375612e
commit d06abf461e
3 changed files with 31 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ public class FormatDetector
new MakefileDetector(),
new CMakeListsDetector(),
//new HostsDetector(),
//new DockerfileDetector(),
new DockerfileDetector(),
];
public static IFormatDetector Confuse(string path, string text)