sleutho / tcl

Tcl for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=sleutho.tcl
16 stars 12 forks source link

Syntax highlighting for `dict for` loop structure #10

Open Nabav opened 4 years ago

Nabav commented 4 years ago

The dict for loop is not highlighted:

dict for {keyVariable valueVariable} $dictionaryVariable {
    # body
}