I would like to have a little improvement in the syntax highlighting for Tcl files. When I write $variable I get the correct color, but it doesn’t work for $::variable or “set variable/set ::variable”. It kind of works for arrays such as $variable(key) but not $::variable(key). Does anyone here know how that can be achieved?