TextMate callout support
parent
fe320b4e16
commit
a9c951c352
|
@ -0,0 +1 @@
|
||||||
|
PROVIDE: contrib/textmate { "textmate.factor" } { } ;
|
|
@ -0,0 +1,11 @@
|
||||||
|
REQUIRES: contrib/embedded contrib/process ;
|
||||||
|
|
||||||
|
USING: definitions embedded io kernel parser prettyprint process
|
||||||
|
sequences namespaces ;
|
||||||
|
|
||||||
|
IN: textmate
|
||||||
|
|
||||||
|
: textmate-location ( file line -- )
|
||||||
|
[ "mate -a \"" % over % "\" -l " % # ] "" make system drop ;
|
||||||
|
|
||||||
|
[ textmate-location ] edit-hook set-global
|
Loading…
Reference in New Issue