.rkt extension in DrRacket exe
This commit is contained in:
parent
b7c184632b
commit
3d5e933d9e
|
@ -7,7 +7,7 @@
|
||||||
("CFBundleTypeOSTypes"
|
("CFBundleTypeOSTypes"
|
||||||
(array "TEXT" "WXME"))
|
(array "TEXT" "WXME"))
|
||||||
("CFBundleTypeExtensions"
|
("CFBundleTypeExtensions"
|
||||||
(array "scm" "ss")))
|
(array "rkt" "scm" "ss")))
|
||||||
(("CFBundleTypeName"
|
(("CFBundleTypeName"
|
||||||
"Package")
|
"Package")
|
||||||
("CFBundleTypeIconFile"
|
("CFBundleTypeIconFile"
|
||||||
|
|
|
@ -3,24 +3,25 @@
|
||||||
"public.text"
|
"public.text"
|
||||||
"public.plain-text"))
|
"public.plain-text"))
|
||||||
("UTTypeDescription"
|
("UTTypeDescription"
|
||||||
"PLT Scheme program source")
|
"Racket program source")
|
||||||
("UTTypeIdentifier"
|
("UTTypeIdentifier"
|
||||||
"org.plt-scheme.source")
|
"org.racket-lang.source")
|
||||||
("UTTypeTagSpecification"
|
("UTTypeTagSpecification"
|
||||||
(dict
|
(dict
|
||||||
(assoc-pair "com.apple.ostype"
|
(assoc-pair "com.apple.ostype"
|
||||||
"TEXT")
|
"TEXT")
|
||||||
(assoc-pair "public.filename-extension"
|
(assoc-pair "public.filename-extension"
|
||||||
(array "ss"
|
(array "rkt"
|
||||||
|
"ss"
|
||||||
"scm")))))
|
"scm")))))
|
||||||
(("UTTypeConformsTo"
|
(("UTTypeConformsTo"
|
||||||
(array
|
(array
|
||||||
"public.text"
|
"public.text"
|
||||||
"public.plain-text"))
|
"public.plain-text"))
|
||||||
("UTTypeDescription"
|
("UTTypeDescription"
|
||||||
"PLT Scheme documentation source")
|
"Racket documentation source")
|
||||||
("UTTypeIdentifier"
|
("UTTypeIdentifier"
|
||||||
"org.plt-scheme.scribble")
|
"org.racket-lang.scribble")
|
||||||
("UTTypeTagSpecification"
|
("UTTypeTagSpecification"
|
||||||
(dict
|
(dict
|
||||||
(assoc-pair "com.apple.ostype"
|
(assoc-pair "com.apple.ostype"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user