]> gitweb.factorcode.org Git - factor.git/blob - basis/editors/bluefish/bluefish.factor
editors.bluefish: adding Bluefish editor support
[factor.git] / basis / editors / bluefish / bluefish.factor
1 USING: editors kernel make namespaces ;
2 IN: editors.bluefish
3
4 SINGLETON: bluefish
5
6 editor-class [ bluefish ] initialize
7
8 M: bluefish editor-command
9     drop
10     [ "open" , "-a" , "Bluefish" , , ] { } make ;