added more file types support
This commit is contained in:
@@ -87,7 +87,10 @@ class RepoViewScreen(Screen):
|
|||||||
"go": "Go",
|
"go": "Go",
|
||||||
"grnd": "Ground",
|
"grnd": "Ground",
|
||||||
"sols": "Solstice",
|
"sols": "Solstice",
|
||||||
"zc": "Zooming C"
|
"zc": "Zooming C",
|
||||||
|
"sh": "Bash Script",
|
||||||
|
"bat": "Batch Script",
|
||||||
|
"fish": "Fish Script"
|
||||||
}
|
}
|
||||||
|
|
||||||
extension = path[path.rfind(".")+1:]
|
extension = path[path.rfind(".")+1:]
|
||||||
|
|||||||
Reference in New Issue
Block a user