mirror of
https://github.com/safishamsi/graphify.git
synced 2026-09-22 21:45:58 +00:00
Add Zig and PowerShell language support
This commit is contained in:
@@ -61,7 +61,7 @@ def test_collect_files_from_dir():
|
||||
supported = {".py", ".js", ".ts", ".tsx", ".go", ".rs",
|
||||
".java", ".c", ".cpp", ".cc", ".cxx", ".rb",
|
||||
".cs", ".kt", ".kts", ".scala", ".php", ".h", ".hpp",
|
||||
".swift"}
|
||||
".swift", ".lua", ".toc", ".zig", ".ps1"}
|
||||
assert all(f.suffix in supported for f in files)
|
||||
assert len(files) > 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user