Prepare Dockerfile format detector

This commit is contained in:
ema
2025-07-09 03:50:50 +08:00
parent 7a11127b09
commit cf6dd5cdf3
2 changed files with 36 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ public class FormatDetector
new JSONDetector(),
new MakefileDetector(),
//new CMakeListsDetector(),
//new DockerfileDetector(),
];
public static IFormatDetector Detect(string path, string text)