editors.bbedit: adding "open in BBEdit" support.
parent
b2a72ef158
commit
76b8dd5ee0
|
|
@ -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