There already exists a Tcl language syntax. It's just not bundled with TextMate. Check out the subversion repository to get it: http:// macromates.com/wiki/pmwiki?n=Main.SubversionCheckout
On Oct 8, 2005, at 12:32 PM, Robert wrote:
I am in the midst of creating a Tcl mode for Textmate. I was wondering how I would do the following in the language code:
mk::create
Often in Tcl a namespace will be like the above a word followed by a :: followed by a word. How would I get Textmate to color the entire "mk::create".
Just found out about Textmate while looking at the TurboGears framework, which also got me interested in Python. : )