Skip to content

Commit 6b882e9

Browse files
committed
Add support for Xcode Playground
1 parent 1839555 commit 6b882e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

XgistEx/SourceEditorCommand.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class SourceEditorCommand: NSObject, XCSourceEditorCommand {
3939
//Github doesn't recognize the type "objective-c"
4040
//There's probably a better way to solve this, but this will do for now
4141
let types = [("objective-c", "m"),
42+
("com.apple.dt.playground", "playground.swift"),
4243
("swift","swift"),
4344
("xml", "xml")]
4445

0 commit comments

Comments
 (0)