shakeyo / qlcolorcode

Automatically exported from code.google.com/p/qlcolorcode
0 stars 0 forks source link

adding Tcl is easy #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(Don't know how to contact you - apologies for using the issue tracker for this)

Here's a plist entry which will make QLCC recognize Tcl script files (Tcl is 
part of Mac OS X, 
similar to Python and Ruby).

-jcw

        <dict>
            <key>UTTypeConformsTo</key>
            <array>
                <string>public.source-code</string>
            </array>
            <key>UTTypeDescription</key>
            <string>Tcl Source File</string>
            <key>UTTypeIdentifier</key>
            <string>org.n8gray.tcl-source</string>
            <key>UTTypeTagSpecification</key>
            <dict>
                <key>public.filename-extension</key>
                <array>
                    <string>tcl</string>
                </array>
            </dict>
        </dict>

Original issue reported on code.google.com by j...@equi4.com on 5 Jan 2008 at 10:51

GoogleCodeExporter commented 9 years ago
No need to apologize -- I *want* people to request this sort of thing in the 
issue tracker.  It's much better than 
e-mail.

I actually already added Tcl this morning.  It's in SVN and will be included 
with the next release.

Original comment by n8gray@gmail.com on 5 Jan 2008 at 11:10