mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-22 03:00:14 +08:00
Prepare CMakeLists.txt format detector
This commit is contained in:
@@ -28,6 +28,7 @@ public class FormatDetector
|
||||
new XMLDetector(),
|
||||
new JSONDetector(),
|
||||
new MakefileDetector(),
|
||||
//new CMakeListsDetector(),
|
||||
];
|
||||
|
||||
public static IFormatDetector Detect(string path, string text)
|
||||
|
||||
Reference in New Issue
Block a user