vscode-tcl
vscode-tcl copied to clipboard
Parentheses in if expr can break syntax highlighting
if {(${foo})} {} will break subsequent syntax highlighting in the file.
if {(${foo} )} {} will not.