diff --git a/src/scanner/anatomy-scanner.ts b/src/scanner/anatomy-scanner.ts index c058ce9..081d227 100644 --- a/src/scanner/anatomy-scanner.ts +++ b/src/scanner/anatomy-scanner.ts @@ -41,7 +41,7 @@ const BINARY_EXTENSIONS = new Set([ const CODE_EXTENSIONS = new Set([ ".ts", ".js", ".tsx", ".jsx", ".py", ".rs", ".go", ".java", ".c", ".cpp", ".h", ".css", ".scss", ".sql", ".sh", ".yaml", - ".yml", ".json", ".toml", ".xml", + ".yml", ".json", ".toml", ".xml", ".dart", ]); const PROSE_EXTENSIONS = new Set([".md", ".txt", ".rst", ".adoc"]);