mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Update mysql.ts
This commit is contained in:
parent
17daab82e0
commit
963ea1edeb
1 changed files with 2 additions and 1 deletions
|
|
@ -862,7 +862,8 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
[/"/, { token: 'string.double', next: '@stringDouble' }]
|
[/"/, { token: 'string.double', next: '@stringDouble' }]
|
||||||
],
|
],
|
||||||
string: [
|
string: [
|
||||||
[/(?:\\'|[^'])+/, 'string'],
|
[/\\['"`\[\]\n\r\t\b]/, 'string'],
|
||||||
|
[/[^']+/, 'string'],
|
||||||
[/''/, 'string'],
|
[/''/, 'string'],
|
||||||
[/'/, { token: 'string', next: '@pop' }]
|
[/'/, { token: 'string', next: '@pop' }]
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue