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