sbarex / SourceCodeSyntaxHighlight

Quick Look extension for highlight source code files on macOS 10.15 and later.
GNU General Public License v3.0
2.88k stars 72 forks source link

Add support for .scd (SuperCollider) #211

Open zetteeh opened 1 year ago

zetteeh commented 1 year ago

Thanks for this great app. It would be great if it supported .scd files which basically are plain-text files. The inquiry window says "potentially supported".

kMDItemContentType = "org.supercollider.sc" kMDItemContentTypeTree = ( "org.supercollider.sc", "public.text", "public.data", "public.item", "public.content", "public.plain-text" ) Thanks!

sbarex commented 1 year ago

The extension .sc is recognized for the paradox format. Supercollider is derived from another language?