TAdvMemo highlighting of matching brackets

By syntax highlighting.
At appropriate cursor/caret position,
can the related brackets be highlighted?

Sincerely
Miro

If you have a memo syntax styler connected to TAdvMemo where SyntaxStyler.BlockStart/SyntaxStyler.BlockEnd are defined and AdvMemo.BlockShow = true

Thank you,
Miro

The suggested solution works only if the SyntaxStyler.BlockStart and SyntaxStyler.BlockEnd are in different lines. This cannot be used for brackets for a function?

At this moment, a block is defined as a multiline code block.