feat: Add C and C++ file extensions to supported text files

close #2066
This commit is contained in:
kangfenmao 2025-02-20 14:45:11 +08:00
parent b18b161094
commit 12c9d810a2

View File

@ -90,7 +90,10 @@ export const textExts = [
'.groovy', // Gradle 构建文件
'.kts', // Kotlin Script 文件
'.java', // Java 代码文件
'.cs' // C# 代码文件
'.cs', // C# 代码文件
'.cpp', // C++ 代码文件
'.c', // C++ 代码文件
'.h' // C++ 头文件
]
export const ZOOM_SHORTCUTS = [