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