Menu

#998 TCL hilighting and arrays

None
open
nobody
v1.23.1
5
2014-08-17
2013-10-01
ichneumon1
No

TCL syntax hilighting breaks when referencing TCL array elements e.g.

set array1("key1") 1

is shown correctly, but when later referencing this element via

$array1("key1")

all following code (starting with the right double quotation mark " is hilighted as string, while the code up to the character before the 2nd quotation mark is shown as variable

Discussion


Log in to post a comment.