20091124
[MacVim/KaoriYa.git] / src / MacVim / Info.plist
blob7343c05e9014d92c0d59b0f98cbc6d7841c9e5b2
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>20091124</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 Document Containing 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/Open Selected File</string>
1234 </dict>
1235 <key>NSMessage</key>
1236 <string>openFile</string>
1237 <key>NSPortName</key>
1238 <string>MacVim</string>
1239 <key>NSSendTypes</key>
1240 <array>
1241 <string>NSStringPboardType</string>
1242 </array>
1243 <key>NSUserData</key>
1244 <string>Window</string>
1245 <key>NSRequiredContext</key>
1246 <dict>
1247 <key>NSTextContent</key>
1248 <string>FilePath</string>
1249 </dict>
1250 </dict>
1251 <dict>
1252 <key>NSMenuItem</key>
1253 <dict>
1254 <key>default</key>
1255 <string>MacVim/New Document Here</string>
1256 </dict>
1257 <key>NSMessage</key>
1258 <string>newFileHere</string>
1259 <key>NSPortName</key>
1260 <string>MacVim</string>
1261 <key>NSSendTypes</key>
1262 <array>
1263 <string>NSStringPboardType</string>
1264 </array>
1265 <key>NSUserData</key>
1266 <string>Window</string>
1267 <key>NSRequiredContext</key>
1268 <dict>
1269 <key>NSTextContent</key>
1270 <string>FilePath</string>
1271 </dict>
1272 </dict>
1273 </array>
1274 <key>SUFeedURL</key>
1275 <string>http://macvim-kaoriya.googlecode.com/svn/wiki/latest.xml</string>
1276 <key>NSAppleScriptEnabled</key>
1277 <true/>
1279 <!-- In order for Quick Look to work we must add entries to
1280 UTExportedTypeDeclarations. When possible a "proper" UTI is used,
1281 but in case one could not be found just use "org.vim.*-file".
1282 This array is quite huge and it would be nice to come up with
1283 another way of supporting Quick Look without this.
1285 <key>UTExportedTypeDeclarations</key>
1286 <array>
1287 <dict>
1288 <key>UTTypeConformsTo</key>
1289 <array>
1290 <string>public.plain-text</string>
1291 </array>
1292 <key>UTTypeDescription</key>
1293 <string>Vim Script File</string>
1294 <key>UTTypeIdentifier</key>
1295 <string>org.vim.vim-script</string>
1296 <key>UTTypeTagSpecification</key>
1297 <dict>
1298 <key>public.filename-extension</key>
1299 <array>
1300 <string>vim</string>
1301 </array>
1302 </dict>
1303 </dict>
1304 <dict>
1305 <key>UTTypeConformsTo</key>
1306 <array>
1307 <string>public.plain-text</string>
1308 </array>
1309 <key>UTTypeDescription</key>
1310 <string>Plain Text File</string>
1311 <key>UTTypeIdentifier</key>
1312 <string>public.plain-text</string>
1313 <key>UTTypeTagSpecification</key>
1314 <dict>
1315 <key>public.filename-extension</key>
1316 <array>
1317 <string>txt</string>
1318 <string>text</string>
1319 <string>utf8</string>
1320 </array>
1321 </dict>
1322 </dict>
1323 <dict>
1324 <key>UTTypeConformsTo</key>
1325 <array>
1326 <string>public.plain-text</string>
1327 </array>
1328 <key>UTTypeDescription</key>
1329 <string>TeX File</string>
1330 <key>UTTypeIdentifier</key>
1331 <string>org.vim.tex-file</string>
1332 <key>UTTypeTagSpecification</key>
1333 <dict>
1334 <key>public.filename-extension</key>
1335 <array>
1336 <string>tex</string>
1337 <string>sty</string>
1338 <string>cls</string>
1339 <string>ltx</string>
1340 <string>ins</string>
1341 <string>dtx</string>
1342 </array>
1343 </dict>
1344 </dict>
1345 <dict>
1346 <key>UTTypeConformsTo</key>
1347 <array>
1348 <string>public.plain-text</string>
1349 </array>
1350 <key>UTTypeDescription</key>
1351 <string>C Header Source File</string>
1352 <key>UTTypeIdentifier</key>
1353 <string>public.c-header</string>
1354 <key>UTTypeTagSpecification</key>
1355 <dict>
1356 <key>public.filename-extension</key>
1357 <array>
1358 <string>h</string>
1359 </array>
1360 </dict>
1361 </dict>
1362 <dict>
1363 <key>UTTypeConformsTo</key>
1364 <array>
1365 <string>public.plain-text</string>
1366 </array>
1367 <key>UTTypeDescription</key>
1368 <string>C Precompiled Header Source File</string>
1369 <key>UTTypeIdentifier</key>
1370 <string>org.vim.pch-file</string>
1371 <key>UTTypeTagSpecification</key>
1372 <dict>
1373 <key>public.filename-extension</key>
1374 <array>
1375 <string>pch</string>
1376 </array>
1377 </dict>
1378 </dict>
1379 <dict>
1380 <key>UTTypeConformsTo</key>
1381 <array>
1382 <string>public.plain-text</string>
1383 </array>
1384 <key>UTTypeDescription</key>
1385 <string>C++ Header Source File</string>
1386 <key>UTTypeIdentifier</key>
1387 <string>public.c-plus-plus-header</string>
1388 <key>UTTypeTagSpecification</key>
1389 <dict>
1390 <key>public.filename-extension</key>
1391 <array>
1392 <string>hh</string>
1393 <string>hp</string>
1394 <string>hpp</string>
1395 <string>hxx</string>
1396 <string>h++</string>
1397 </array>
1398 </dict>
1399 </dict>
1400 <dict>
1401 <key>UTTypeConformsTo</key>
1402 <array>
1403 <string>public.plain-text</string>
1404 </array>
1405 <key>UTTypeDescription</key>
1406 <string>C++ Precompiled Header Source File</string>
1407 <key>UTTypeIdentifier</key>
1408 <string>org.vim.pch++-file</string>
1409 <key>UTTypeTagSpecification</key>
1410 <dict>
1411 <key>public.filename-extension</key>
1412 <array>
1413 <string>pch++</string>
1414 </array>
1415 </dict>
1416 </dict>
1417 <dict>
1418 <key>UTTypeConformsTo</key>
1419 <array>
1420 <string>public.plain-text</string>
1421 </array>
1422 <key>UTTypeDescription</key>
1423 <string>C Source File</string>
1424 <key>UTTypeIdentifier</key>
1425 <string>public.c-source</string>
1426 <key>UTTypeTagSpecification</key>
1427 <dict>
1428 <key>public.filename-extension</key>
1429 <array>
1430 <string>c</string>
1431 </array>
1432 </dict>
1433 </dict>
1434 <dict>
1435 <key>UTTypeConformsTo</key>
1436 <array>
1437 <string>public.plain-text</string>
1438 </array>
1439 <key>UTTypeDescription</key>
1440 <string>Objective-C Source File</string>
1441 <key>UTTypeIdentifier</key>
1442 <string>public.objective-c-source</string>
1443 <key>UTTypeTagSpecification</key>
1444 <dict>
1445 <key>public.filename-extension</key>
1446 <array>
1447 <string>m</string>
1448 </array>
1449 </dict>
1450 </dict>
1451 <dict>
1452 <key>UTTypeConformsTo</key>
1453 <array>
1454 <string>public.plain-text</string>
1455 </array>
1456 <key>UTTypeDescription</key>
1457 <string>Objective-C++ Source File</string>
1458 <key>UTTypeIdentifier</key>
1459 <string>public.objective-c-plus-plus-source</string>
1460 <key>UTTypeTagSpecification</key>
1461 <dict>
1462 <key>public.filename-extension</key>
1463 <array>
1464 <string>mm</string>
1465 </array>
1466 </dict>
1467 </dict>
1468 <dict>
1469 <key>UTTypeConformsTo</key>
1470 <array>
1471 <string>public.plain-text</string>
1472 </array>
1473 <key>UTTypeDescription</key>
1474 <string>C++ Source File</string>
1475 <key>UTTypeIdentifier</key>
1476 <string>public.c-plus-plus-source</string>
1477 <key>UTTypeTagSpecification</key>
1478 <dict>
1479 <key>public.filename-extension</key>
1480 <array>
1481 <string>cc</string>
1482 <string>cp</string>
1483 <string>cpp</string>
1484 <string>cxx</string>
1485 <string>c++</string>
1486 </array>
1487 </dict>
1488 </dict>
1489 <dict>
1490 <key>UTTypeConformsTo</key>
1491 <array>
1492 <string>public.plain-text</string>
1493 </array>
1494 <key>UTTypeDescription</key>
1495 <string>Assembly Source File</string>
1496 <key>UTTypeIdentifier</key>
1497 <string>public.assembly-source</string>
1498 <key>UTTypeTagSpecification</key>
1499 <dict>
1500 <key>public.filename-extension</key>
1501 <array>
1502 <string>s</string>
1503 <string>asm</string>
1504 </array>
1505 </dict>
1506 </dict>
1507 <dict>
1508 <key>UTTypeConformsTo</key>
1509 <array>
1510 <string>public.plain-text</string>
1511 </array>
1512 <key>UTTypeDescription</key>
1513 <string>Rez Source File</string>
1514 <key>UTTypeIdentifier</key>
1515 <string>com.apple.rez-source</string>
1516 <key>UTTypeTagSpecification</key>
1517 <dict>
1518 <key>public.filename-extension</key>
1519 <array>
1520 <string>r</string>
1521 </array>
1522 </dict>
1523 </dict>
1524 <dict>
1525 <key>UTTypeConformsTo</key>
1526 <array>
1527 <string>public.plain-text</string>
1528 </array>
1529 <key>UTTypeDescription</key>
1530 <string>Java Source File</string>
1531 <key>UTTypeIdentifier</key>
1532 <string>com.sun.java-source</string>
1533 <key>UTTypeTagSpecification</key>
1534 <dict>
1535 <key>public.filename-extension</key>
1536 <array>
1537 <string>java</string>
1538 <string>jav</string>
1539 </array>
1540 </dict>
1541 </dict>
1542 <dict>
1543 <key>UTTypeConformsTo</key>
1544 <array>
1545 <string>public.plain-text</string>
1546 </array>
1547 <key>UTTypeDescription</key>
1548 <string>Lex Source File</string>
1549 <key>UTTypeIdentifier</key>
1550 <string>com.apple.xcode.lex-source</string>
1551 <key>UTTypeTagSpecification</key>
1552 <dict>
1553 <key>public.filename-extension</key>
1554 <array>
1555 <string>l</string>
1556 <string>lm</string>
1557 <string>lmm</string>
1558 <string>lpp</string>
1559 <string>lxx</string>
1560 </array>
1561 </dict>
1562 </dict>
1563 <dict>
1564 <key>UTTypeConformsTo</key>
1565 <array>
1566 <string>public.plain-text</string>
1567 </array>
1568 <key>UTTypeDescription</key>
1569 <string>Yacc Source File</string>
1570 <key>UTTypeIdentifier</key>
1571 <string>com.apple.xcode.yacc-source</string>
1572 <key>UTTypeTagSpecification</key>
1573 <dict>
1574 <key>public.filename-extension</key>
1575 <array>
1576 <string>y</string>
1577 <string>ym</string>
1578 <string>ymm</string>
1579 <string>ypp</string>
1580 <string>yxx</string>
1581 </array>
1582 </dict>
1583 </dict>
1584 <dict>
1585 <key>UTTypeConformsTo</key>
1586 <array>
1587 <string>public.plain-text</string>
1588 </array>
1589 <key>UTTypeDescription</key>
1590 <string>Mig Definition File</string>
1591 <key>UTTypeIdentifier</key>
1592 <string>public.mig-source</string>
1593 <key>UTTypeTagSpecification</key>
1594 <dict>
1595 <key>public.filename-extension</key>
1596 <array>
1597 <string>defs</string>
1598 </array>
1599 </dict>
1600 </dict>
1601 <dict>
1602 <key>UTTypeConformsTo</key>
1603 <array>
1604 <string>public.plain-text</string>
1605 </array>
1606 <key>UTTypeDescription</key>
1607 <string>Symbol Export File</string>
1608 <key>UTTypeIdentifier</key>
1609 <string>com.apple.symbol-export</string>
1610 <key>UTTypeTagSpecification</key>
1611 <dict>
1612 <key>public.filename-extension</key>
1613 <array>
1614 <string>exp</string>
1615 </array>
1616 </dict>
1617 </dict>
1618 <dict>
1619 <key>UTTypeConformsTo</key>
1620 <array>
1621 <string>public.plain-text</string>
1622 </array>
1623 <key>UTTypeDescription</key>
1624 <string>Fortran Source File</string>
1625 <key>UTTypeIdentifier</key>
1626 <string>com.apple.xcode.fortran-source</string>
1627 <key>UTTypeTagSpecification</key>
1628 <dict>
1629 <key>public.filename-extension</key>
1630 <array>
1631 <string>f</string>
1632 <string>for</string>
1633 <string>fpp</string>
1634 <string>f77</string>
1635 <string>f90</string>
1636 <string>f95</string>
1637 </array>
1638 </dict>
1639 </dict>
1640 <dict>
1641 <key>UTTypeConformsTo</key>
1642 <array>
1643 <string>public.plain-text</string>
1644 </array>
1645 <key>UTTypeDescription</key>
1646 <string>Pascal Source file</string>
1647 <key>UTTypeIdentifier</key>
1648 <string>com.apple.xcode.pascal-source</string>
1649 <key>UTTypeTagSpecification</key>
1650 <dict>
1651 <key>public.filename-extension</key>
1652 <array>
1653 <string>pas</string>
1654 </array>
1655 </dict>
1656 </dict>
1657 <dict>
1658 <key>UTTypeConformsTo</key>
1659 <array>
1660 <string>public.plain-text</string>
1661 </array>
1662 <key>UTTypeDescription</key>
1663 <string>Ada Source File</string>
1664 <key>UTTypeIdentifier</key>
1665 <string>com.apple.xcode.ada-source</string>
1666 <key>UTTypeTagSpecification</key>
1667 <dict>
1668 <key>public.filename-extension</key>
1669 <array>
1670 <string>ada</string>
1671 <string>adb</string>
1672 <string>ads</string>
1673 </array>
1674 </dict>
1675 </dict>
1676 <dict>
1677 <key>UTTypeConformsTo</key>
1678 <array>
1679 <string>public.plain-text</string>
1680 </array>
1681 <key>UTTypeDescription</key>
1682 <string>HTML Source File</string>
1683 <key>UTTypeIdentifier</key>
1684 <string>public.html</string>
1685 <key>UTTypeTagSpecification</key>
1686 <dict>
1687 <key>public.filename-extension</key>
1688 <array>
1689 <string>html</string>
1690 <string>phtml</string>
1691 <string>shtml</string>
1692 <string>xhtml</string>
1693 <string>htm</string>
1694 <string>pht</string>
1695 <string>sht</string>
1696 <string>xht</string>
1697 <string>phtm</string>
1698 <string>shtm</string>
1699 <string>xhtm</string>
1700 </array>
1701 </dict>
1702 </dict>
1703 <dict>
1704 <key>UTTypeConformsTo</key>
1705 <array>
1706 <string>public.plain-text</string>
1707 </array>
1708 <key>UTTypeDescription</key>
1709 <string>XML Source File</string>
1710 <key>UTTypeIdentifier</key>
1711 <string>public.xml</string>
1712 <key>UTTypeTagSpecification</key>
1713 <dict>
1714 <key>public.filename-extension</key>
1715 <array>
1716 <string>xml</string>
1717 <string>rss</string>
1718 <string>tld</string>
1719 <string>pt</string>
1720 <string>cpt</string>
1721 <string>dtml</string>
1722 </array>
1723 </dict>
1724 </dict>
1725 <dict>
1726 <key>UTTypeConformsTo</key>
1727 <array>
1728 <string>public.plain-text</string>
1729 </array>
1730 <key>UTTypeDescription</key>
1731 <string>JavaScript Source File</string>
1732 <key>UTTypeIdentifier</key>
1733 <string>com.netscape.javascript-source</string>
1734 <key>UTTypeTagSpecification</key>
1735 <dict>
1736 <key>public.filename-extension</key>
1737 <array>
1738 <string>js</string>
1739 <string>htc</string>
1740 <string>jscript</string>
1741 <string>javascript</string>
1742 </array>
1743 </dict>
1744 </dict>
1745 <dict>
1746 <key>UTTypeConformsTo</key>
1747 <array>
1748 <string>public.plain-text</string>
1749 </array>
1750 <key>UTTypeDescription</key>
1751 <string>Perl source</string>
1752 <key>UTTypeIdentifier</key>
1753 <string>public.perl-script</string>
1754 <key>UTTypeTagSpecification</key>
1755 <dict>
1756 <key>public.filename-extension</key>
1757 <array>
1758 <string>pl</string>
1759 <string>pm</string>
1760 <string>pod</string>
1761 <string>perl</string>
1762 </array>
1763 </dict>
1764 </dict>
1765 <dict>
1766 <key>UTTypeConformsTo</key>
1767 <array>
1768 <string>public.plain-text</string>
1769 </array>
1770 <key>UTTypeDescription</key>
1771 <string>Python source</string>
1772 <key>UTTypeIdentifier</key>
1773 <string>public.python-script</string>
1774 <key>UTTypeTagSpecification</key>
1775 <dict>
1776 <key>public.filename-extension</key>
1777 <array>
1778 <string>py</string>
1779 <string>rpy</string>
1780 <string>cpy</string>
1781 <string>python</string>
1782 </array>
1783 </dict>
1784 </dict>
1785 <dict>
1786 <key>UTTypeConformsTo</key>
1787 <array>
1788 <string>public.plain-text</string>
1789 </array>
1790 <key>UTTypeDescription</key>
1791 <string>PHP source</string>
1792 <key>UTTypeIdentifier</key>
1793 <string>public.php-script</string>
1794 <key>UTTypeTagSpecification</key>
1795 <dict>
1796 <key>public.filename-extension</key>
1797 <array>
1798 <string>php</string>
1799 <string>php3</string>
1800 <string>php4</string>
1801 <string>php5</string>
1802 <string>ph3</string>
1803 <string>ph4</string>
1804 <string>phtml</string>
1805 </array>
1806 </dict>
1807 </dict>
1808 <dict>
1809 <key>UTTypeConformsTo</key>
1810 <array>
1811 <string>public.plain-text</string>
1812 </array>
1813 <key>UTTypeDescription</key>
1814 <string>Ruby source</string>
1815 <key>UTTypeIdentifier</key>
1816 <string>public.ruby-script</string>
1817 <key>UTTypeTagSpecification</key>
1818 <dict>
1819 <key>public.filename-extension</key>
1820 <array>
1821 <string>rb</string>
1822 <string>rbw</string>
1823 <string>rbx</string>
1824 <string>rjs</string>
1825 <string>rxml</string>
1826 </array>
1827 </dict>
1828 </dict>
1829 <dict>
1830 <key>UTTypeConformsTo</key>
1831 <array>
1832 <string>public.plain-text</string>
1833 </array>
1834 <key>UTTypeDescription</key>
1835 <string>Shell script</string>
1836 <key>UTTypeIdentifier</key>
1837 <string>public.shell-script</string>
1838 <key>UTTypeTagSpecification</key>
1839 <dict>
1840 <key>public.filename-extension</key>
1841 <array>
1842 <string>sh</string>
1843 <string>csh</string>
1844 <string>command</string>
1845 <string>ss</string>
1846 <string>bashrc</string>
1847 <string>bash_profile</string>
1848 <string>bash_login</string>
1849 <string>profile</string>
1850 <string>bash_logout</string>
1851 </array>
1852 </dict>
1853 </dict>
1854 <dict>
1855 <key>UTTypeConformsTo</key>
1856 <array>
1857 <string>public.plain-text</string>
1858 </array>
1859 <key>UTTypeDescription</key>
1860 <string>Java Class File</string>
1861 <key>UTTypeIdentifier</key>
1862 <string>com.sun.java-class</string>
1863 <key>UTTypeTagSpecification</key>
1864 <dict>
1865 <key>public.filename-extension</key>
1866 <array>
1867 <string>class</string>
1868 </array>
1869 </dict>
1870 </dict>
1871 <dict>
1872 <key>UTTypeConformsTo</key>
1873 <array>
1874 <string>public.plain-text</string>
1875 </array>
1876 <key>UTTypeDescription</key>
1877 <string>Patch File</string>
1878 <key>UTTypeIdentifier</key>
1879 <string>org.vim.patch-file</string>
1880 <key>UTTypeTagSpecification</key>
1881 <dict>
1882 <key>public.filename-extension</key>
1883 <array>
1884 <string>patch</string>
1885 <string>diff</string>
1886 </array>
1887 </dict>
1888 </dict>
1889 <dict>
1890 <key>UTTypeConformsTo</key>
1891 <array>
1892 <string>public.plain-text</string>
1893 </array>
1894 <key>UTTypeDescription</key>
1895 <string>Strings File</string>
1896 <key>UTTypeIdentifier</key>
1897 <string>com.apple.xcode.strings-text</string>
1898 <key>UTTypeTagSpecification</key>
1899 <dict>
1900 <key>public.filename-extension</key>
1901 <array>
1902 <string>strings</string>
1903 </array>
1904 </dict>
1905 </dict>
1906 <dict>
1907 <key>UTTypeConformsTo</key>
1908 <array>
1909 <string>public.plain-text</string>
1910 </array>
1911 <key>UTTypeDescription</key>
1912 <string>AppleScript source</string>
1913 <key>UTTypeIdentifier</key>
1914 <string>com.apple.applescript.text</string>
1915 <key>UTTypeTagSpecification</key>
1916 <dict>
1917 <key>public.filename-extension</key>
1918 <array>
1919 <string>applescript</string>
1920 </array>
1921 </dict>
1922 </dict>
1923 <dict>
1924 <key>UTTypeConformsTo</key>
1925 <array>
1926 <string>public.plain-text</string>
1927 </array>
1928 <key>UTTypeDescription</key>
1929 <string>ActionScript source</string>
1930 <key>UTTypeIdentifier</key>
1931 <string>org.vim.as-file</string>
1932 <key>UTTypeTagSpecification</key>
1933 <dict>
1934 <key>public.filename-extension</key>
1935 <array>
1936 <string>as</string>
1937 </array>
1938 </dict>
1939 </dict>
1940 <dict>
1941 <key>UTTypeConformsTo</key>
1942 <array>
1943 <string>public.plain-text</string>
1944 </array>
1945 <key>UTTypeDescription</key>
1946 <string>ASP document</string>
1947 <key>UTTypeIdentifier</key>
1948 <string>org.vim.asp-file</string>
1949 <key>UTTypeTagSpecification</key>
1950 <dict>
1951 <key>public.filename-extension</key>
1952 <array>
1953 <string>asp</string>
1954 <string>asa</string>
1955 </array>
1956 </dict>
1957 </dict>
1958 <dict>
1959 <key>UTTypeConformsTo</key>
1960 <array>
1961 <string>public.plain-text</string>
1962 </array>
1963 <key>UTTypeDescription</key>
1964 <string>ASP.NET document</string>
1965 <key>UTTypeIdentifier</key>
1966 <string>org.vim.aspx-file</string>
1967 <key>UTTypeTagSpecification</key>
1968 <dict>
1969 <key>public.filename-extension</key>
1970 <array>
1971 <string>aspx</string>
1972 <string>ascx</string>
1973 <string>asmx</string>
1974 <string>ashx</string>
1975 </array>
1976 </dict>
1977 </dict>
1978 <dict>
1979 <key>UTTypeConformsTo</key>
1980 <array>
1981 <string>public.plain-text</string>
1982 </array>
1983 <key>UTTypeDescription</key>
1984 <string>BibTeX bibliography</string>
1985 <key>UTTypeIdentifier</key>
1986 <string>org.vim.bib-file</string>
1987 <key>UTTypeTagSpecification</key>
1988 <dict>
1989 <key>public.filename-extension</key>
1990 <array>
1991 <string>bib</string>
1992 </array>
1993 </dict>
1994 </dict>
1995 <dict>
1996 <key>UTTypeConformsTo</key>
1997 <array>
1998 <string>public.plain-text</string>
1999 </array>
2000 <key>UTTypeDescription</key>
2001 <string>C# source</string>
2002 <key>UTTypeIdentifier</key>
2003 <string>org.vim.cs-file</string>
2004 <key>UTTypeTagSpecification</key>
2005 <dict>
2006 <key>public.filename-extension</key>
2007 <array>
2008 <string>cs</string>
2009 </array>
2010 </dict>
2011 </dict>
2012 <dict>
2013 <key>UTTypeConformsTo</key>
2014 <array>
2015 <string>public.plain-text</string>
2016 </array>
2017 <key>UTTypeDescription</key>
2018 <string>Context Free Design Grammar</string>
2019 <key>UTTypeIdentifier</key>
2020 <string>org.vim.cfdg-file</string>
2021 <key>UTTypeTagSpecification</key>
2022 <dict>
2023 <key>public.filename-extension</key>
2024 <array>
2025 <string>cfdg</string>
2026 </array>
2027 </dict>
2028 </dict>
2029 <dict>
2030 <key>UTTypeConformsTo</key>
2031 <array>
2032 <string>public.plain-text</string>
2033 </array>
2034 <key>UTTypeDescription</key>
2035 <string>Comma separated values</string>
2036 <key>UTTypeIdentifier</key>
2037 <string>org.vim.csv-file</string>
2038 <key>UTTypeTagSpecification</key>
2039 <dict>
2040 <key>public.filename-extension</key>
2041 <array>
2042 <string>csv</string>
2043 </array>
2044 </dict>
2045 </dict>
2046 <dict>
2047 <key>UTTypeConformsTo</key>
2048 <array>
2049 <string>public.plain-text</string>
2050 </array>
2051 <key>UTTypeDescription</key>
2052 <string>Tab separated values</string>
2053 <key>UTTypeIdentifier</key>
2054 <string>org.vim.tsv-file</string>
2055 <key>UTTypeTagSpecification</key>
2056 <dict>
2057 <key>public.filename-extension</key>
2058 <array>
2059 <string>tsv</string>
2060 </array>
2061 </dict>
2062 </dict>
2063 <dict>
2064 <key>UTTypeConformsTo</key>
2065 <array>
2066 <string>public.plain-text</string>
2067 </array>
2068 <key>UTTypeDescription</key>
2069 <string>CGI script</string>
2070 <key>UTTypeIdentifier</key>
2071 <string>org.vim.cgi-file</string>
2072 <key>UTTypeTagSpecification</key>
2073 <dict>
2074 <key>public.filename-extension</key>
2075 <array>
2076 <string>cgi</string>
2077 <string>fcgi</string>
2078 </array>
2079 </dict>
2080 </dict>
2081 <dict>
2082 <key>UTTypeConformsTo</key>
2083 <array>
2084 <string>public.plain-text</string>
2085 </array>
2086 <key>UTTypeDescription</key>
2087 <string>Configuration file</string>
2088 <key>UTTypeIdentifier</key>
2089 <string>org.vim.cfg-file</string>
2090 <key>UTTypeTagSpecification</key>
2091 <dict>
2092 <key>public.filename-extension</key>
2093 <array>
2094 <string>cfg</string>
2095 <string>conf</string>
2096 <string>config</string>
2097 <string>htaccess</string>
2098 </array>
2099 </dict>
2100 </dict>
2101 <dict>
2102 <key>UTTypeConformsTo</key>
2103 <array>
2104 <string>public.plain-text</string>
2105 </array>
2106 <key>UTTypeDescription</key>
2107 <string>Cascading style sheet</string>
2108 <key>UTTypeIdentifier</key>
2109 <string>org.vim.css-file</string>
2110 <key>UTTypeTagSpecification</key>
2111 <dict>
2112 <key>public.filename-extension</key>
2113 <array>
2114 <string>css</string>
2115 </array>
2116 </dict>
2117 </dict>
2118 <dict>
2119 <key>UTTypeConformsTo</key>
2120 <array>
2121 <string>public.plain-text</string>
2122 </array>
2123 <key>UTTypeDescription</key>
2124 <string>Document Type Definition</string>
2125 <key>UTTypeIdentifier</key>
2126 <string>org.vim.dtd-file</string>
2127 <key>UTTypeTagSpecification</key>
2128 <dict>
2129 <key>public.filename-extension</key>
2130 <array>
2131 <string>dtd</string>
2132 </array>
2133 </dict>
2134 </dict>
2135 <dict>
2136 <key>UTTypeConformsTo</key>
2137 <array>
2138 <string>public.plain-text</string>
2139 </array>
2140 <key>UTTypeDescription</key>
2141 <string>Dylan source</string>
2142 <key>UTTypeIdentifier</key>
2143 <string>org.vim.dylan-file</string>
2144 <key>UTTypeTagSpecification</key>
2145 <dict>
2146 <key>public.filename-extension</key>
2147 <array>
2148 <string>dylan</string>
2149 </array>
2150 </dict>
2151 </dict>
2152 <dict>
2153 <key>UTTypeConformsTo</key>
2154 <array>
2155 <string>public.plain-text</string>
2156 </array>
2157 <key>UTTypeDescription</key>
2158 <string>Erlang source</string>
2159 <key>UTTypeIdentifier</key>
2160 <string>org.vim.erl-file</string>
2161 <key>UTTypeTagSpecification</key>
2162 <dict>
2163 <key>public.filename-extension</key>
2164 <array>
2165 <string>erl</string>
2166 <string>hrl</string>
2167 </array>
2168 </dict>
2169 </dict>
2170 <dict>
2171 <key>UTTypeConformsTo</key>
2172 <array>
2173 <string>public.plain-text</string>
2174 </array>
2175 <key>UTTypeDescription</key>
2176 <string>F-Script source</string>
2177 <key>UTTypeIdentifier</key>
2178 <string>org.vim.fscript-file</string>
2179 <key>UTTypeTagSpecification</key>
2180 <dict>
2181 <key>public.filename-extension</key>
2182 <array>
2183 <string>fscript</string>
2184 </array>
2185 </dict>
2186 </dict>
2187 <dict>
2188 <key>UTTypeConformsTo</key>
2189 <array>
2190 <string>public.plain-text</string>
2191 </array>
2192 <key>UTTypeDescription</key>
2193 <string>Haskell source</string>
2194 <key>UTTypeIdentifier</key>
2195 <string>org.vim.hs-file</string>
2196 <key>UTTypeTagSpecification</key>
2197 <dict>
2198 <key>public.filename-extension</key>
2199 <array>
2200 <string>hs</string>
2201 <string>lhs</string>
2202 </array>
2203 </dict>
2204 </dict>
2205 <dict>
2206 <key>UTTypeConformsTo</key>
2207 <array>
2208 <string>public.plain-text</string>
2209 </array>
2210 <key>UTTypeDescription</key>
2211 <string>Include file</string>
2212 <key>UTTypeIdentifier</key>
2213 <string>org.vim.inc-file</string>
2214 <key>UTTypeTagSpecification</key>
2215 <dict>
2216 <key>public.filename-extension</key>
2217 <array>
2218 <string>inc</string>
2219 </array>
2220 </dict>
2221 </dict>
2222 <dict>
2223 <key>UTTypeConformsTo</key>
2224 <array>
2225 <string>public.plain-text</string>
2226 </array>
2227 <key>UTTypeDescription</key>
2228 <string>iCalendar schedule</string>
2229 <key>UTTypeIdentifier</key>
2230 <string>org.vim.ics-file</string>
2231 <key>UTTypeTagSpecification</key>
2232 <dict>
2233 <key>public.filename-extension</key>
2234 <array>
2235 <string>ics</string>
2236 </array>
2237 </dict>
2238 </dict>
2239 <dict>
2240 <key>UTTypeConformsTo</key>
2241 <array>
2242 <string>public.plain-text</string>
2243 </array>
2244 <key>UTTypeDescription</key>
2245 <string>MS Windows initialization file</string>
2246 <key>UTTypeIdentifier</key>
2247 <string>org.vim.ini-file</string>
2248 <key>UTTypeTagSpecification</key>
2249 <dict>
2250 <key>public.filename-extension</key>
2251 <array>
2252 <string>ini</string>
2253 </array>
2254 </dict>
2255 </dict>
2256 <dict>
2257 <key>UTTypeConformsTo</key>
2258 <array>
2259 <string>public.plain-text</string>
2260 </array>
2261 <key>UTTypeDescription</key>
2262 <string>Io source</string>
2263 <key>UTTypeIdentifier</key>
2264 <string>org.vim.io-file</string>
2265 <key>UTTypeTagSpecification</key>
2266 <dict>
2267 <key>public.filename-extension</key>
2268 <array>
2269 <string>io</string>
2270 </array>
2271 </dict>
2272 </dict>
2273 <dict>
2274 <key>UTTypeConformsTo</key>
2275 <array>
2276 <string>public.plain-text</string>
2277 </array>
2278 <key>UTTypeDescription</key>
2279 <string>BeanShell script</string>
2280 <key>UTTypeIdentifier</key>
2281 <string>org.vim.bsh-file</string>
2282 <key>UTTypeTagSpecification</key>
2283 <dict>
2284 <key>public.filename-extension</key>
2285 <array>
2286 <string>bsh</string>
2287 </array>
2288 </dict>
2289 </dict>
2290 <dict>
2291 <key>UTTypeConformsTo</key>
2292 <array>
2293 <string>public.plain-text</string>
2294 </array>
2295 <key>UTTypeDescription</key>
2296 <string>Java properties file</string>
2297 <key>UTTypeIdentifier</key>
2298 <string>org.vim.properties-file</string>
2299 <key>UTTypeTagSpecification</key>
2300 <dict>
2301 <key>public.filename-extension</key>
2302 <array>
2303 <string>properties</string>
2304 </array>
2305 </dict>
2306 </dict>
2307 <dict>
2308 <key>UTTypeConformsTo</key>
2309 <array>
2310 <string>public.plain-text</string>
2311 </array>
2312 <key>UTTypeDescription</key>
2313 <string>Java Server Page</string>
2314 <key>UTTypeIdentifier</key>
2315 <string>org.vim.jsp-file</string>
2316 <key>UTTypeTagSpecification</key>
2317 <dict>
2318 <key>public.filename-extension</key>
2319 <array>
2320 <string>jsp</string>
2321 </array>
2322 </dict>
2323 </dict>
2324 <dict>
2325 <key>UTTypeConformsTo</key>
2326 <array>
2327 <string>public.plain-text</string>
2328 </array>
2329 <key>UTTypeDescription</key>
2330 <string>LISP source</string>
2331 <key>UTTypeIdentifier</key>
2332 <string>org.vim.lisp-file</string>
2333 <key>UTTypeTagSpecification</key>
2334 <dict>
2335 <key>public.filename-extension</key>
2336 <array>
2337 <string>lisp</string>
2338 <string>cl</string>
2339 <string>l</string>
2340 <string>lsp</string>
2341 <string>mud</string>
2342 <string>el</string>
2343 </array>
2344 </dict>
2345 </dict>
2346 <dict>
2347 <key>UTTypeConformsTo</key>
2348 <array>
2349 <string>public.plain-text</string>
2350 </array>
2351 <key>UTTypeDescription</key>
2352 <string>Log file</string>
2353 <key>UTTypeIdentifier</key>
2354 <string>org.vim.log-file</string>
2355 <key>UTTypeTagSpecification</key>
2356 <dict>
2357 <key>public.filename-extension</key>
2358 <array>
2359 <string>log</string>
2360 </array>
2361 </dict>
2362 </dict>
2363 <dict>
2364 <key>UTTypeConformsTo</key>
2365 <array>
2366 <string>public.plain-text</string>
2367 </array>
2368 <key>UTTypeDescription</key>
2369 <string>Mediawiki document</string>
2370 <key>UTTypeIdentifier</key>
2371 <string>org.vim.wiki-file</string>
2372 <key>UTTypeTagSpecification</key>
2373 <dict>
2374 <key>public.filename-extension</key>
2375 <array>
2376 <string>wiki</string>
2377 <string>wikipedia</string>
2378 <string>mediawiki</string>
2379 </array>
2380 </dict>
2381 </dict>
2382 <dict>
2383 <key>UTTypeConformsTo</key>
2384 <array>
2385 <string>public.plain-text</string>
2386 </array>
2387 <key>UTTypeDescription</key>
2388 <string>PostScript source</string>
2389 <key>UTTypeIdentifier</key>
2390 <string>com.adobe.postscript</string>
2391 <key>UTTypeTagSpecification</key>
2392 <dict>
2393 <key>public.filename-extension</key>
2394 <array>
2395 <string>ps</string>
2396 <string>eps</string>
2397 </array>
2398 </dict>
2399 </dict>
2400 <dict>
2401 <key>UTTypeConformsTo</key>
2402 <array>
2403 <string>public.plain-text</string>
2404 </array>
2405 <key>UTTypeDescription</key>
2406 <string>Scheme source</string>
2407 <key>UTTypeIdentifier</key>
2408 <string>org.vim.scm-file</string>
2409 <key>UTTypeTagSpecification</key>
2410 <dict>
2411 <key>public.filename-extension</key>
2412 <array>
2413 <string>scm</string>
2414 <string>sch</string>
2415 </array>
2416 </dict>
2417 </dict>
2418 <dict>
2419 <key>UTTypeConformsTo</key>
2420 <array>
2421 <string>public.plain-text</string>
2422 </array>
2423 <key>UTTypeDescription</key>
2424 <string>SQL source</string>
2425 <key>UTTypeIdentifier</key>
2426 <string>org.vim.sql-file</string>
2427 <key>UTTypeTagSpecification</key>
2428 <dict>
2429 <key>public.filename-extension</key>
2430 <array>
2431 <string>sql</string>
2432 </array>
2433 </dict>
2434 </dict>
2435 <dict>
2436 <key>UTTypeConformsTo</key>
2437 <array>
2438 <string>public.plain-text</string>
2439 </array>
2440 <key>UTTypeDescription</key>
2441 <string>Tcl source</string>
2442 <key>UTTypeIdentifier</key>
2443 <string>org.vim.tcl-file</string>
2444 <key>UTTypeTagSpecification</key>
2445 <dict>
2446 <key>public.filename-extension</key>
2447 <array>
2448 <string>tcl</string>
2449 </array>
2450 </dict>
2451 </dict>
2452 <dict>
2453 <key>UTTypeConformsTo</key>
2454 <array>
2455 <string>public.plain-text</string>
2456 </array>
2457 <key>UTTypeDescription</key>
2458 <string>XSL stylesheet</string>
2459 <key>UTTypeIdentifier</key>
2460 <string>org.vim.xsl-file</string>
2461 <key>UTTypeTagSpecification</key>
2462 <dict>
2463 <key>public.filename-extension</key>
2464 <array>
2465 <string>xsl</string>
2466 <string>xslt</string>
2467 </array>
2468 </dict>
2469 </dict>
2470 <dict>
2471 <key>UTTypeConformsTo</key>
2472 <array>
2473 <string>public.plain-text</string>
2474 </array>
2475 <key>UTTypeDescription</key>
2476 <string>Electronic business card</string>
2477 <key>UTTypeIdentifier</key>
2478 <string>public.vcard</string>
2479 <key>UTTypeTagSpecification</key>
2480 <dict>
2481 <key>public.filename-extension</key>
2482 <array>
2483 <string>vcf</string>
2484 <string>vcard</string>
2485 </array>
2486 </dict>
2487 </dict>
2488 <dict>
2489 <key>UTTypeConformsTo</key>
2490 <array>
2491 <string>public.plain-text</string>
2492 </array>
2493 <key>UTTypeDescription</key>
2494 <string>Visual Basic source</string>
2495 <key>UTTypeIdentifier</key>
2496 <string>org.vim.vb-file</string>
2497 <key>UTTypeTagSpecification</key>
2498 <dict>
2499 <key>public.filename-extension</key>
2500 <array>
2501 <string>vb</string>
2502 </array>
2503 </dict>
2504 </dict>
2505 <dict>
2506 <key>UTTypeConformsTo</key>
2507 <array>
2508 <string>public.plain-text</string>
2509 </array>
2510 <key>UTTypeDescription</key>
2511 <string>YAML document</string>
2512 <key>UTTypeIdentifier</key>
2513 <string>org.vim.yaml-file</string>
2514 <key>UTTypeTagSpecification</key>
2515 <dict>
2516 <key>public.filename-extension</key>
2517 <array>
2518 <string>yaml</string>
2519 <string>yml</string>
2520 </array>
2521 </dict>
2522 </dict>
2523 <dict>
2524 <key>UTTypeConformsTo</key>
2525 <array>
2526 <string>public.plain-text</string>
2527 </array>
2528 <key>UTTypeDescription</key>
2529 <string>GTD document</string>
2530 <key>UTTypeIdentifier</key>
2531 <string>org.vim.gtd-file</string>
2532 <key>UTTypeTagSpecification</key>
2533 <dict>
2534 <key>public.filename-extension</key>
2535 <array>
2536 <string>gtd</string>
2537 <string>gtdlog</string>
2538 </array>
2539 </dict>
2540 </dict>
2541 <dict>
2542 <key>UTTypeConformsTo</key>
2543 <array>
2544 <string>public.plain-text</string>
2545 </array>
2546 <key>UTTypeDescription</key>
2547 <string>Markdown document</string>
2548 <key>UTTypeIdentifier</key>
2549 <string>net.daringfireball.markdown</string>
2550 <key>UTTypeTagSpecification</key>
2551 <dict>
2552 <key>public.filename-extension</key>
2553 <array>
2554 <string>markdown</string>
2555 <string>markd</string>
2556 <string>mdown</string>
2557 <string>md</string>
2558 </array>
2559 </dict>
2560 </dict>
2561 <dict>
2562 <key>UTTypeConformsTo</key>
2563 <array>
2564 <string>public.plain-text</string>
2565 </array>
2566 <key>UTTypeDescription</key>
2567 <string>reStructuredText document</string>
2568 <key>UTTypeIdentifier</key>
2569 <string>org.vim.rst-file</string>
2570 <key>UTTypeTagSpecification</key>
2571 <dict>
2572 <key>public.filename-extension</key>
2573 <array>
2574 <string>rst</string>
2575 </array>
2576 </dict>
2577 </dict>
2578 <dict>
2579 <key>UTTypeConformsTo</key>
2580 <array>
2581 <string>public.plain-text</string>
2582 </array>
2583 <key>UTTypeDescription</key>
2584 <string>Vimball Archive</string>
2585 <key>UTTypeIdentifier</key>
2586 <string>org.vim.vba-file</string>
2587 <key>UTTypeTagSpecification</key>
2588 <dict>
2589 <key>public.filename-extension</key>
2590 <array>
2591 <string>vba</string>
2592 </array>
2593 </dict>
2594 </dict>
2595 </array>
2596 </dict>
2597 </plist>