factor/basis/editors/textmate/textmate.factor

10 lines
288 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: definitions io.launcher kernel math math.parser parser
2009-08-04 17:01:40 -04:00
namespaces prettyprint editors make ;
2007-09-20 18:09:08 -04:00
IN: editors.textmate
SINGLETON: textmate
textmate editor-class set-global
2007-09-20 18:09:08 -04:00
M: textmate editor-command ( file line -- command )
[ "mate" , "-a" , "-l" , number>string , , ] { } make ;