mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Prepare Dockerfile format detector
This commit is contained in:
@@ -29,6 +29,7 @@ public class FormatDetector
|
||||
new JSONDetector(),
|
||||
new MakefileDetector(),
|
||||
//new CMakeListsDetector(),
|
||||
//new DockerfileDetector(),
|
||||
];
|
||||
|
||||
public static IFormatDetector Detect(string path, string text)
|
||||
|
Reference in New Issue
Block a user