I often experience issue with nested paranthesis matching with Tcl syntax in ST.
I tried to brake it down to a simple example:
set list_of_lists [list {test1 test2} {{test3 arg1 arg2} test4}]
None of the paranthesis above are matched.
It would be cool, if somebody could look behind the scenes and see what’s happening there.
Many thanks
Alexandru