factor/basis/editors/bbedit/bbedit.factor

10 lines
217 B
Factor

USING: editors kernel make namespaces ;
IN: editors.bbedit
SINGLETON: bbedit
bbedit editor-class set-global
M: bbedit editor-command ( file line -- command )
drop
[ "open" , "-a" , "BBEdit" , , ] { } make ;