mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00: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