added more file types support
This commit is contained in:
@@ -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:]
|
||||
|
||||
Reference in New Issue
Block a user