Skip to content

Uniform Type Identifiers

davidchambers edited this page Mar 1, 2013 · 4 revisions

Wikipedia defines a Uniform Type Identifier is “a text string used on software provided by Apple Inc. to uniquely identify a given class or type of item.” Applications should use the appropriate UTI (as defined below) when creating a CoffeeScript or Literate CoffeeScript file.

CoffeeScript UTI

identifier: 'public.coffeescript'
conforms_to: ['public.shell-script']
content_types: ['text/coffeescript']
extensions: ['.coffee']

Literate CoffeeScript UTI

identifier: 'public.literate-coffeescript'
conforms_to: ['public.shell-script', 'net.daringfireball.markdown']
content_types: ['text/literate-coffeescript']
extensions: ['.coffee.md', '.litcoffee']
Clone this wiki locally