tcl icon indicating copy to clipboard operation
tcl copied to clipboard

Tcl for Visual Studio Code

Results 11 tcl issues
Sort by recently updated
recently updated
newest added

Inside comments, all characters should be 'greyed out'. But all kinds of brackets - rounded, square, curly - are highlighted inside comments. This makes reading of the code harder. Or...

Could you please confirm the licensing for this extension and add a suitable LICENSE file to the repo?

Can you have a config to say which file extensions should be treated as tcl? On windows ".tkapp" is to auto start wish.exe so that would be handy Thanks! ps:...

The `dict for` loop is not highlighted: ```tcl dict for {keyVariable valueVariable} $dictionaryVariable { # body } ```

Please add the file extensions .ws3 .rvt: .ws3 Tcl Apache module websh .rvt Tcl Apache modle rivet

If no quotes are used in the first argument of the [regexp](https://www.tcl.tk/man/tcl8.5/tutorial/Tcl20.html) command, all the following code is not highlighted correctly.

Seeing this issue on both TCL language support extensions. https://github.com/rashwell/tcl/issues/9

Please add support for Tk commands.

The [tcltest](http://wiki.tcl.tk/1502) package is a Tcl test framework, which supports `*.test` extension for the test cases.

Please add support for colorized attributes.