Add sh file type
This commit is contained in:
parent
93c8d06f23
commit
0590224f02
@ -61,6 +61,8 @@ enum FileType: String {
|
||||
|
||||
case swift
|
||||
|
||||
case sh
|
||||
|
||||
// MARK: Assets
|
||||
|
||||
case css
|
||||
@ -157,7 +159,7 @@ enum FileType: String {
|
||||
return .asset
|
||||
case .json, .conf, .yaml, .txt:
|
||||
return .text
|
||||
case .html, .cpp, .swift:
|
||||
case .html, .cpp, .swift, .sh:
|
||||
return .code
|
||||
case .stl, .f3d, .step, .glb, .f3z:
|
||||
return .model
|
||||
|
Loading…
x
Reference in New Issue
Block a user