Update mysql.ts

This commit is contained in:
Noel Kim (김민혁) 2022-08-05 17:00:51 +09:00 committed by GitHub
parent 963ea1edeb
commit fe0d5f5891
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: [
[/\\['"`\[\]\n\r\t\b]/, 'string'],
[/\\'/, 'string'],
[/[^']+/, 'string'],
[/''/, 'string'],
[/'/, { token: 'string', next: '@pop' }]