Sublime Forum

TCL - Support Incr-TCL

#1

Good day,

My question is about Incr-Tcl Object oriented programming package of tcl.
how to include OOP to Go to Symbol (Ctrl-R) of ST3?
Incr-tcl has this synax:

itcl::class MyClass {
public method MyMethod {}
}
itcl::body MyClass::MyMethod {} {
}

I want to show to the symbols the list below:
MyClass
MyMethod

Thank you.

0 Likes