mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Fix #4253
This commit is contained in:
parent
091550e898
commit
d5a1a09eba
1 changed files with 1 additions and 2 deletions
|
|
@ -312,8 +312,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
// [[ attributes ]].
|
// [[ attributes ]].
|
||||||
[/\[\s*\[/, { token: 'annotation', next: '@annotation' }],
|
[/\[\s*\[/, { token: 'annotation', next: '@annotation' }],
|
||||||
// delimiters and operators
|
// delimiters and operators
|
||||||
[/[{}()\[\]]/, '@brackets'],
|
[/[{}()<>\[\]]/, '@brackets'],
|
||||||
[/[<>](?!@symbols)/, '@brackets'],
|
|
||||||
[
|
[
|
||||||
/@symbols/,
|
/@symbols/,
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue