mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
removed overlap with other branch
This commit is contained in:
parent
3765313249
commit
8c28f5c367
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ export const language = <languages.IMonarchLanguage>{
|
|||
// Lifetime annotations
|
||||
[/'[a-zA-Z_][a-zA-Z0-9_]*(?=[^\'])/, 'identifier'],
|
||||
// Byte literal
|
||||
[/'(\S|@escapes)'/, 'string.byteliteral'],
|
||||
[/'(\S)'/, 'string.byteliteral'],
|
||||
// Strings
|
||||
[/"/, { token: 'string.quote', bracket: '@open', next: '@string' }],
|
||||
{ include: '@numbers' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue