forked from jashkenas/coffeescript
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Uniform Type Identifiers
        Kevin Sawicki edited this page Aug 13, 2014 
        ·
        4 revisions
      
    Wikipedia defines a Uniform Type Identifier as “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.
identifier: 'public.coffeescript'
conforms_to: ['public.shell-script']
content_types: ['text/coffeescript']
extensions: ['.coffee']identifier: 'public.literate-coffeescript'
conforms_to: ['public.shell-script', 'net.daringfireball.markdown']
content_types: ['text/literate-coffeescript']
extensions: ['.coffee.md', '.litcoffee']