Updated codemirror SQL mode name

Now will highlight a lot more SQL syntax.
Closes #1181.
This commit is contained in:
Dan Brown 2018-12-16 15:38:49 +00:00
parent 1930ed4d6a
commit 101a7b40b9
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -52,7 +52,7 @@ const modeMap = {
sh: 'shell',
bash: 'shell',
toml: 'toml',
sql: 'sql',
sql: 'text/x-sql',
xml: 'xml',
yaml: 'yaml',
yml: 'yaml',