vscode-tcl
vscode-tcl copied to clipboard
Tcl for Visual Studio Code
I need to filter some lines from the file with comments in the end or without and get broking highlight for syntax:  for regular statement it's just broking to...
Hi, Thanks for a great job!!! But I found a minor bug: Highlight broken when variable surrounded by {}, see the code after the "foreach" block ``` proc test {blocks...
 I have the first regsub code inside a proc. Highlighting breaks when the pound symbol is used after a curly brace. I played around with it, and included some...
The 3rd double quote in front of `$key$delimiter` causes all following statements in green. 
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Hello, seems like there is an issue when formatting inlined elseif which have multiple condition inside if :  if I put each elseif in a new line or if...
This extension isn't available for extension from the vscodium marketplace It may be possible to manually install it - but it would be nice if it could be installed the...
Hi Thanks for this plugin. Possible to add F5 to run tcl? thanks Peter
Hey there, if I want to add some keywords for myself with a costum highlighting. Where do I have to add them and how have they be to defined? Or...
There are few items not highlighted I found(but highlighted in sleutho version): - numbers - variable substitution: e.g., "$variable" - operator sign: e.g., "= > < / * % ^...