]> gitweb.factorcode.org Git - factor.git/blob - libs/textmate/textmate.factor
more sql changes
[factor.git] / libs / textmate / textmate.factor
1 USING: definitions kernel parser process namespaces prettyprint ;
2
3 IN: textmate
4
5 : textmate-location ( file line -- )
6     [ "mate -a -l " % # " " % unparse % ] "" make run-process ;
7
8 [ textmate-location ] edit-hook set-global