parent
							
								
									d3d8ddbe52
								
							
						
					
					
						commit
						9f4c64a676
					
				| 
						 | 
					@ -20,13 +20,13 @@ const CodeMirror = require('codemirror');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const modeMap = {
 | 
					const modeMap = {
 | 
				
			||||||
    css: 'css',
 | 
					    css: 'css',
 | 
				
			||||||
    c: 'clike',
 | 
					    c: 'text/x-csrc',
 | 
				
			||||||
    java: 'clike',
 | 
					    java: 'text/x-java',
 | 
				
			||||||
    scala: 'clike',
 | 
					    scala: 'text/x-scala',
 | 
				
			||||||
    kotlin: 'clike',
 | 
					    kotlin: 'text/x-kotlin',
 | 
				
			||||||
    'c++': 'clike',
 | 
					    'c++': 'text/x-c++src',
 | 
				
			||||||
    'c#': 'clike',
 | 
					    'c#': 'text/x-csharp',
 | 
				
			||||||
    csharp: 'clike',
 | 
					    csharp: 'text/x-csharp',
 | 
				
			||||||
    diff: 'diff',
 | 
					    diff: 'diff',
 | 
				
			||||||
    go: 'go',
 | 
					    go: 'go',
 | 
				
			||||||
    html: 'htmlmixed',
 | 
					    html: 'htmlmixed',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue