]> gitweb.factorcode.org Git - factor.git/blob - basis/editors/textmate/textmate.factor
editors: allow them to be loaded in the load-all image
[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
7 editor-class [ textmate ] initialize
8
9 M: textmate editor-command
10     [ "mate" , "-a" , "-l" , number>string , , ] { } make ;