1 ! Copyright (C) 2008 Ben Schlingelhof.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: definitions io.launcher kernel parser words sequences
4 math math.parser namespaces editors make ;
5 IN: editors.textwrangler
8 [ "edit +" % # " " % % ] "" make run-process drop ;
13 [ tw ] edit-hook set-global