mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Add regexp
This commit is contained in:
parent
12294521e0
commit
520915ef46
1 changed files with 2 additions and 0 deletions
|
|
@ -204,6 +204,8 @@ export const language = <ILanguage>{
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
[/\/#"(?:\.|(?:\")|[^""\n])*"\/g/, 'regexp'],
|
||||||
|
|
||||||
{ include: '@whitespace' },
|
{ include: '@whitespace' },
|
||||||
{ include: '@strings' },
|
{ include: '@strings' },
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue