racket/collects/drscheme/drscheme.filetypes
2008-07-13 23:06:24 +00:00

31 lines
642 B
Plaintext

((("CFBundleTypeName"
"Scheme Source")
("CFBundleTypeIconFile"
"doc")
("CFBundleTypeRole"
"Editor")
("CFBundleTypeOSTypes"
(array "TEXT" "WXME"))
("CFBundleTypeExtensions"
(array "scm" "ss")))
(("CFBundleTypeName"
"Package")
("CFBundleTypeIconFile"
"pltdoc")
("CFBundleTypeRole"
"Viewer")
("CFBundleTypeOSTypes"
(array "PLT_" "WXME"))
("CFBundleTypeExtensions"
(array "plt")))
(("CFBundleTypeName"
"Scheme Doc Source")
("CFBundleTypeIconFile"
"doc")
("CFBundleTypeRole"
"Viewer")
("CFBundleTypeOSTypes"
(array "TEXT" "WXME"))
("CFBundleTypeExtensions"
(array "scrbl"))))