mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Update Perl stringBody
Backslash escapes are valid escapes in a single quote string body in Perl.
This commit is contained in:
parent
a5e379c985
commit
d18f6db7ba
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ export const language = <languages.IMonarchLanguage>{
|
|||
|
||||
stringBody: [
|
||||
[/'/, 'string', '@popall'],
|
||||
[/\\'/, 'string.escape'],
|
||||
[/\\'|\\\\/, 'string.escape'],
|
||||
[/./, 'string']
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue