Hello,
I've encountred problem with .tcl file in which after one line everything gets commented out.
Here's the sample code:
[quote]
  set list [glob -nocomplain $localpwd/*];
  foreach l $list {
.......
  }
[/quote]

after line:   set list [glob -nocomplain $localpwd/*];  everything gets green. The problem is with /* which is supposed to be a comment start for TCL (but in my case it's diffrent) but this would only be intepreted by Tcl interprter as comment if it would be on the begining of the line. The other thing is that i went to langs.xml and changed line for comments to:
<Language name="tcl" ext="tcl" commentLine="#" commentStart="" commentEnd="">
and i still get /* marked as comment ;(

I don't know if it's a bug or so but it realy makes it hard to edit .tcl's. Other then that NotePad++ is perfect!! Nr 1 tool for me!