Fix placement of auxiliary IM window for Core Text
[MacVim.git] / src / MacVim / Info.plist
blob7008e615e7fdea87a6676fbcf8623fc9aeddb3c1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
8 <!-- When adding support for a new file type:
9 1. Add entry to CFBundleDocumentTypes
10 2. Add entry to UTExportedTypeDeclarations below (for Quick Look)
11 3. Add entry to icons/make_icons.py script (for document icon)
13 For a list of UTIs, see
14 http://developer.apple.com/documentation/Carbon/Conceptual/
15 understanding_utis/utilist/chapter_4_section_1.html#//
16 apple_ref/doc/uid/TP40001319-CH205-CHDIJFGJ
17 -->
18 <key>CFBundleDocumentTypes</key>
19 <array>
20 <dict>
21 <key>CFBundleTypeExtensions</key>
22 <array>
23 <string>vim</string>
24 </array>
25 <key>CFBundleTypeIconFile</key>
26 <string>MacVim-vim</string>
27 <key>CFBundleTypeName</key>
28 <string>Vim Script File</string>
29 <key>CFBundleTypeRole</key>
30 <string>Editor</string>
31 <key>LSIsAppleDefaultForType</key>
32 <true/>
33 </dict>
34 <dict>
35 <key>CFBundleTypeExtensions</key>
36 <array>
37 <string>txt</string>
38 <string>text</string>
39 <string>utf8</string>
40 </array>
41 <key>CFBundleTypeIconFile</key>
42 <string>MacVim-txt</string>
43 <key>CFBundleTypeMIMETypes</key>
44 <array>
45 <string>text/plain</string>
46 </array>
47 <key>CFBundleTypeName</key>
48 <string>Plain Text File</string>
49 <key>CFBundleTypeRole</key>
50 <string>Editor</string>
51 <key>LSIsAppleDefaultForType</key>
52 <true/>
53 </dict>
54 <dict>
55 <key>CFBundleTypeExtensions</key>
56 <array>
57 <string>tex</string>
58 <string>sty</string>
59 <string>cls</string>
60 <string>ltx</string>
61 <string>ins</string>
62 <string>dtx</string>
63 </array>
64 <key>CFBundleTypeIconFile</key>
65 <string>MacVim-tex</string>
66 <key>CFBundleTypeName</key>
67 <string>TeX File</string>
68 <key>CFBundleTypeRole</key>
69 <string>Editor</string>
70 <key>LSIsAppleDefaultForType</key>
71 <true/>
72 </dict>
73 <dict>
74 <key>CFBundleTypeExtensions</key>
75 <array>
76 <string>h</string>
77 </array>
78 <key>CFBundleTypeIconFile</key>
79 <string>MacVim-h</string>
80 <key>CFBundleTypeName</key>
81 <string>C Header Source File</string>
82 <key>CFBundleTypeRole</key>
83 <string>Editor</string>
84 <key>LSIsAppleDefaultForType</key>
85 <true/>
86 <key>LSItemContentTypes</key>
87 <array>
88 <string>public.c-header</string>
89 </array>
90 </dict>
91 <dict>
92 <key>CFBundleTypeExtensions</key>
93 <array>
94 <string>pch</string>
95 </array>
96 <key>CFBundleTypeIconFile</key>
97 <string>MacVim-h</string>
98 <key>CFBundleTypeName</key>
99 <string>C Precompiled Header Source File</string>
100 <key>CFBundleTypeRole</key>
101 <string>Editor</string>
102 <key>LSIsAppleDefaultForType</key>
103 <true/>
104 <key>LSItemContentTypes</key>
105 <array>
106 <string>public.precompiled-c-header</string>
107 </array>
108 </dict>
109 <dict>
110 <key>CFBundleTypeExtensions</key>
111 <array>
112 <string>hh</string>
113 <string>hp</string>
114 <string>hpp</string>
115 <string>hxx</string>
116 <string>h++</string>
117 </array>
118 <key>CFBundleTypeIconFile</key>
119 <string>MacVim-h</string>
120 <key>CFBundleTypeName</key>
121 <string>C++ Header Source File</string>
122 <key>CFBundleTypeRole</key>
123 <string>Editor</string>
124 <key>LSIsAppleDefaultForType</key>
125 <true/>
126 </dict>
127 <dict>
128 <key>CFBundleTypeExtensions</key>
129 <array>
130 <string>pch++</string>
131 </array>
132 <key>CFBundleTypeIconFile</key>
133 <string>MacVim-h</string>
134 <key>CFBundleTypeName</key>
135 <string>C++ Precompiled Header Source File</string>
136 <key>CFBundleTypeRole</key>
137 <string>Editor</string>
138 <key>LSIsAppleDefaultForType</key>
139 <true/>
140 <key>LSItemContentTypes</key>
141 <array>
142 <string>public.precompiled-c-plus-plus-header</string>
143 </array>
144 </dict>
145 <dict>
146 <key>CFBundleTypeExtensions</key>
147 <array>
148 <string>c</string>
149 </array>
150 <key>CFBundleTypeIconFile</key>
151 <string>MacVim-c</string>
152 <key>CFBundleTypeName</key>
153 <string>C Source File</string>
154 <key>CFBundleTypeRole</key>
155 <string>Editor</string>
156 <key>LSIsAppleDefaultForType</key>
157 <true/>
158 <key>LSItemContentTypes</key>
159 <array>
160 <string>public.c-source</string>
161 </array>
162 </dict>
163 <dict>
164 <key>CFBundleTypeExtensions</key>
165 <array>
166 <string>m</string>
167 </array>
168 <key>CFBundleTypeIconFile</key>
169 <string>MacVim-m</string>
170 <key>CFBundleTypeName</key>
171 <string>Objective-C Source File</string>
172 <key>CFBundleTypeRole</key>
173 <string>Editor</string>
174 <key>LSIsAppleDefaultForType</key>
175 <true/>
176 <key>LSItemContentTypes</key>
177 <array>
178 <string>public.objective-c-source</string>
179 </array>
180 </dict>
181 <dict>
182 <key>CFBundleTypeExtensions</key>
183 <array>
184 <string>mm</string>
185 </array>
186 <key>CFBundleTypeIconFile</key>
187 <string>MacVim-mm</string>
188 <key>CFBundleTypeName</key>
189 <string>Objective-C++ Source File</string>
190 <key>CFBundleTypeRole</key>
191 <string>Editor</string>
192 <key>LSIsAppleDefaultForType</key>
193 <true/>
194 <key>LSItemContentTypes</key>
195 <array>
196 <string>public.objective-c-plus-plus-source</string>
197 </array>
198 </dict>
199 <dict>
200 <key>CFBundleTypeExtensions</key>
201 <array>
202 <string>cc</string>
203 <string>cp</string>
204 <string>cpp</string>
205 <string>cxx</string>
206 <string>c++</string>
207 </array>
208 <key>CFBundleTypeIconFile</key>
209 <string>MacVim-cpp</string>
210 <key>CFBundleTypeName</key>
211 <string>C++ Source File</string>
212 <key>CFBundleTypeRole</key>
213 <string>Editor</string>
214 <key>LSIsAppleDefaultForType</key>
215 <true/>
216 <key>LSItemContentTypes</key>
217 <array>
218 <string>public.c-plus-plus-source</string>
219 </array>
220 </dict>
221 <dict>
222 <key>CFBundleTypeExtensions</key>
223 <array>
224 <string>s</string>
225 <string>asm</string>
226 </array>
227 <key>CFBundleTypeName</key>
228 <string>Assembly Source File</string>
229 <key>CFBundleTypeRole</key>
230 <string>Editor</string>
231 <key>LSIsAppleDefaultForType</key>
232 <true/>
233 <key>LSItemContentTypes</key>
234 <array>
235 <string>public.assembler-source</string>
236 </array>
237 </dict>
238 <dict>
239 <key>CFBundleTypeExtensions</key>
240 <array>
241 <string>r</string>
242 </array>
243 <key>CFBundleTypeName</key>
244 <string>Rez Source File</string>
245 <key>CFBundleTypeRole</key>
246 <string>Editor</string>
247 <key>LSIsAppleDefaultForType</key>
248 <true/>
249 <key>LSItemContentTypes</key>
250 <array>
251 <string>public.rez-source</string>
252 </array>
253 </dict>
254 <dict>
255 <key>CFBundleTypeExtensions</key>
256 <array>
257 <string>java</string>
258 <string>jav</string>
259 </array>
260 <key>CFBundleTypeIconFile</key>
261 <string>MacVim-java</string>
262 <key>CFBundleTypeName</key>
263 <string>Java Source File</string>
264 <key>CFBundleTypeRole</key>
265 <string>Editor</string>
266 <key>LSIsAppleDefaultForType</key>
267 <true/>
268 <key>LSItemContentTypes</key>
269 <array>
270 <string>com.sun.java-source</string>
271 </array>
272 </dict>
273 <dict>
274 <key>CFBundleTypeExtensions</key>
275 <array>
276 <string>l</string>
277 <string>lm</string>
278 <string>lmm</string>
279 <string>lpp</string>
280 <string>lxx</string>
281 </array>
282 <key>CFBundleTypeName</key>
283 <string>Lex Source File</string>
284 <key>CFBundleTypeRole</key>
285 <string>Editor</string>
286 <key>LSIsAppleDefaultForType</key>
287 <true/>
288 <key>LSItemContentTypes</key>
289 <array>
290 <string>public.lex-source</string>
291 </array>
292 </dict>
293 <dict>
294 <key>CFBundleTypeExtensions</key>
295 <array>
296 <string>y</string>
297 <string>ym</string>
298 <string>ymm</string>
299 <string>ypp</string>
300 <string>yxx</string>
301 </array>
302 <key>CFBundleTypeName</key>
303 <string>Yacc Source File</string>
304 <key>CFBundleTypeRole</key>
305 <string>Editor</string>
306 <key>LSIsAppleDefaultForType</key>
307 <true/>
308 <key>LSItemContentTypes</key>
309 <array>
310 <string>public.yacc-source</string>
311 </array>
312 </dict>
313 <dict>
314 <key>CFBundleTypeExtensions</key>
315 <array>
316 <string>defs</string>
317 </array>
318 <key>CFBundleTypeName</key>
319 <string>Mig Definition File</string>
320 <key>CFBundleTypeRole</key>
321 <string>Editor</string>
322 <key>LSIsAppleDefaultForType</key>
323 <true/>
324 </dict>
325 <dict>
326 <key>CFBundleTypeExtensions</key>
327 <array>
328 <string>exp</string>
329 </array>
330 <key>CFBundleTypeName</key>
331 <string>Symbol Export File</string>
332 <key>CFBundleTypeRole</key>
333 <string>Editor</string>
334 <key>LSIsAppleDefaultForType</key>
335 <true/>
336 <key>LSItemContentTypes</key>
337 <array>
338 <string>public.symbol-export</string>
339 </array>
340 </dict>
341 <dict>
342 <key>CFBundleTypeExtensions</key>
343 <array>
344 <string>f</string>
345 <string>for</string>
346 <string>fpp</string>
347 <string>f77</string>
348 <string>f90</string>
349 <string>f95</string>
350 </array>
351 <key>CFBundleTypeIconFile</key>
352 <string>MacVim-f</string>
353 <key>CFBundleTypeName</key>
354 <string>Fortran Source File</string>
355 <key>CFBundleTypeRole</key>
356 <string>Editor</string>
357 <key>LSIsAppleDefaultForType</key>
358 <false/>
359 <key>LSItemContentTypes</key>
360 <array>
361 <string>public.fortran-source</string>
362 </array>
363 </dict>
364 <dict>
365 <key>CFBundleTypeExtensions</key>
366 <array>
367 <string>pas</string>
368 </array>
369 <key>CFBundleTypeName</key>
370 <string>Pascal Source file</string>
371 <key>CFBundleTypeRole</key>
372 <string>Editor</string>
373 <key>LSIsAppleDefaultForType</key>
374 <false/>
375 <key>LSItemContentTypes</key>
376 <array>
377 <string>public.pascal-source</string>
378 </array>
379 </dict>
380 <dict>
381 <key>CFBundleTypeExtensions</key>
382 <array>
383 <string>ada</string>
384 <string>adb</string>
385 <string>ads</string>
386 </array>
387 <key>CFBundleTypeName</key>
388 <string>Ada Source File</string>
389 <key>CFBundleTypeRole</key>
390 <string>Editor</string>
391 <key>LSIsAppleDefaultForType</key>
392 <false/>
393 <key>LSItemContentTypes</key>
394 <array>
395 <string>public.ada-source</string>
396 </array>
397 </dict>
398 <dict>
399 <key>CFBundleTypeExtensions</key>
400 <array>
401 <string>html</string>
402 <string>phtml</string>
403 <string>shtml</string>
404 <string>xhtml</string>
405 <string>htm</string>
406 <string>pht</string>
407 <string>sht</string>
408 <string>xht</string>
409 <string>phtm</string>
410 <string>shtm</string>
411 <string>xhtm</string>
412 </array>
413 <key>CFBundleTypeIconFile</key>
414 <string>MacVim-html</string>
415 <key>CFBundleTypeMIMETypes</key>
416 <array>
417 <string>text/html</string>
418 </array>
419 <key>CFBundleTypeName</key>
420 <string>HTML Source File</string>
421 <key>CFBundleTypeRole</key>
422 <string>Editor</string>
423 <key>LSIsAppleDefaultForType</key>
424 <true/>
425 <key>LSItemContentTypes</key>
426 <array>
427 <string>public.html</string>
428 </array>
429 </dict>
430 <dict>
431 <key>CFBundleTypeExtensions</key>
432 <array>
433 <string>xml</string>
434 <string>rss</string>
435 <string>tld</string>
436 <string>pt</string>
437 <string>cpt</string>
438 <string>dtml</string>
439 </array>
440 <key>CFBundleTypeIconFile</key>
441 <string>MacVim-xml</string>
442 <key>CFBundleTypeMIMETypes</key>
443 <array>
444 <string>text/xml</string>
445 </array>
446 <key>CFBundleTypeName</key>
447 <string>XML Source File</string>
448 <key>CFBundleTypeRole</key>
449 <string>Editor</string>
450 <key>LSIsAppleDefaultForType</key>
451 <true/>
452 <key>LSItemContentTypes</key>
453 <array>
454 <string>public.xml</string>
455 </array>
456 </dict>
457 <dict>
458 <key>CFBundleTypeExtensions</key>
459 <array>
460 <string>js</string>
461 <string>htc</string>
462 <string>jscript</string>
463 <string>javascript</string>
464 </array>
465 <key>CFBundleTypeIconFile</key>
466 <string>MacVim-js</string>
467 <key>CFBundleTypeMIMETypes</key>
468 <array>
469 <string>text/javascript</string>
470 </array>
471 <key>CFBundleTypeName</key>
472 <string>JavaScript Source File</string>
473 <key>CFBundleTypeRole</key>
474 <string>Editor</string>
475 <key>LSIsAppleDefaultForType</key>
476 <true/>
477 <key>LSItemContentTypes</key>
478 <array>
479 <string>com.netscape.javascript-source</string>
480 </array>
481 </dict>
482 <dict>
483 <key>CFBundleTypeName</key>
484 <string>Perl source</string>
485 <key>CFBundleTypeExtensions</key>
486 <array>
487 <string>pl</string>
488 <string>pm</string>
489 <string>pod</string>
490 <string>perl</string>
491 </array>
492 <key>CFBundleTypeIconFile</key>
493 <string>MacVim-perl</string>
494 <key>CFBundleTypeMIMETypes</key>
495 <array>
496 <string>text/x-perl-script</string>
497 </array>
498 <key>CFBundleTypeRole</key>
499 <string>Editor</string>
500 <key>LSItemContentTypes</key>
501 <array>
502 <string>public.perl-script</string>
503 </array>
504 </dict>
505 <dict>
506 <key>CFBundleTypeName</key>
507 <string>Python source</string>
508 <key>CFBundleTypeExtensions</key>
509 <array>
510 <string>py</string>
511 <string>rpy</string>
512 <string>cpy</string>
513 <string>python</string>
514 </array>
515 <key>CFBundleTypeIconFile</key>
516 <string>MacVim-py</string>
517 <key>CFBundleTypeMIMETypes</key>
518 <array>
519 <string>text/x-python-script</string>
520 </array>
521 <key>CFBundleTypeRole</key>
522 <string>Editor</string>
523 <key>LSItemContentTypes</key>
524 <array>
525 <string>public.python-script</string>
526 </array>
527 </dict>
528 <dict>
529 <key>CFBundleTypeName</key>
530 <string>PHP source</string>
531 <key>CFBundleTypeExtensions</key>
532 <array>
533 <string>php</string>
534 <string>php3</string>
535 <string>php4</string>
536 <string>php5</string>
537 <string>ph3</string>
538 <string>ph4</string>
539 <string>phtml</string>
540 </array>
541 <key>CFBundleTypeIconFile</key>
542 <string>MacVim-php</string>
543 <key>CFBundleTypeMIMETypes</key>
544 <array>
545 <string>text/php</string>
546 </array>
547 <key>CFBundleTypeRole</key>
548 <string>Editor</string>
549 <key>LSItemContentTypes</key>
550 <array>
551 <string>public.php-script</string>
552 </array>
553 </dict>
554 <dict>
555 <key>CFBundleTypeName</key>
556 <string>Ruby source</string>
557 <key>CFBundleTypeExtensions</key>
558 <array>
559 <string>rb</string>
560 <string>rbw</string>
561 <string>rbx</string>
562 <string>rjs</string>
563 <string>rxml</string>
564 </array>
565 <key>CFBundleTypeIconFile</key>
566 <string>MacVim-rb</string>
567 <key>CFBundleTypeMIMETypes</key>
568 <array>
569 <string>text/ruby-script</string>
570 </array>
571 <key>CFBundleTypeRole</key>
572 <string>Editor</string>
573 <key>LSItemContentTypes</key>
574 <array>
575 <string>public.ruby-script</string>
576 </array>
577 </dict>
578 <dict>
579 <key>CFBundleTypeName</key>
580 <string>Shell script</string>
581 <key>CFBundleTypeExtensions</key>
582 <array>
583 <string>sh</string>
584 <string>csh</string>
585 <string>command</string>
586 <string>ss</string>
587 <string>bashrc</string>
588 <string>bash_profile</string>
589 <string>bash_login</string>
590 <string>profile</string>
591 <string>bash_logout</string>
592 </array>
593 <key>CFBundleTypeIconFile</key>
594 <string>MacVim-bash</string>
595 <key>CFBundleTypeRole</key>
596 <string>Editor</string>
597 <key>LSItemContentTypes</key>
598 <array>
599 <string>public.shell-script</string>
600 </array>
601 </dict>
602 <dict>
603 <key>CFBundleTypeExtensions</key>
604 <array>
605 <string>class</string>
606 </array>
607 <key>CFBundleTypeName</key>
608 <string>Java Class File</string>
609 <key>CFBundleTypeRole</key>
610 <string>Viewer</string>
611 <key>LSIsAppleDefaultForType</key>
612 <false/>
613 <key>LSItemContentTypes</key>
614 <array>
615 <string>com.sun.java-class</string>
616 </array>
617 </dict>
618 <dict>
619 <key>CFBundleTypeExtensions</key>
620 <array>
621 <string>patch</string>
622 <string>diff</string>
623 </array>
624 <key>CFBundleTypeIconFile</key>
625 <string>MacVim-patch</string>
626 <key>CFBundleTypeName</key>
627 <string>Patch File</string>
628 <key>CFBundleTypeRole</key>
629 <string>Editor</string>
630 <key>LSIsAppleDefaultForType</key>
631 <true/>
632 </dict>
633 <dict>
634 <key>CFBundleTypeExtensions</key>
635 <array>
636 <string>strings</string>
637 </array>
638 <key>CFBundleTypeName</key>
639 <string>Strings File</string>
640 <key>CFBundleTypeRole</key>
641 <string>Editor</string>
642 <key>LSItemContentTypes</key>
643 <array>
644 <string>public.strings-text</string>
645 </array>
646 </dict>
647 <dict>
648 <key>CFBundleTypeExtensions</key>
649 <array>
650 <string>*</string>
651 </array>
652 <key>CFBundleTypeName</key>
653 <string>Text File</string>
654 <key>CFBundleTypeOSTypes</key>
655 <array>
656 <string>****</string>
657 </array>
658 <key>CFBundleTypeRole</key>
659 <string>Editor</string>
660 </dict>
661 <dict>
662 <key>CFBundleTypeName</key>
663 <string>AppleScript source</string>
664 <key>CFBundleTypeExtensions</key>
665 <array>
666 <string>applescript</string>
667 </array>
668 <key>CFBundleTypeIconFile</key>
669 <string>MacVim-applescript</string>
670 <key>CFBundleTypeRole</key>
671 <string>Editor</string>
672 <key>LSItemContentTypes</key>
673 <array>
674 <string>com.apple.applescript.text</string>
675 </array>
676 </dict>
677 <dict>
678 <key>CFBundleTypeName</key>
679 <string>ActionScript source</string>
680 <key>CFBundleTypeExtensions</key>
681 <array>
682 <string>as</string>
683 </array>
684 <key>CFBundleTypeIconFile</key>
685 <string>MacVim-as</string>
686 <key>CFBundleTypeRole</key>
687 <string>Editor</string>
688 </dict>
689 <dict>
690 <key>CFBundleTypeName</key>
691 <string>ASP document</string>
692 <key>CFBundleTypeExtensions</key>
693 <array>
694 <string>asp</string>
695 <string>asa</string>
696 </array>
697 <key>CFBundleTypeIconFile</key>
698 <string>MacVim-asp</string>
699 <key>CFBundleTypeRole</key>
700 <string>Editor</string>
701 </dict>
702 <dict>
703 <key>CFBundleTypeName</key>
704 <string>ASP.NET document</string>
705 <key>CFBundleTypeExtensions</key>
706 <array>
707 <string>aspx</string>
708 <string>ascx</string>
709 <string>asmx</string>
710 <string>ashx</string>
711 </array>
712 <key>CFBundleTypeIconFile</key>
713 <string>MacVim-asp</string>
714 <key>CFBundleTypeRole</key>
715 <string>Editor</string>
716 </dict>
717 <dict>
718 <key>CFBundleTypeName</key>
719 <string>BibTeX bibliography</string>
720 <key>CFBundleTypeExtensions</key>
721 <array>
722 <string>bib</string>
723 </array>
724 <key>CFBundleTypeIconFile</key>
725 <string>MacVim-bib</string>
726 <key>CFBundleTypeRole</key>
727 <string>Editor</string>
728 </dict>
729 <dict>
730 <key>CFBundleTypeName</key>
731 <string>C# source</string>
732 <key>CFBundleTypeExtensions</key>
733 <array>
734 <string>cs</string>
735 </array>
736 <key>CFBundleTypeIconFile</key>
737 <string>MacVim-cs</string>
738 <key>CFBundleTypeRole</key>
739 <string>Editor</string>
740 </dict>
741 <dict>
742 <key>CFBundleTypeName</key>
743 <string>Context Free Design Grammar</string>
744 <key>CFBundleTypeExtensions</key>
745 <array>
746 <string>cfdg</string>
747 </array>
748 <key>CFBundleTypeIconFile</key>
749 <string>MacVim-csfg</string>
750 <key>CFBundleTypeRole</key>
751 <string>Editor</string>
752 </dict>
753 <dict>
754 <key>CFBundleTypeName</key>
755 <string>Comma separated values</string>
756 <key>CFBundleTypeExtensions</key>
757 <array>
758 <string>csv</string>
759 </array>
760 <key>CFBundleTypeIconFile</key>
761 <string>MacVim-csv</string>
762 <key>CFBundleTypeRole</key>
763 <string>Editor</string>
764 </dict>
765 <dict>
766 <key>CFBundleTypeName</key>
767 <string>Tab separated values</string>
768 <key>CFBundleTypeExtensions</key>
769 <array>
770 <string>tsv</string>
771 </array>
772 <key>CFBundleTypeIconFile</key>
773 <string>MacVim-tsv</string>
774 <key>CFBundleTypeRole</key>
775 <string>Editor</string>
776 </dict>
777 <dict>
778 <key>CFBundleTypeName</key>
779 <string>CGI script</string>
780 <key>CFBundleTypeExtensions</key>
781 <array>
782 <string>cgi</string>
783 <string>fcgi</string>
784 </array>
785 <key>CFBundleTypeIconFile</key>
786 <string>MacVim-cgi</string>
787 <key>CFBundleTypeRole</key>
788 <string>Editor</string>
789 </dict>
790 <dict>
791 <key>CFBundleTypeName</key>
792 <string>Configuration file</string>
793 <key>CFBundleTypeExtensions</key>
794 <array>
795 <string>cfg</string>
796 <string>conf</string>
797 <string>config</string>
798 <string>htaccess</string>
799 </array>
800 <key>CFBundleTypeIconFile</key>
801 <string>MacVim-cfg</string>
802 <key>CFBundleTypeRole</key>
803 <string>Editor</string>
804 </dict>
805 <dict>
806 <key>CFBundleTypeName</key>
807 <string>Cascading style sheet</string>
808 <key>CFBundleTypeExtensions</key>
809 <array>
810 <string>css</string>
811 </array>
812 <key>CFBundleTypeIconFile</key>
813 <string>MacVim-css</string>
814 <key>CFBundleTypeRole</key>
815 <string>Editor</string>
816 </dict>
817 <dict>
818 <key>CFBundleTypeName</key>
819 <string>Document Type Definition</string>
820 <key>CFBundleTypeExtensions</key>
821 <array>
822 <string>dtd</string>
823 </array>
824 <key>CFBundleTypeIconFile</key>
825 <string>MacVim-dtd</string>
826 <key>CFBundleTypeRole</key>
827 <string>Editor</string>
828 </dict>
829 <dict>
830 <key>CFBundleTypeName</key>
831 <string>Dylan source</string>
832 <key>CFBundleTypeExtensions</key>
833 <array>
834 <string>dylan</string>
835 </array>
836 <key>CFBundleTypeIconFile</key>
837 <string>MacVim-dylan</string>
838 <key>CFBundleTypeRole</key>
839 <string>Editor</string>
840 </dict>
841 <dict>
842 <key>CFBundleTypeName</key>
843 <string>Erlang source</string>
844 <key>CFBundleTypeExtensions</key>
845 <array>
846 <string>erl</string>
847 <string>hrl</string>
848 </array>
849 <key>CFBundleTypeIconFile</key>
850 <string>MacVim-erl</string>
851 <key>CFBundleTypeRole</key>
852 <string>Editor</string>
853 </dict>
854 <dict>
855 <key>CFBundleTypeName</key>
856 <string>F-Script source</string>
857 <key>CFBundleTypeExtensions</key>
858 <array>
859 <string>fscript</string>
860 </array>
861 <key>CFBundleTypeIconFile</key>
862 <string>MacVim-fscript</string>
863 <key>CFBundleTypeRole</key>
864 <string>Editor</string>
865 </dict>
866 <dict>
867 <key>CFBundleTypeName</key>
868 <string>Haskell source</string>
869 <key>CFBundleTypeExtensions</key>
870 <array>
871 <string>hs</string>
872 <string>lhs</string>
873 </array>
874 <key>CFBundleTypeIconFile</key>
875 <string>MacVim-hs</string>
876 <key>CFBundleTypeRole</key>
877 <string>Editor</string>
878 </dict>
879 <dict>
880 <key>CFBundleTypeName</key>
881 <string>Include file</string>
882 <key>CFBundleTypeExtensions</key>
883 <array>
884 <string>inc</string>
885 </array>
886 <key>CFBundleTypeIconFile</key>
887 <string>MacVim-inc</string>
888 <key>CFBundleTypeRole</key>
889 <string>Editor</string>
890 </dict>
891 <dict>
892 <key>CFBundleTypeName</key>
893 <string>iCalendar schedule</string>
894 <key>CFBundleTypeExtensions</key>
895 <array>
896 <string>ics</string>
897 </array>
898 <key>CFBundleTypeIconFile</key>
899 <string>MacVim-ics</string>
900 <key>CFBundleTypeRole</key>
901 <string>Editor</string>
902 </dict>
903 <dict>
904 <key>CFBundleTypeName</key>
905 <string>MS Windows initialization file</string>
906 <key>CFBundleTypeExtensions</key>
907 <array>
908 <string>ini</string>
909 </array>
910 <key>CFBundleTypeIconFile</key>
911 <string>MacVim-ini</string>
912 <key>CFBundleTypeRole</key>
913 <string>Editor</string>
914 </dict>
915 <dict>
916 <key>CFBundleTypeName</key>
917 <string>Io source</string>
918 <key>CFBundleTypeExtensions</key>
919 <array>
920 <string>io</string>
921 </array>
922 <key>CFBundleTypeIconFile</key>
923 <string>MacVim-io</string>
924 <key>CFBundleTypeRole</key>
925 <string>Editor</string>
926 </dict>
927 <dict>
928 <key>CFBundleTypeName</key>
929 <string>BeanShell script</string>
930 <key>CFBundleTypeExtensions</key>
931 <array>
932 <string>bsh</string>
933 </array>
934 <key>CFBundleTypeIconFile</key>
935 <string>MacVim-bsh</string>
936 <key>CFBundleTypeRole</key>
937 <string>Editor</string>
938 </dict>
939 <dict>
940 <key>CFBundleTypeName</key>
941 <string>Java properties file</string>
942 <key>CFBundleTypeExtensions</key>
943 <array>
944 <string>properties</string>
945 </array>
946 <key>CFBundleTypeIconFile</key>
947 <string>MacVim-properties</string>
948 <key>CFBundleTypeRole</key>
949 <string>Editor</string>
950 </dict>
951 <dict>
952 <key>CFBundleTypeName</key>
953 <string>Java Server Page</string>
954 <key>CFBundleTypeExtensions</key>
955 <array>
956 <string>jsp</string>
957 </array>
958 <key>CFBundleTypeIconFile</key>
959 <string>MacVim-jsp</string>
960 <key>CFBundleTypeRole</key>
961 <string>Editor</string>
962 </dict>
963 <dict>
964 <key>CFBundleTypeName</key>
965 <string>LISP source</string>
966 <key>CFBundleTypeExtensions</key>
967 <array>
968 <string>lisp</string>
969 <string>cl</string>
970 <string>l</string>
971 <string>lsp</string>
972 <string>mud</string>
973 <string>el</string>
974 </array>
975 <key>CFBundleTypeIconFile</key>
976 <string>MacVim-lisp</string>
977 <key>CFBundleTypeRole</key>
978 <string>Editor</string>
979 </dict>
980 <dict>
981 <key>CFBundleTypeName</key>
982 <string>Log file</string>
983 <key>CFBundleTypeExtensions</key>
984 <array>
985 <string>log</string>
986 </array>
987 <key>CFBundleTypeIconFile</key>
988 <string>MacVim-log</string>
989 <key>CFBundleTypeRole</key>
990 <string>Editor</string>
991 </dict>
992 <dict>
993 <key>CFBundleTypeName</key>
994 <string>Mediawiki document</string>
995 <key>CFBundleTypeExtensions</key>
996 <array>
997 <string>wiki</string>
998 <string>wikipedia</string>
999 <string>mediawiki</string>
1000 </array>
1001 <key>CFBundleTypeIconFile</key>
1002 <string>MacVim-wiki</string>
1003 <key>CFBundleTypeRole</key>
1004 <string>Editor</string>
1005 </dict>
1006 <dict>
1007 <key>CFBundleTypeName</key>
1008 <string>PostScript source</string>
1009 <key>CFBundleTypeExtensions</key>
1010 <array>
1011 <string>ps</string>
1012 <string>eps</string>
1013 </array>
1014 <key>CFBundleTypeIconFile</key>
1015 <string>MacVim-ps</string>
1016 <key>CFBundleTypeRole</key>
1017 <string>Editor</string>
1018 </dict>
1019 <!--<dict>
1020 <key>CFBundleTypeName</key>
1021 <string>Property list</string>
1022 <key>CFBundleTypeExtensions</key>
1023 <array>
1024 <string>dict</string>
1025 <string>plist</string>
1026 <string>scriptSuite</string>
1027 <string>scriptTerminology</string>
1028 </array>
1029 <key>CFBundleTypeIconFile</key>
1030 <string>MacVim-plist</string>
1031 <key>CFBundleTypeRole</key>
1032 <string>Editor</string>
1033 </dict>-->
1034 <dict>
1035 <key>CFBundleTypeName</key>
1036 <string>Scheme source</string>
1037 <key>CFBundleTypeExtensions</key>
1038 <array>
1039 <string>scm</string>
1040 <string>sch</string>
1041 </array>
1042 <key>CFBundleTypeIconFile</key>
1043 <string>MacVim-sch</string>
1044 <key>CFBundleTypeRole</key>
1045 <string>Editor</string>
1046 </dict>
1047 <dict>
1048 <key>CFBundleTypeName</key>
1049 <string>SQL source</string>
1050 <key>CFBundleTypeExtensions</key>
1051 <array>
1052 <string>sql</string>
1053 </array>
1054 <key>CFBundleTypeIconFile</key>
1055 <string>MacVim-sql</string>
1056 <key>CFBundleTypeRole</key>
1057 <string>Editor</string>
1058 </dict>
1059 <dict>
1060 <key>CFBundleTypeName</key>
1061 <string>Tcl source</string>
1062 <key>CFBundleTypeExtensions</key>
1063 <array>
1064 <string>tcl</string>
1065 </array>
1066 <key>CFBundleTypeIconFile</key>
1067 <string>MacVim-tcl</string>
1068 <key>CFBundleTypeRole</key>
1069 <string>Editor</string>
1070 </dict>
1071 <dict>
1072 <key>CFBundleTypeName</key>
1073 <string>XSL stylesheet</string>
1074 <key>CFBundleTypeExtensions</key>
1075 <array>
1076 <string>xsl</string>
1077 <string>xslt</string>
1078 </array>
1079 <key>CFBundleTypeIconFile</key>
1080 <string>MacVim-xsl</string>
1081 <key>CFBundleTypeRole</key>
1082 <string>Editor</string>
1083 </dict>
1084 <dict>
1085 <key>CFBundleTypeName</key>
1086 <string>Electronic business card</string>
1087 <key>CFBundleTypeExtensions</key>
1088 <array>
1089 <string>vcf</string>
1090 <string>vcard</string>
1091 </array>
1092 <key>CFBundleTypeIconFile</key>
1093 <string>MacVim-vcf</string>
1094 <key>CFBundleTypeRole</key>
1095 <string>Editor</string>
1096 </dict>
1097 <dict>
1098 <key>CFBundleTypeName</key>
1099 <string>Visual Basic source</string>
1100 <key>CFBundleTypeExtensions</key>
1101 <array>
1102 <string>vb</string>
1103 </array>
1104 <key>CFBundleTypeIconFile</key>
1105 <string>MacVim-vb</string>
1106 <key>CFBundleTypeRole</key>
1107 <string>Editor</string>
1108 </dict>
1109 <dict>
1110 <key>CFBundleTypeName</key>
1111 <string>YAML document</string>
1112 <key>CFBundleTypeExtensions</key>
1113 <array>
1114 <string>yaml</string>
1115 <string>yml</string>
1116 </array>
1117 <key>CFBundleTypeIconFile</key>
1118 <string>MacVim-yaml</string>
1119 <key>CFBundleTypeRole</key>
1120 <string>Editor</string>
1121 </dict>
1122 <dict>
1123 <key>CFBundleTypeName</key>
1124 <string>GTD document</string>
1125 <key>CFBundleTypeExtensions</key>
1126 <array>
1127 <string>gtd</string>
1128 <string>gtdlog</string>
1129 </array>
1130 <key>CFBundleTypeIconFile</key>
1131 <string>MacVim-gtd</string>
1132 <key>CFBundleTypeRole</key>
1133 <string>Editor</string>
1134 </dict>
1135 <dict>
1136 <key>CFBundleTypeName</key>
1137 <string>Markdown document</string>
1138 <key>CFBundleTypeExtensions</key>
1139 <array>
1140 <string>markdown</string>
1141 <string>markd</string>
1142 <string>mdown</string>
1143 <string>md</string>
1144 </array>
1145 <key>CFBundleTypeIconFile</key>
1146 <string>MacVim-markdown</string>
1147 <key>CFBundleTypeRole</key>
1148 <string>Editor</string>
1149 </dict>
1150 <dict>
1151 <key>CFBundleTypeName</key>
1152 <string>reStructuredText document</string>
1153 <key>CFBundleTypeExtensions</key>
1154 <array>
1155 <string>rst</string>
1156 </array>
1157 <key>CFBundleTypeIconFile</key>
1158 <string>MacVim-rst</string>
1159 <key>CFBundleTypeRole</key>
1160 <string>Editor</string>
1161 </dict>
1162 <dict>
1163 <key>CFBundleTypeName</key>
1164 <string>Vimball Archive</string>
1165 <key>CFBundleTypeExtensions</key>
1166 <array>
1167 <string>vba</string>
1168 </array>
1169 <key>CFBundleTypeIconFile</key>
1170 <string>MacVim-vba</string>
1171 <key>CFBundleTypeRole</key>
1172 <string>Editor</string>
1173 </dict>
1174 </array>
1175 <key>CFBundleExecutable</key>
1176 <string>${EXECUTABLE_NAME}</string>
1177 <key>CFBundleIconFile</key>
1178 <string>MacVim</string>
1179 <key>CFBundleIdentifier</key>
1180 <string>org.vim.MacVim</string>
1181 <key>CFBundleInfoDictionaryVersion</key>
1182 <string>6.0</string>
1183 <key>CFBundleName</key>
1184 <string>${PRODUCT_NAME}</string>
1185 <key>CFBundlePackageType</key>
1186 <string>APPL</string>
1187 <key>CFBundleShortVersionString</key>
1188 <string>7.2</string>
1189 <key>CFBundleSignature</key>
1190 <string>VIMM</string>
1191 <key>CFBundleURLTypes</key>
1192 <array>
1193 <dict>
1194 <key>CFBundleTypeRole</key>
1195 <string>Editor</string>
1196 <key>CFBundleURLName</key>
1197 <string>org.vim.MacVim</string>
1198 <key>CFBundleURLSchemes</key>
1199 <array>
1200 <string>mvim</string>
1201 </array>
1202 </dict>
1203 </array>
1204 <key>CFBundleVersion</key>
1205 <string>52</string>
1206 <key>NSMainNibFile</key>
1207 <string>MainMenu</string>
1208 <key>NSPrincipalClass</key>
1209 <string>MMApplication</string>
1210 <key>NSServices</key>
1211 <array>
1212 <dict>
1213 <key>NSMenuItem</key>
1214 <dict>
1215 <key>default</key>
1216 <string>MacVim/New MacVim Buffer With Selection</string>
1217 </dict>
1218 <key>NSMessage</key>
1219 <string>openSelection</string>
1220 <key>NSPortName</key>
1221 <string>MacVim</string>
1222 <key>NSSendTypes</key>
1223 <array>
1224 <string>NSStringPboardType</string>
1225 </array>
1226 <key>NSRequiredContext</key>
1227 <dict></dict>
1228 </dict>
1229 <dict>
1230 <key>NSMenuItem</key>
1231 <dict>
1232 <key>default</key>
1233 <string>MacVim/New MacVim Buffer Here</string>
1234 </dict>
1235 <key>NSMessage</key>
1236 <string>newFileHere</string>
1237 <key>NSPortName</key>
1238 <string>MacVim</string>
1239 <key>NSSendTypes</key>
1240 <array>
1241 <string>NSFilenamesPboardType</string>
1242 </array>
1243 <key>NSUserData</key>
1244 <string>Window</string>
1245 <key>NSRequiredContext</key>
1246 <dict>
1247 </dict>
1248 </dict>
1249 </array>
1250 <key>SUFeedURL</key>
1251 <string>http://bjorn.winckler.googlepages.com/macvim_latest.xml</string>
1252 <key>NSAppleScriptEnabled</key>
1253 <true/>
1255 <!-- In order for Quick Look to work we must add entries to
1256 UTExportedTypeDeclarations. When possible a "proper" UTI is used,
1257 but in case one could not be found just use "org.vim.*-file".
1258 This array is quite huge and it would be nice to come up with
1259 another way of supporting Quick Look without this.
1261 <key>UTExportedTypeDeclarations</key>
1262 <array>
1263 <dict>
1264 <key>UTTypeConformsTo</key>
1265 <array>
1266 <string>public.plain-text</string>
1267 </array>
1268 <key>UTTypeDescription</key>
1269 <string>Vim Script File</string>
1270 <key>UTTypeIdentifier</key>
1271 <string>org.vim.vim-script</string>
1272 <key>UTTypeTagSpecification</key>
1273 <dict>
1274 <key>public.filename-extension</key>
1275 <array>
1276 <string>vim</string>
1277 </array>
1278 </dict>
1279 </dict>
1280 <dict>
1281 <key>UTTypeConformsTo</key>
1282 <array>
1283 <string>public.plain-text</string>
1284 </array>
1285 <key>UTTypeDescription</key>
1286 <string>Plain Text File</string>
1287 <key>UTTypeIdentifier</key>
1288 <string>public.plain-text</string>
1289 <key>UTTypeTagSpecification</key>
1290 <dict>
1291 <key>public.filename-extension</key>
1292 <array>
1293 <string>txt</string>
1294 <string>text</string>
1295 <string>utf8</string>
1296 </array>
1297 </dict>
1298 </dict>
1299 <dict>
1300 <key>UTTypeConformsTo</key>
1301 <array>
1302 <string>public.plain-text</string>
1303 </array>
1304 <key>UTTypeDescription</key>
1305 <string>TeX File</string>
1306 <key>UTTypeIdentifier</key>
1307 <string>org.vim.tex-file</string>
1308 <key>UTTypeTagSpecification</key>
1309 <dict>
1310 <key>public.filename-extension</key>
1311 <array>
1312 <string>tex</string>
1313 <string>sty</string>
1314 <string>cls</string>
1315 <string>ltx</string>
1316 <string>ins</string>
1317 <string>dtx</string>
1318 </array>
1319 </dict>
1320 </dict>
1321 <dict>
1322 <key>UTTypeConformsTo</key>
1323 <array>
1324 <string>public.plain-text</string>
1325 </array>
1326 <key>UTTypeDescription</key>
1327 <string>C Header Source File</string>
1328 <key>UTTypeIdentifier</key>
1329 <string>public.c-header</string>
1330 <key>UTTypeTagSpecification</key>
1331 <dict>
1332 <key>public.filename-extension</key>
1333 <array>
1334 <string>h</string>
1335 </array>
1336 </dict>
1337 </dict>
1338 <dict>
1339 <key>UTTypeConformsTo</key>
1340 <array>
1341 <string>public.plain-text</string>
1342 </array>
1343 <key>UTTypeDescription</key>
1344 <string>C Precompiled Header Source File</string>
1345 <key>UTTypeIdentifier</key>
1346 <string>org.vim.pch-file</string>
1347 <key>UTTypeTagSpecification</key>
1348 <dict>
1349 <key>public.filename-extension</key>
1350 <array>
1351 <string>pch</string>
1352 </array>
1353 </dict>
1354 </dict>
1355 <dict>
1356 <key>UTTypeConformsTo</key>
1357 <array>
1358 <string>public.plain-text</string>
1359 </array>
1360 <key>UTTypeDescription</key>
1361 <string>C++ Header Source File</string>
1362 <key>UTTypeIdentifier</key>
1363 <string>public.c-plus-plus-header</string>
1364 <key>UTTypeTagSpecification</key>
1365 <dict>
1366 <key>public.filename-extension</key>
1367 <array>
1368 <string>hh</string>
1369 <string>hp</string>
1370 <string>hpp</string>
1371 <string>hxx</string>
1372 <string>h++</string>
1373 </array>
1374 </dict>
1375 </dict>
1376 <dict>
1377 <key>UTTypeConformsTo</key>
1378 <array>
1379 <string>public.plain-text</string>
1380 </array>
1381 <key>UTTypeDescription</key>
1382 <string>C++ Precompiled Header Source File</string>
1383 <key>UTTypeIdentifier</key>
1384 <string>org.vim.pch++-file</string>
1385 <key>UTTypeTagSpecification</key>
1386 <dict>
1387 <key>public.filename-extension</key>
1388 <array>
1389 <string>pch++</string>
1390 </array>
1391 </dict>
1392 </dict>
1393 <dict>
1394 <key>UTTypeConformsTo</key>
1395 <array>
1396 <string>public.plain-text</string>
1397 </array>
1398 <key>UTTypeDescription</key>
1399 <string>C Source File</string>
1400 <key>UTTypeIdentifier</key>
1401 <string>public.c-source</string>
1402 <key>UTTypeTagSpecification</key>
1403 <dict>
1404 <key>public.filename-extension</key>
1405 <array>
1406 <string>c</string>
1407 </array>
1408 </dict>
1409 </dict>
1410 <dict>
1411 <key>UTTypeConformsTo</key>
1412 <array>
1413 <string>public.plain-text</string>
1414 </array>
1415 <key>UTTypeDescription</key>
1416 <string>Objective-C Source File</string>
1417 <key>UTTypeIdentifier</key>
1418 <string>public.objective-c-source</string>
1419 <key>UTTypeTagSpecification</key>
1420 <dict>
1421 <key>public.filename-extension</key>
1422 <array>
1423 <string>m</string>
1424 </array>
1425 </dict>
1426 </dict>
1427 <dict>
1428 <key>UTTypeConformsTo</key>
1429 <array>
1430 <string>public.plain-text</string>
1431 </array>
1432 <key>UTTypeDescription</key>
1433 <string>Objective-C++ Source File</string>
1434 <key>UTTypeIdentifier</key>
1435 <string>public.objective-c-plus-plus-source</string>
1436 <key>UTTypeTagSpecification</key>
1437 <dict>
1438 <key>public.filename-extension</key>
1439 <array>
1440 <string>mm</string>
1441 </array>
1442 </dict>
1443 </dict>
1444 <dict>
1445 <key>UTTypeConformsTo</key>
1446 <array>
1447 <string>public.plain-text</string>
1448 </array>
1449 <key>UTTypeDescription</key>
1450 <string>C++ Source File</string>
1451 <key>UTTypeIdentifier</key>
1452 <string>public.c-plus-plus-source</string>
1453 <key>UTTypeTagSpecification</key>
1454 <dict>
1455 <key>public.filename-extension</key>
1456 <array>
1457 <string>cc</string>
1458 <string>cp</string>
1459 <string>cpp</string>
1460 <string>cxx</string>
1461 <string>c++</string>
1462 </array>
1463 </dict>
1464 </dict>
1465 <dict>
1466 <key>UTTypeConformsTo</key>
1467 <array>
1468 <string>public.plain-text</string>
1469 </array>
1470 <key>UTTypeDescription</key>
1471 <string>Assembly Source File</string>
1472 <key>UTTypeIdentifier</key>
1473 <string>public.assembly-source</string>
1474 <key>UTTypeTagSpecification</key>
1475 <dict>
1476 <key>public.filename-extension</key>
1477 <array>
1478 <string>s</string>
1479 <string>asm</string>
1480 </array>
1481 </dict>
1482 </dict>
1483 <dict>
1484 <key>UTTypeConformsTo</key>
1485 <array>
1486 <string>public.plain-text</string>
1487 </array>
1488 <key>UTTypeDescription</key>
1489 <string>Rez Source File</string>
1490 <key>UTTypeIdentifier</key>
1491 <string>com.apple.rez-source</string>
1492 <key>UTTypeTagSpecification</key>
1493 <dict>
1494 <key>public.filename-extension</key>
1495 <array>
1496 <string>r</string>
1497 </array>
1498 </dict>
1499 </dict>
1500 <dict>
1501 <key>UTTypeConformsTo</key>
1502 <array>
1503 <string>public.plain-text</string>
1504 </array>
1505 <key>UTTypeDescription</key>
1506 <string>Java Source File</string>
1507 <key>UTTypeIdentifier</key>
1508 <string>com.sun.java-source</string>
1509 <key>UTTypeTagSpecification</key>
1510 <dict>
1511 <key>public.filename-extension</key>
1512 <array>
1513 <string>java</string>
1514 <string>jav</string>
1515 </array>
1516 </dict>
1517 </dict>
1518 <dict>
1519 <key>UTTypeConformsTo</key>
1520 <array>
1521 <string>public.plain-text</string>
1522 </array>
1523 <key>UTTypeDescription</key>
1524 <string>Lex Source File</string>
1525 <key>UTTypeIdentifier</key>
1526 <string>com.apple.xcode.lex-source</string>
1527 <key>UTTypeTagSpecification</key>
1528 <dict>
1529 <key>public.filename-extension</key>
1530 <array>
1531 <string>l</string>
1532 <string>lm</string>
1533 <string>lmm</string>
1534 <string>lpp</string>
1535 <string>lxx</string>
1536 </array>
1537 </dict>
1538 </dict>
1539 <dict>
1540 <key>UTTypeConformsTo</key>
1541 <array>
1542 <string>public.plain-text</string>
1543 </array>
1544 <key>UTTypeDescription</key>
1545 <string>Yacc Source File</string>
1546 <key>UTTypeIdentifier</key>
1547 <string>com.apple.xcode.yacc-source</string>
1548 <key>UTTypeTagSpecification</key>
1549 <dict>
1550 <key>public.filename-extension</key>
1551 <array>
1552 <string>y</string>
1553 <string>ym</string>
1554 <string>ymm</string>
1555 <string>ypp</string>
1556 <string>yxx</string>
1557 </array>
1558 </dict>
1559 </dict>
1560 <dict>
1561 <key>UTTypeConformsTo</key>
1562 <array>
1563 <string>public.plain-text</string>
1564 </array>
1565 <key>UTTypeDescription</key>
1566 <string>Mig Definition File</string>
1567 <key>UTTypeIdentifier</key>
1568 <string>public.mig-source</string>
1569 <key>UTTypeTagSpecification</key>
1570 <dict>
1571 <key>public.filename-extension</key>
1572 <array>
1573 <string>defs</string>
1574 </array>
1575 </dict>
1576 </dict>
1577 <dict>
1578 <key>UTTypeConformsTo</key>
1579 <array>
1580 <string>public.plain-text</string>
1581 </array>
1582 <key>UTTypeDescription</key>
1583 <string>Symbol Export File</string>
1584 <key>UTTypeIdentifier</key>
1585 <string>com.apple.symbol-export</string>
1586 <key>UTTypeTagSpecification</key>
1587 <dict>
1588 <key>public.filename-extension</key>
1589 <array>
1590 <string>exp</string>
1591 </array>
1592 </dict>
1593 </dict>
1594 <dict>
1595 <key>UTTypeConformsTo</key>
1596 <array>
1597 <string>public.plain-text</string>
1598 </array>
1599 <key>UTTypeDescription</key>
1600 <string>Fortran Source File</string>
1601 <key>UTTypeIdentifier</key>
1602 <string>com.apple.xcode.fortran-source</string>
1603 <key>UTTypeTagSpecification</key>
1604 <dict>
1605 <key>public.filename-extension</key>
1606 <array>
1607 <string>f</string>
1608 <string>for</string>
1609 <string>fpp</string>
1610 <string>f77</string>
1611 <string>f90</string>
1612 <string>f95</string>
1613 </array>
1614 </dict>
1615 </dict>
1616 <dict>
1617 <key>UTTypeConformsTo</key>
1618 <array>
1619 <string>public.plain-text</string>
1620 </array>
1621 <key>UTTypeDescription</key>
1622 <string>Pascal Source file</string>
1623 <key>UTTypeIdentifier</key>
1624 <string>com.apple.xcode.pascal-source</string>
1625 <key>UTTypeTagSpecification</key>
1626 <dict>
1627 <key>public.filename-extension</key>
1628 <array>
1629 <string>pas</string>
1630 </array>
1631 </dict>
1632 </dict>
1633 <dict>
1634 <key>UTTypeConformsTo</key>
1635 <array>
1636 <string>public.plain-text</string>
1637 </array>
1638 <key>UTTypeDescription</key>
1639 <string>Ada Source File</string>
1640 <key>UTTypeIdentifier</key>
1641 <string>com.apple.xcode.ada-source</string>
1642 <key>UTTypeTagSpecification</key>
1643 <dict>
1644 <key>public.filename-extension</key>
1645 <array>
1646 <string>ada</string>
1647 <string>adb</string>
1648 <string>ads</string>
1649 </array>
1650 </dict>
1651 </dict>
1652 <dict>
1653 <key>UTTypeConformsTo</key>
1654 <array>
1655 <string>public.plain-text</string>
1656 </array>
1657 <key>UTTypeDescription</key>
1658 <string>HTML Source File</string>
1659 <key>UTTypeIdentifier</key>
1660 <string>public.html</string>
1661 <key>UTTypeTagSpecification</key>
1662 <dict>
1663 <key>public.filename-extension</key>
1664 <array>
1665 <string>html</string>
1666 <string>phtml</string>
1667 <string>shtml</string>
1668 <string>xhtml</string>
1669 <string>htm</string>
1670 <string>pht</string>
1671 <string>sht</string>
1672 <string>xht</string>
1673 <string>phtm</string>
1674 <string>shtm</string>
1675 <string>xhtm</string>
1676 </array>
1677 </dict>
1678 </dict>
1679 <dict>
1680 <key>UTTypeConformsTo</key>
1681 <array>
1682 <string>public.plain-text</string>
1683 </array>
1684 <key>UTTypeDescription</key>
1685 <string>XML Source File</string>
1686 <key>UTTypeIdentifier</key>
1687 <string>public.xml</string>
1688 <key>UTTypeTagSpecification</key>
1689 <dict>
1690 <key>public.filename-extension</key>
1691 <array>
1692 <string>xml</string>
1693 <string>rss</string>
1694 <string>tld</string>
1695 <string>pt</string>
1696 <string>cpt</string>
1697 <string>dtml</string>
1698 </array>
1699 </dict>
1700 </dict>
1701 <dict>
1702 <key>UTTypeConformsTo</key>
1703 <array>
1704 <string>public.plain-text</string>
1705 </array>
1706 <key>UTTypeDescription</key>
1707 <string>JavaScript Source File</string>
1708 <key>UTTypeIdentifier</key>
1709 <string>com.netscape.javascript-source</string>
1710 <key>UTTypeTagSpecification</key>
1711 <dict>
1712 <key>public.filename-extension</key>
1713 <array>
1714 <string>js</string>
1715 <string>htc</string>
1716 <string>jscript</string>
1717 <string>javascript</string>
1718 </array>
1719 </dict>
1720 </dict>
1721 <dict>
1722 <key>UTTypeConformsTo</key>
1723 <array>
1724 <string>public.plain-text</string>
1725 </array>
1726 <key>UTTypeDescription</key>
1727 <string>Perl source</string>
1728 <key>UTTypeIdentifier</key>
1729 <string>public.perl-script</string>
1730 <key>UTTypeTagSpecification</key>
1731 <dict>
1732 <key>public.filename-extension</key>
1733 <array>
1734 <string>pl</string>
1735 <string>pm</string>
1736 <string>pod</string>
1737 <string>perl</string>
1738 </array>
1739 </dict>
1740 </dict>
1741 <dict>
1742 <key>UTTypeConformsTo</key>
1743 <array>
1744 <string>public.plain-text</string>
1745 </array>
1746 <key>UTTypeDescription</key>
1747 <string>Python source</string>
1748 <key>UTTypeIdentifier</key>
1749 <string>public.python-script</string>
1750 <key>UTTypeTagSpecification</key>
1751 <dict>
1752 <key>public.filename-extension</key>
1753 <array>
1754 <string>py</string>
1755 <string>rpy</string>
1756 <string>cpy</string>
1757 <string>python</string>
1758 </array>
1759 </dict>
1760 </dict>
1761 <dict>
1762 <key>UTTypeConformsTo</key>
1763 <array>
1764 <string>public.plain-text</string>
1765 </array>
1766 <key>UTTypeDescription</key>
1767 <string>PHP source</string>
1768 <key>UTTypeIdentifier</key>
1769 <string>public.php-script</string>
1770 <key>UTTypeTagSpecification</key>
1771 <dict>
1772 <key>public.filename-extension</key>
1773 <array>
1774 <string>php</string>
1775 <string>php3</string>
1776 <string>php4</string>
1777 <string>php5</string>
1778 <string>ph3</string>
1779 <string>ph4</string>
1780 <string>phtml</string>
1781 </array>
1782 </dict>
1783 </dict>
1784 <dict>
1785 <key>UTTypeConformsTo</key>
1786 <array>
1787 <string>public.plain-text</string>
1788 </array>
1789 <key>UTTypeDescription</key>
1790 <string>Ruby source</string>
1791 <key>UTTypeIdentifier</key>
1792 <string>public.ruby-script</string>
1793 <key>UTTypeTagSpecification</key>
1794 <dict>
1795 <key>public.filename-extension</key>
1796 <array>
1797 <string>rb</string>
1798 <string>rbw</string>
1799 <string>rbx</string>
1800 <string>rjs</string>
1801 <string>rxml</string>
1802 </array>
1803 </dict>
1804 </dict>
1805 <dict>
1806 <key>UTTypeConformsTo</key>
1807 <array>
1808 <string>public.plain-text</string>
1809 </array>
1810 <key>UTTypeDescription</key>
1811 <string>Shell script</string>
1812 <key>UTTypeIdentifier</key>
1813 <string>public.shell-script</string>
1814 <key>UTTypeTagSpecification</key>
1815 <dict>
1816 <key>public.filename-extension</key>
1817 <array>
1818 <string>sh</string>
1819 <string>csh</string>
1820 <string>command</string>
1821 <string>ss</string>
1822 <string>bashrc</string>
1823 <string>bash_profile</string>
1824 <string>bash_login</string>
1825 <string>profile</string>
1826 <string>bash_logout</string>
1827 </array>
1828 </dict>
1829 </dict>
1830 <dict>
1831 <key>UTTypeConformsTo</key>
1832 <array>
1833 <string>public.plain-text</string>
1834 </array>
1835 <key>UTTypeDescription</key>
1836 <string>Java Class File</string>
1837 <key>UTTypeIdentifier</key>
1838 <string>com.sun.java-class</string>
1839 <key>UTTypeTagSpecification</key>
1840 <dict>
1841 <key>public.filename-extension</key>
1842 <array>
1843 <string>class</string>
1844 </array>
1845 </dict>
1846 </dict>
1847 <dict>
1848 <key>UTTypeConformsTo</key>
1849 <array>
1850 <string>public.plain-text</string>
1851 </array>
1852 <key>UTTypeDescription</key>
1853 <string>Patch File</string>
1854 <key>UTTypeIdentifier</key>
1855 <string>org.vim.patch-file</string>
1856 <key>UTTypeTagSpecification</key>
1857 <dict>
1858 <key>public.filename-extension</key>
1859 <array>
1860 <string>patch</string>
1861 <string>diff</string>
1862 </array>
1863 </dict>
1864 </dict>
1865 <dict>
1866 <key>UTTypeConformsTo</key>
1867 <array>
1868 <string>public.plain-text</string>
1869 </array>
1870 <key>UTTypeDescription</key>
1871 <string>Strings File</string>
1872 <key>UTTypeIdentifier</key>
1873 <string>com.apple.xcode.strings-text</string>
1874 <key>UTTypeTagSpecification</key>
1875 <dict>
1876 <key>public.filename-extension</key>
1877 <array>
1878 <string>strings</string>
1879 </array>
1880 </dict>
1881 </dict>
1882 <dict>
1883 <key>UTTypeConformsTo</key>
1884 <array>
1885 <string>public.plain-text</string>
1886 </array>
1887 <key>UTTypeDescription</key>
1888 <string>AppleScript source</string>
1889 <key>UTTypeIdentifier</key>
1890 <string>com.apple.applescript.text</string>
1891 <key>UTTypeTagSpecification</key>
1892 <dict>
1893 <key>public.filename-extension</key>
1894 <array>
1895 <string>applescript</string>
1896 </array>
1897 </dict>
1898 </dict>
1899 <dict>
1900 <key>UTTypeConformsTo</key>
1901 <array>
1902 <string>public.plain-text</string>
1903 </array>
1904 <key>UTTypeDescription</key>
1905 <string>ActionScript source</string>
1906 <key>UTTypeIdentifier</key>
1907 <string>org.vim.as-file</string>
1908 <key>UTTypeTagSpecification</key>
1909 <dict>
1910 <key>public.filename-extension</key>
1911 <array>
1912 <string>as</string>
1913 </array>
1914 </dict>
1915 </dict>
1916 <dict>
1917 <key>UTTypeConformsTo</key>
1918 <array>
1919 <string>public.plain-text</string>
1920 </array>
1921 <key>UTTypeDescription</key>
1922 <string>ASP document</string>
1923 <key>UTTypeIdentifier</key>
1924 <string>org.vim.asp-file</string>
1925 <key>UTTypeTagSpecification</key>
1926 <dict>
1927 <key>public.filename-extension</key>
1928 <array>
1929 <string>asp</string>
1930 <string>asa</string>
1931 </array>
1932 </dict>
1933 </dict>
1934 <dict>
1935 <key>UTTypeConformsTo</key>
1936 <array>
1937 <string>public.plain-text</string>
1938 </array>
1939 <key>UTTypeDescription</key>
1940 <string>ASP.NET document</string>
1941 <key>UTTypeIdentifier</key>
1942 <string>org.vim.aspx-file</string>
1943 <key>UTTypeTagSpecification</key>
1944 <dict>
1945 <key>public.filename-extension</key>
1946 <array>
1947 <string>aspx</string>
1948 <string>ascx</string>
1949 <string>asmx</string>
1950 <string>ashx</string>
1951 </array>
1952 </dict>
1953 </dict>
1954 <dict>
1955 <key>UTTypeConformsTo</key>
1956 <array>
1957 <string>public.plain-text</string>
1958 </array>
1959 <key>UTTypeDescription</key>
1960 <string>BibTeX bibliography</string>
1961 <key>UTTypeIdentifier</key>
1962 <string>org.vim.bib-file</string>
1963 <key>UTTypeTagSpecification</key>
1964 <dict>
1965 <key>public.filename-extension</key>
1966 <array>
1967 <string>bib</string>
1968 </array>
1969 </dict>
1970 </dict>
1971 <dict>
1972 <key>UTTypeConformsTo</key>
1973 <array>
1974 <string>public.plain-text</string>
1975 </array>
1976 <key>UTTypeDescription</key>
1977 <string>C# source</string>
1978 <key>UTTypeIdentifier</key>
1979 <string>org.vim.cs-file</string>
1980 <key>UTTypeTagSpecification</key>
1981 <dict>
1982 <key>public.filename-extension</key>
1983 <array>
1984 <string>cs</string>
1985 </array>
1986 </dict>
1987 </dict>
1988 <dict>
1989 <key>UTTypeConformsTo</key>
1990 <array>
1991 <string>public.plain-text</string>
1992 </array>
1993 <key>UTTypeDescription</key>
1994 <string>Context Free Design Grammar</string>
1995 <key>UTTypeIdentifier</key>
1996 <string>org.vim.cfdg-file</string>
1997 <key>UTTypeTagSpecification</key>
1998 <dict>
1999 <key>public.filename-extension</key>
2000 <array>
2001 <string>cfdg</string>
2002 </array>
2003 </dict>
2004 </dict>
2005 <dict>
2006 <key>UTTypeConformsTo</key>
2007 <array>
2008 <string>public.plain-text</string>
2009 </array>
2010 <key>UTTypeDescription</key>
2011 <string>Comma separated values</string>
2012 <key>UTTypeIdentifier</key>
2013 <string>org.vim.csv-file</string>
2014 <key>UTTypeTagSpecification</key>
2015 <dict>
2016 <key>public.filename-extension</key>
2017 <array>
2018 <string>csv</string>
2019 </array>
2020 </dict>
2021 </dict>
2022 <dict>
2023 <key>UTTypeConformsTo</key>
2024 <array>
2025 <string>public.plain-text</string>
2026 </array>
2027 <key>UTTypeDescription</key>
2028 <string>Tab separated values</string>
2029 <key>UTTypeIdentifier</key>
2030 <string>org.vim.tsv-file</string>
2031 <key>UTTypeTagSpecification</key>
2032 <dict>
2033 <key>public.filename-extension</key>
2034 <array>
2035 <string>tsv</string>
2036 </array>
2037 </dict>
2038 </dict>
2039 <dict>
2040 <key>UTTypeConformsTo</key>
2041 <array>
2042 <string>public.plain-text</string>
2043 </array>
2044 <key>UTTypeDescription</key>
2045 <string>CGI script</string>
2046 <key>UTTypeIdentifier</key>
2047 <string>org.vim.cgi-file</string>
2048 <key>UTTypeTagSpecification</key>
2049 <dict>
2050 <key>public.filename-extension</key>
2051 <array>
2052 <string>cgi</string>
2053 <string>fcgi</string>
2054 </array>
2055 </dict>
2056 </dict>
2057 <dict>
2058 <key>UTTypeConformsTo</key>
2059 <array>
2060 <string>public.plain-text</string>
2061 </array>
2062 <key>UTTypeDescription</key>
2063 <string>Configuration file</string>
2064 <key>UTTypeIdentifier</key>
2065 <string>org.vim.cfg-file</string>
2066 <key>UTTypeTagSpecification</key>
2067 <dict>
2068 <key>public.filename-extension</key>
2069 <array>
2070 <string>cfg</string>
2071 <string>conf</string>
2072 <string>config</string>
2073 <string>htaccess</string>
2074 </array>
2075 </dict>
2076 </dict>
2077 <dict>
2078 <key>UTTypeConformsTo</key>
2079 <array>
2080 <string>public.plain-text</string>
2081 </array>
2082 <key>UTTypeDescription</key>
2083 <string>Cascading style sheet</string>
2084 <key>UTTypeIdentifier</key>
2085 <string>org.vim.css-file</string>
2086 <key>UTTypeTagSpecification</key>
2087 <dict>
2088 <key>public.filename-extension</key>
2089 <array>
2090 <string>css</string>
2091 </array>
2092 </dict>
2093 </dict>
2094 <dict>
2095 <key>UTTypeConformsTo</key>
2096 <array>
2097 <string>public.plain-text</string>
2098 </array>
2099 <key>UTTypeDescription</key>
2100 <string>Document Type Definition</string>
2101 <key>UTTypeIdentifier</key>
2102 <string>org.vim.dtd-file</string>
2103 <key>UTTypeTagSpecification</key>
2104 <dict>
2105 <key>public.filename-extension</key>
2106 <array>
2107 <string>dtd</string>
2108 </array>
2109 </dict>
2110 </dict>
2111 <dict>
2112 <key>UTTypeConformsTo</key>
2113 <array>
2114 <string>public.plain-text</string>
2115 </array>
2116 <key>UTTypeDescription</key>
2117 <string>Dylan source</string>
2118 <key>UTTypeIdentifier</key>
2119 <string>org.vim.dylan-file</string>
2120 <key>UTTypeTagSpecification</key>
2121 <dict>
2122 <key>public.filename-extension</key>
2123 <array>
2124 <string>dylan</string>
2125 </array>
2126 </dict>
2127 </dict>
2128 <dict>
2129 <key>UTTypeConformsTo</key>
2130 <array>
2131 <string>public.plain-text</string>
2132 </array>
2133 <key>UTTypeDescription</key>
2134 <string>Erlang source</string>
2135 <key>UTTypeIdentifier</key>
2136 <string>org.vim.erl-file</string>
2137 <key>UTTypeTagSpecification</key>
2138 <dict>
2139 <key>public.filename-extension</key>
2140 <array>
2141 <string>erl</string>
2142 <string>hrl</string>
2143 </array>
2144 </dict>
2145 </dict>
2146 <dict>
2147 <key>UTTypeConformsTo</key>
2148 <array>
2149 <string>public.plain-text</string>
2150 </array>
2151 <key>UTTypeDescription</key>
2152 <string>F-Script source</string>
2153 <key>UTTypeIdentifier</key>
2154 <string>org.vim.fscript-file</string>
2155 <key>UTTypeTagSpecification</key>
2156 <dict>
2157 <key>public.filename-extension</key>
2158 <array>
2159 <string>fscript</string>
2160 </array>
2161 </dict>
2162 </dict>
2163 <dict>
2164 <key>UTTypeConformsTo</key>
2165 <array>
2166 <string>public.plain-text</string>
2167 </array>
2168 <key>UTTypeDescription</key>
2169 <string>Haskell source</string>
2170 <key>UTTypeIdentifier</key>
2171 <string>org.vim.hs-file</string>
2172 <key>UTTypeTagSpecification</key>
2173 <dict>
2174 <key>public.filename-extension</key>
2175 <array>
2176 <string>hs</string>
2177 <string>lhs</string>
2178 </array>
2179 </dict>
2180 </dict>
2181 <dict>
2182 <key>UTTypeConformsTo</key>
2183 <array>
2184 <string>public.plain-text</string>
2185 </array>
2186 <key>UTTypeDescription</key>
2187 <string>Include file</string>
2188 <key>UTTypeIdentifier</key>
2189 <string>org.vim.inc-file</string>
2190 <key>UTTypeTagSpecification</key>
2191 <dict>
2192 <key>public.filename-extension</key>
2193 <array>
2194 <string>inc</string>
2195 </array>
2196 </dict>
2197 </dict>
2198 <dict>
2199 <key>UTTypeConformsTo</key>
2200 <array>
2201 <string>public.plain-text</string>
2202 </array>
2203 <key>UTTypeDescription</key>
2204 <string>iCalendar schedule</string>
2205 <key>UTTypeIdentifier</key>
2206 <string>org.vim.ics-file</string>
2207 <key>UTTypeTagSpecification</key>
2208 <dict>
2209 <key>public.filename-extension</key>
2210 <array>
2211 <string>ics</string>
2212 </array>
2213 </dict>
2214 </dict>
2215 <dict>
2216 <key>UTTypeConformsTo</key>
2217 <array>
2218 <string>public.plain-text</string>
2219 </array>
2220 <key>UTTypeDescription</key>
2221 <string>MS Windows initialization file</string>
2222 <key>UTTypeIdentifier</key>
2223 <string>org.vim.ini-file</string>
2224 <key>UTTypeTagSpecification</key>
2225 <dict>
2226 <key>public.filename-extension</key>
2227 <array>
2228 <string>ini</string>
2229 </array>
2230 </dict>
2231 </dict>
2232 <dict>
2233 <key>UTTypeConformsTo</key>
2234 <array>
2235 <string>public.plain-text</string>
2236 </array>
2237 <key>UTTypeDescription</key>
2238 <string>Io source</string>
2239 <key>UTTypeIdentifier</key>
2240 <string>org.vim.io-file</string>
2241 <key>UTTypeTagSpecification</key>
2242 <dict>
2243 <key>public.filename-extension</key>
2244 <array>
2245 <string>io</string>
2246 </array>
2247 </dict>
2248 </dict>
2249 <dict>
2250 <key>UTTypeConformsTo</key>
2251 <array>
2252 <string>public.plain-text</string>
2253 </array>
2254 <key>UTTypeDescription</key>
2255 <string>BeanShell script</string>
2256 <key>UTTypeIdentifier</key>
2257 <string>org.vim.bsh-file</string>
2258 <key>UTTypeTagSpecification</key>
2259 <dict>
2260 <key>public.filename-extension</key>
2261 <array>
2262 <string>bsh</string>
2263 </array>
2264 </dict>
2265 </dict>
2266 <dict>
2267 <key>UTTypeConformsTo</key>
2268 <array>
2269 <string>public.plain-text</string>
2270 </array>
2271 <key>UTTypeDescription</key>
2272 <string>Java properties file</string>
2273 <key>UTTypeIdentifier</key>
2274 <string>org.vim.properties-file</string>
2275 <key>UTTypeTagSpecification</key>
2276 <dict>
2277 <key>public.filename-extension</key>
2278 <array>
2279 <string>properties</string>
2280 </array>
2281 </dict>
2282 </dict>
2283 <dict>
2284 <key>UTTypeConformsTo</key>
2285 <array>
2286 <string>public.plain-text</string>
2287 </array>
2288 <key>UTTypeDescription</key>
2289 <string>Java Server Page</string>
2290 <key>UTTypeIdentifier</key>
2291 <string>org.vim.jsp-file</string>
2292 <key>UTTypeTagSpecification</key>
2293 <dict>
2294 <key>public.filename-extension</key>
2295 <array>
2296 <string>jsp</string>
2297 </array>
2298 </dict>
2299 </dict>
2300 <dict>
2301 <key>UTTypeConformsTo</key>
2302 <array>
2303 <string>public.plain-text</string>
2304 </array>
2305 <key>UTTypeDescription</key>
2306 <string>LISP source</string>
2307 <key>UTTypeIdentifier</key>
2308 <string>org.vim.lisp-file</string>
2309 <key>UTTypeTagSpecification</key>
2310 <dict>
2311 <key>public.filename-extension</key>
2312 <array>
2313 <string>lisp</string>
2314 <string>cl</string>
2315 <string>l</string>
2316 <string>lsp</string>
2317 <string>mud</string>
2318 <string>el</string>
2319 </array>
2320 </dict>
2321 </dict>
2322 <dict>
2323 <key>UTTypeConformsTo</key>
2324 <array>
2325 <string>public.plain-text</string>
2326 </array>
2327 <key>UTTypeDescription</key>
2328 <string>Log file</string>
2329 <key>UTTypeIdentifier</key>
2330 <string>org.vim.log-file</string>
2331 <key>UTTypeTagSpecification</key>
2332 <dict>
2333 <key>public.filename-extension</key>
2334 <array>
2335 <string>log</string>
2336 </array>
2337 </dict>
2338 </dict>
2339 <dict>
2340 <key>UTTypeConformsTo</key>
2341 <array>
2342 <string>public.plain-text</string>
2343 </array>
2344 <key>UTTypeDescription</key>
2345 <string>Mediawiki document</string>
2346 <key>UTTypeIdentifier</key>
2347 <string>org.vim.wiki-file</string>
2348 <key>UTTypeTagSpecification</key>
2349 <dict>
2350 <key>public.filename-extension</key>
2351 <array>
2352 <string>wiki</string>
2353 <string>wikipedia</string>
2354 <string>mediawiki</string>
2355 </array>
2356 </dict>
2357 </dict>
2358 <dict>
2359 <key>UTTypeConformsTo</key>
2360 <array>
2361 <string>public.plain-text</string>
2362 </array>
2363 <key>UTTypeDescription</key>
2364 <string>PostScript source</string>
2365 <key>UTTypeIdentifier</key>
2366 <string>com.adobe.postscript</string>
2367 <key>UTTypeTagSpecification</key>
2368 <dict>
2369 <key>public.filename-extension</key>
2370 <array>
2371 <string>ps</string>
2372 <string>eps</string>
2373 </array>
2374 </dict>
2375 </dict>
2376 <dict>
2377 <key>UTTypeConformsTo</key>
2378 <array>
2379 <string>public.plain-text</string>
2380 </array>
2381 <key>UTTypeDescription</key>
2382 <string>Scheme source</string>
2383 <key>UTTypeIdentifier</key>
2384 <string>org.vim.scm-file</string>
2385 <key>UTTypeTagSpecification</key>
2386 <dict>
2387 <key>public.filename-extension</key>
2388 <array>
2389 <string>scm</string>
2390 <string>sch</string>
2391 </array>
2392 </dict>
2393 </dict>
2394 <dict>
2395 <key>UTTypeConformsTo</key>
2396 <array>
2397 <string>public.plain-text</string>
2398 </array>
2399 <key>UTTypeDescription</key>
2400 <string>SQL source</string>
2401 <key>UTTypeIdentifier</key>
2402 <string>org.vim.sql-file</string>
2403 <key>UTTypeTagSpecification</key>
2404 <dict>
2405 <key>public.filename-extension</key>
2406 <array>
2407 <string>sql</string>
2408 </array>
2409 </dict>
2410 </dict>
2411 <dict>
2412 <key>UTTypeConformsTo</key>
2413 <array>
2414 <string>public.plain-text</string>
2415 </array>
2416 <key>UTTypeDescription</key>
2417 <string>Tcl source</string>
2418 <key>UTTypeIdentifier</key>
2419 <string>org.vim.tcl-file</string>
2420 <key>UTTypeTagSpecification</key>
2421 <dict>
2422 <key>public.filename-extension</key>
2423 <array>
2424 <string>tcl</string>
2425 </array>
2426 </dict>
2427 </dict>
2428 <dict>
2429 <key>UTTypeConformsTo</key>
2430 <array>
2431 <string>public.plain-text</string>
2432 </array>
2433 <key>UTTypeDescription</key>
2434 <string>XSL stylesheet</string>
2435 <key>UTTypeIdentifier</key>
2436 <string>org.vim.xsl-file</string>
2437 <key>UTTypeTagSpecification</key>
2438 <dict>
2439 <key>public.filename-extension</key>
2440 <array>
2441 <string>xsl</string>
2442 <string>xslt</string>
2443 </array>
2444 </dict>
2445 </dict>
2446 <dict>
2447 <key>UTTypeConformsTo</key>
2448 <array>
2449 <string>public.plain-text</string>
2450 </array>
2451 <key>UTTypeDescription</key>
2452 <string>Electronic business card</string>
2453 <key>UTTypeIdentifier</key>
2454 <string>public.vcard</string>
2455 <key>UTTypeTagSpecification</key>
2456 <dict>
2457 <key>public.filename-extension</key>
2458 <array>
2459 <string>vcf</string>
2460 <string>vcard</string>
2461 </array>
2462 </dict>
2463 </dict>
2464 <dict>
2465 <key>UTTypeConformsTo</key>
2466 <array>
2467 <string>public.plain-text</string>
2468 </array>
2469 <key>UTTypeDescription</key>
2470 <string>Visual Basic source</string>
2471 <key>UTTypeIdentifier</key>
2472 <string>org.vim.vb-file</string>
2473 <key>UTTypeTagSpecification</key>
2474 <dict>
2475 <key>public.filename-extension</key>
2476 <array>
2477 <string>vb</string>
2478 </array>
2479 </dict>
2480 </dict>
2481 <dict>
2482 <key>UTTypeConformsTo</key>
2483 <array>
2484 <string>public.plain-text</string>
2485 </array>
2486 <key>UTTypeDescription</key>
2487 <string>YAML document</string>
2488 <key>UTTypeIdentifier</key>
2489 <string>org.vim.yaml-file</string>
2490 <key>UTTypeTagSpecification</key>
2491 <dict>
2492 <key>public.filename-extension</key>
2493 <array>
2494 <string>yaml</string>
2495 <string>yml</string>
2496 </array>
2497 </dict>
2498 </dict>
2499 <dict>
2500 <key>UTTypeConformsTo</key>
2501 <array>
2502 <string>public.plain-text</string>
2503 </array>
2504 <key>UTTypeDescription</key>
2505 <string>GTD document</string>
2506 <key>UTTypeIdentifier</key>
2507 <string>org.vim.gtd-file</string>
2508 <key>UTTypeTagSpecification</key>
2509 <dict>
2510 <key>public.filename-extension</key>
2511 <array>
2512 <string>gtd</string>
2513 <string>gtdlog</string>
2514 </array>
2515 </dict>
2516 </dict>
2517 <dict>
2518 <key>UTTypeConformsTo</key>
2519 <array>
2520 <string>public.plain-text</string>
2521 </array>
2522 <key>UTTypeDescription</key>
2523 <string>Markdown document</string>
2524 <key>UTTypeIdentifier</key>
2525 <string>net.daringfireball.markdown</string>
2526 <key>UTTypeTagSpecification</key>
2527 <dict>
2528 <key>public.filename-extension</key>
2529 <array>
2530 <string>markdown</string>
2531 <string>markd</string>
2532 <string>mdown</string>
2533 <string>md</string>
2534 </array>
2535 </dict>
2536 </dict>
2537 <dict>
2538 <key>UTTypeConformsTo</key>
2539 <array>
2540 <string>public.plain-text</string>
2541 </array>
2542 <key>UTTypeDescription</key>
2543 <string>reStructuredText document</string>
2544 <key>UTTypeIdentifier</key>
2545 <string>org.vim.rst-file</string>
2546 <key>UTTypeTagSpecification</key>
2547 <dict>
2548 <key>public.filename-extension</key>
2549 <array>
2550 <string>rst</string>
2551 </array>
2552 </dict>
2553 </dict>
2554 <dict>
2555 <key>UTTypeConformsTo</key>
2556 <array>
2557 <string>public.plain-text</string>
2558 </array>
2559 <key>UTTypeDescription</key>
2560 <string>Vimball Archive</string>
2561 <key>UTTypeIdentifier</key>
2562 <string>org.vim.vba-file</string>
2563 <key>UTTypeTagSpecification</key>
2564 <dict>
2565 <key>public.filename-extension</key>
2566 <array>
2567 <string>vba</string>
2568 </array>
2569 </dict>
2570 </dict>
2571 </array>
2572 </dict>
2573 </plist>