Add sh file type

This commit is contained in:
Christoph Hagen 2025-01-09 09:31:59 +01:00
parent 93c8d06f23
commit 0590224f02

View File

@ -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