mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 18:04:33 +08:00
Updated codemirror SQL mode name
Now will highlight a lot more SQL syntax. Closes #1181.
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user