Fix #4253
parent
091550e898
commit
d5a1a09eba
|
@ -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…
Reference in New Issue