vscode-tcl icon indicating copy to clipboard operation
vscode-tcl copied to clipboard

Parentheses in if expr can break syntax highlighting

Open Firbydude opened this issue 1 year ago • 0 comments

if {(${foo})} {} will break subsequent syntax highlighting in the file. if {(${foo} )} {} will not.

Screenshot 2024-07-18 at 4 15 45 PM

Firbydude avatar Jul 18 '24 20:07 Firbydude