tcl icon indicating copy to clipboard operation
tcl copied to clipboard

Single quote character breaks syntax highlight

Open sleutho opened this issue 8 years ago • 0 comments

set name "foo\"bar"
puts $name
if {[string first {"} $name] != -1 }  {
    puts autsch
}

screenshot

sleutho avatar May 02 '17 15:05 sleutho