Prepare hosts format detector

This commit is contained in:
ema
2025-07-09 03:55:45 +08:00
parent cf6dd5cdf3
commit 631fd91219
2 changed files with 36 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ public class FormatDetector
new XMLDetector(),
new JSONDetector(),
new MakefileDetector(),
//new HostsDetector(),
//new CMakeListsDetector(),
//new DockerfileDetector(),
];