Bug fixes for lcs.diff2html; xml.writer
[factor/jcg.git] / basis / editors / textmate / textmate.factor
blob8bea085c7fc5aa86cef860f9f8206a2851097e71
1 USING: definitions io.launcher kernel math math.parser parser
2 namespaces prettyprint editors make ;
4 IN: editors.textmate
6 : textmate-location ( file line -- )
7     [ "mate" , "-a" , "-l" , number>string , , ] { } make
8     try-process ;
10 [ textmate-location ] edit-hook set-global