Hi All,
How can I install the TCL syntax for Sublime?
How can I guide the Sublime for using the TCL syntax for all the files with an extension .qsf ?
Thank you!
Hi All,
How can I install the TCL syntax for Sublime?
How can I guide the Sublime for using the TCL syntax for all the files with an extension .qsf ?
Thank you!
TCL syntax highlighting comes with ST. Open a .qsf
file in ST, then View menu -> Syntax -> Open all with current extension as -> TCL
When I go to "View -> Syntax ", there is only an option to choose the highlighting syntax, there is no an option “open all with current extension as”…
I’m using the Sublime build 4126 (latest)
Another way (besides the one mentioned) is:
.tcl
file.Preferences -> Settings -- Syntax Specific
from the main menu. This should open syntax specific settings for the TCL syntax in a split view window.// These settings override both User and Default settings for the Tcl syntax
{
"hidden_extensions": [
"qsf"
]
}
Your .qsf
files should now have the TCL syntax set.