added more file types support

This commit is contained in:
2026-02-07 21:12:48 +11:00
parent a687a06634
commit 7dcd4307a9

View File

@@ -87,7 +87,10 @@ class RepoViewScreen(Screen):
"go": "Go",
"grnd": "Ground",
"sols": "Solstice",
"zc": "Zooming C"
"zc": "Zooming C",
"sh": "Bash Script",
"bat": "Batch Script",
"fish": "Fish Script"
}
extension = path[path.rfind(".")+1:]