Suppose I have a Tcl script file with this content:
proc Test {args} {
set test {{1 -1 0}}
}
When I place the curser behind the last brace and press CTRL+M, the cursor should jump to the matching opening brace. This does not happen. Is this an issue with the syntax file definition for Tcl or is it a core issue of Sublime?
Thanks
Alex