James Deucker

Results 20 comments of James Deucker

Thank you, I'll look into this when I have a chance

The internal style guide I wrote for our code prohibits that style, but I'm not against it. I'll happily accept a PR fixing it, but right now I'm working on...

@maciejmatczak yes, I'd be happy to receive pull requests for this

@chriswcy the current syntax highlighting meets my needs even if it's a little buggy in spots. I'm more than happy to receive pull requests improving it.

not yet, that really requires i spend time on writing a proper Tcl parser rather than regex junk, but my motivation isn't super high to do that as this extension...

there is no such command to do so, you'd want to add something around here: https://github.com/bitwisecook/vscode-tcl/blob/master/src/formatProvider.ts#L53 https://github.com/bitwisecook/vscode-tcl/blob/master/src/extension.ts#L29 you'll need to add a configuration to hold what you want to do,...

@TCLNewbie it depends, you need to find similar commands that already exist and add your custom ones to the regex. eg, https://github.com/bitwisecook/vscode-tcl/blob/master/syntaxes/tcl.tmlanguage.yaml#L373

I'm not an expert on how themes use the defined scopes, you can find documentation on customising them here: https://code.visualstudio.com/api/extension-guides/color-theme#syntax-colors

Thank you, when I have a time slice I'll take a look, but that may be some time away. In the mean time feel free to take a crack at...

Absolutely, I personally have little time to work on this stuff at the moment, so I would be happy to accept PRs from anyone who'd like to contribute to tests...