editors.bbedit: adding "open in BBEdit" support.
parent
b97c16f811
commit
34403c5272
|
@ -0,0 +1 @@
|
|||
John Benediktsson
|
|
@ -0,0 +1,9 @@
|
|||
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 ;
|
|
@ -0,0 +1 @@
|
|||
BBEdit editor integration
|
Loading…
Reference in New Issue