bitwisecook / vscode-tcl

Tcl for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=bitwisecook.tcl
MIT License
39 stars 19 forks source link

Tcl module files should be associated with extension #7

Closed urbasus closed 1 year ago

urbasus commented 2 years ago

Tcl modules are named *.tm and should be among the associated files for the extension. See https://www.tcl.tk/man/tcl/TclCmd/tm.html

I'm carrying this is in my settings.json for the moment:

{
    "files.associations": {
        "*.tm": "tcl"
    },
}