Skip to content

Commit

Permalink
Fix #4253
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Nov 12, 2023
1 parent 091550e commit d5a1a09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/basic-languages/cpp/cpp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,7 @@ export const language = <languages.IMonarchLanguage>{
// [[ attributes ]].
[/\[\s*\[/, { token: 'annotation', next: '@annotation' }],
// delimiters and operators
[/[{}()\[\]]/, '@brackets'],
[/[<>](?!@symbols)/, '@brackets'],
[/[{}()<>\[\]]/, '@brackets'],
[
/@symbols/,
{
Expand Down

0 comments on commit d5a1a09

Please sign in to comment.