Add ShellScriptDetector and register in FormatDetector

This commit is contained in:
ema
2026-04-23 18:24:43 +08:00
parent fefe4d8c37
commit 906bd804c1
2 changed files with 86 additions and 0 deletions
@@ -31,6 +31,7 @@ public class FormatDetector
new MakefileDetector(),
new HostsDetector(),
new DockerfileDetector(),
new ShellScriptDetector(),
new KrcDetector(),
];