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