We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5420b21 commit 1d2c14cCopy full SHA for 1d2c14c
src/cvbManager.ts
@@ -15,7 +15,16 @@ const g_objLanguageMapping: { [key: string]: string } = {
15
'lh': 'lua',
16
'py': 'python',
17
'ts': 'typescript',
18
- 'js': 'javascript'
+ 'js': 'javascript',
19
+ 'cs': 'c#', // C#
20
+ 'java': 'java', // Java
21
+ 'go': 'go', // Go
22
+ 'rb': 'ruby', // Ruby
23
+ 'swift': 'swift', // Swift
24
+ 'kt': 'kotlin', // Kotlin
25
+ 'php': 'php', // PHP
26
+ 'rust': 'rust', // Rust
27
+ 'dart': 'dart' // Dart
28
};
29
30
// ================== CVB 核心类 ==================
0 commit comments