removed overlap with other branch

This commit is contained in:
nreed 2021-07-14 15:01:26 -04:00
parent 8c28f5c367
commit 26a8cec43a

View file

@ -290,7 +290,7 @@ export const language = <languages.IMonarchLanguage>{
// Lifetime annotations
[/'[a-zA-Z_][a-zA-Z0-9_]*(?=[^\'])/, 'identifier'],
// Byte literal
[/'(\S)'/, 'string.byteliteral'],
[/'\S'/, 'string.byteliteral'],
// Strings
[/"/, { token: 'string.quote', bracket: '@open', next: '@string' }],
{ include: '@numbers' },