bitwisecook / vscode-tcl

Tcl for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=bitwisecook.tcl
MIT License
39 stars 20 forks source link

Parentheses in if expr can break syntax highlighting #30

Open Firbydude opened 4 months ago

Firbydude commented 4 months ago

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

Screenshot 2024-07-18 at 4 15 45 PM