mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +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: '@strings' },
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue