]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.chime: support chimehq.com editor
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Aug 2023 18:32:02 +0000 (11:32 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 29 Aug 2023 18:32:02 +0000 (11:32 -0700)
basis/editors/chime/authors.txt [new file with mode: 0644]
basis/editors/chime/chime.factor [new file with mode: 0644]
basis/editors/chime/platforms.txt [new file with mode: 0644]
basis/editors/chime/summary.txt [new file with mode: 0644]

diff --git a/basis/editors/chime/authors.txt b/basis/editors/chime/authors.txt
new file mode 100644 (file)
index 0000000..e091bb8
--- /dev/null
@@ -0,0 +1 @@
+John Benediktsson
diff --git a/basis/editors/chime/chime.factor b/basis/editors/chime/chime.factor
new file mode 100644 (file)
index 0000000..ada8cd3
--- /dev/null
@@ -0,0 +1,8 @@
+USING: editors kernel make namespaces ;
+IN: editors.chime
+
+SINGLETON: chime
+
+M: chime editor-command
+    drop
+    [ "open" , "-a" , "Chime" , , ] { } make ;
diff --git a/basis/editors/chime/platforms.txt b/basis/editors/chime/platforms.txt
new file mode 100644 (file)
index 0000000..6e806f4
--- /dev/null
@@ -0,0 +1 @@
+macosx
diff --git a/basis/editors/chime/summary.txt b/basis/editors/chime/summary.txt
new file mode 100644 (file)
index 0000000..aeced6f
--- /dev/null
@@ -0,0 +1 @@
+Chime editor integration