removed overlap with other branch

This commit is contained in:
nreed 2021-07-14 14:59:13 -04:00
parent 3765313249
commit 8c28f5c367

View file

@ -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|@escapes)'/, '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' },