import 'codemirror/mode/python/python';
import 'codemirror/mode/ruby/ruby';
import 'codemirror/mode/rust/rust';
+import 'codemirror/mode/scheme/scheme';
import 'codemirror/mode/shell/shell';
+import 'codemirror/mode/smarty/smarty';
import 'codemirror/mode/sql/sql';
import 'codemirror/mode/stex/stex';
import 'codemirror/mode/swift/swift';
import 'codemirror/mode/toml/toml';
+import 'codemirror/mode/twig/twig';
import 'codemirror/mode/vb/vb';
import 'codemirror/mode/vbscript/vbscript';
import 'codemirror/mode/xml/xml';
mdown: 'markdown',
markdown: 'markdown',
ml: 'mllike',
+ mssql: 'text/x-mssql',
+ mysql: 'text/x-mysql',
nginx: 'nginx',
octave: 'text/x-octave',
perl: 'perl',
php: (content) => {
return content.includes('<?php') ? 'php' : 'text/x-php';
},
+ pgsql: 'text/x-pgsql',
+ 'pl/sql': 'text/x-plsql',
+ postgresql: 'text/x-pgsql',
py: 'python',
python: 'python',
ruby: 'ruby',
rust: 'rust',
rb: 'ruby',
rs: 'rust',
+ scheme: 'scheme',
shell: 'shell',
sh: 'shell',
+ smarty: 'smarty',
sql: 'text/x-sql',
+ sqlite: 'text/x-sqlite',
stext: 'text/x-stex',
swift: 'text/x-swift',
toml: 'toml',
ts: 'text/typescript',
+ twig: 'twig',
typescript: 'text/typescript',
vbs: 'vbscript',
vbscript: 'vbscript',