commit
						080f9c3025
					
				| 
						 | 
					@ -26,6 +26,7 @@ import 'codemirror/mode/rust/rust';
 | 
				
			||||||
import 'codemirror/mode/shell/shell';
 | 
					import 'codemirror/mode/shell/shell';
 | 
				
			||||||
import 'codemirror/mode/sql/sql';
 | 
					import 'codemirror/mode/sql/sql';
 | 
				
			||||||
import 'codemirror/mode/toml/toml';
 | 
					import 'codemirror/mode/toml/toml';
 | 
				
			||||||
 | 
					import 'codemirror/mode/vbscript/vbscript';
 | 
				
			||||||
import 'codemirror/mode/xml/xml';
 | 
					import 'codemirror/mode/xml/xml';
 | 
				
			||||||
import 'codemirror/mode/yaml/yaml';
 | 
					import 'codemirror/mode/yaml/yaml';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -84,6 +85,7 @@ const modeMap = {
 | 
				
			||||||
    bash: 'shell',
 | 
					    bash: 'shell',
 | 
				
			||||||
    toml: 'toml',
 | 
					    toml: 'toml',
 | 
				
			||||||
    sql: 'text/x-sql',
 | 
					    sql: 'text/x-sql',
 | 
				
			||||||
 | 
					    vbscript: 'vbscript',
 | 
				
			||||||
    xml: 'xml',
 | 
					    xml: 'xml',
 | 
				
			||||||
    yaml: 'yaml',
 | 
					    yaml: 'yaml',
 | 
				
			||||||
    yml: 'yaml',
 | 
					    yml: 'yaml',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -34,6 +34,7 @@
 | 
				
			||||||
                            <a refs="code-editor@languageLink" data-lang="Ruby">Ruby</a>
 | 
					                            <a refs="code-editor@languageLink" data-lang="Ruby">Ruby</a>
 | 
				
			||||||
                            <a refs="code-editor@languageLink" data-lang="shell">Shell/Bash</a>
 | 
					                            <a refs="code-editor@languageLink" data-lang="shell">Shell/Bash</a>
 | 
				
			||||||
                            <a refs="code-editor@languageLink" data-lang="SQL">SQL</a>
 | 
					                            <a refs="code-editor@languageLink" data-lang="SQL">SQL</a>
 | 
				
			||||||
 | 
					                            <a refs="code-editor@languageLink" data-lang="VBScript">VBScript</a>
 | 
				
			||||||
                            <a refs="code-editor@languageLink" data-lang="XML">XML</a>
 | 
					                            <a refs="code-editor@languageLink" data-lang="XML">XML</a>
 | 
				
			||||||
                            <a refs="code-editor@languageLink" data-lang="YAML">YAML</a>
 | 
					                            <a refs="code-editor@languageLink" data-lang="YAML">YAML</a>
 | 
				
			||||||
                        </small>
 | 
					                        </small>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue