feat(constants): add C# file extension to textExts array #835

- Updated the textExts array in constant.ts to include '.cs' for C# files, enhancing the file type recognition capabilities.
This commit is contained in:
kangfenmao 2025-01-23 13:22:17 +08:00
parent ad9fefe902
commit dc9444a9d4

View File

@ -87,7 +87,8 @@ export const textExts = [
'.gradle', // Gradle 构建文件
'.groovy', // Gradle 构建文件
'.kts', // Kotlin Script 文件
'.java' // Java 代码文件
'.java', // Java 代码文件
'.cs' // C# 代码文件
]
export const ZOOM_SHORTCUTS = [