mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-27 10:49:45 +08:00
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',
|
||||
bash: 'shell',
|
||||
toml: 'toml',
|
||||
sql: 'sql',
|
||||
sql: 'text/x-sql',
|
||||
xml: 'xml',
|
||||
yaml: 'yaml',
|
||||
yml: 'yaml',
|
||||
|
|
Loading…
Reference in New Issue
Block a user