I'm defining new language in monaco-editor. I expect that it automatically highlight matching brackets and parentheses because by default matchBrackets option is true.
Should I do anything else?
Sample Code: Look at this page it doesn't work in Microsoft's samples codes too.


