Update mysql.ts

This commit is contained in:
Noel Kim (김민혁) 2022-08-05 17:03:51 +09:00 committed by GitHub
parent fe0d5f5891
commit 6223b3b279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -862,7 +862,7 @@ export const language = <languages.IMonarchLanguage>{
[/"/, { token: 'string.double', next: '@stringDouble' }]
],
string: [
[/\\'/, 'string'],
[/\\'/, 'string'],
[/[^']+/, 'string'],
[/''/, 'string'],
[/'/, { token: 'string', next: '@pop' }]