Prepare CMakeLists.txt format detector

This commit is contained in:
ema
2025-07-09 03:47:10 +08:00
parent e035153642
commit 7a11127b09
5 changed files with 39 additions and 3 deletions

View File

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