pull/4256/head
Ofek Shilon 2023-11-12 20:24:31 +02:00
parent 091550e898
commit d5a1a09eba
1 changed files with 1 additions and 2 deletions

View File

@ -312,8 +312,7 @@ export const language = <languages.IMonarchLanguage>{
// [[ attributes ]].
[/\[\s*\[/, { token: 'annotation', next: '@annotation' }],
// delimiters and operators
[/[{}()\[\]]/, '@brackets'],
[/[<>](?!@symbols)/, '@brackets'],
[/[{}()<>\[\]]/, '@brackets'],
[
/@symbols/,
{