Updated codemirror SQL mode name
Now will highlight a lot more SQL syntax. Closes #1181.
This commit is contained in:
parent
1930ed4d6a
commit
101a7b40b9
|
@ -52,7 +52,7 @@ const modeMap = {
|
||||||
sh: 'shell',
|
sh: 'shell',
|
||||||
bash: 'shell',
|
bash: 'shell',
|
||||||
toml: 'toml',
|
toml: 'toml',
|
||||||
sql: 'sql',
|
sql: 'text/x-sql',
|
||||||
xml: 'xml',
|
xml: 'xml',
|
||||||
yaml: 'yaml',
|
yaml: 'yaml',
|
||||||
yml: 'yaml',
|
yml: 'yaml',
|
||||||
|
|
Loading…
Reference in New Issue