]> gitweb.factorcode.org Git - factor.git/blob - basis/editors/textmate/textmate.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / textmate / textmate.factor
1 USING: definitions io.launcher kernel math math.parser parser
2 namespaces prettyprint editors make ;
3 IN: editors.textmate
4
5 SINGLETON: textmate
6 textmate editor-class set-global
7
8 M: textmate editor-command
9     [ "mate" , "-a" , "-l" , number>string , , ] { } make ;