|
506 | 506 | "extensions": [ |
507 | 507 | ".asm", |
508 | 508 | ".a51", |
| 509 | + ".i", |
509 | 510 | ".inc", |
510 | 511 | ".nasm" |
511 | 512 | ], |
|
670 | 671 | "type": "markup", |
671 | 672 | "group": "TeX", |
672 | 673 | "extensions": [ |
673 | | - ".bib" |
| 674 | + ".bib", |
| 675 | + ".bibtex" |
674 | 676 | ], |
675 | 677 | "tmScope": "text.bibtex", |
676 | 678 | "aceMode": "tex", |
|
2443 | 2445 | "wrap": "false", |
2444 | 2446 | "searchable": "true" |
2445 | 2447 | }, |
| 2448 | + { |
| 2449 | + "type": "programming", |
| 2450 | + "color": "#c37240", |
| 2451 | + "extensions": [ |
| 2452 | + ".dsp" |
| 2453 | + ], |
| 2454 | + "tmScope": "source.faust", |
| 2455 | + "aceMode": "text", |
| 2456 | + "languageId": 622529198, |
| 2457 | + "name": "Faust", |
| 2458 | + "aliases": [ |
| 2459 | + "faust" |
| 2460 | + ], |
| 2461 | + "wrap": "false", |
| 2462 | + "searchable": "true" |
| 2463 | + }, |
2446 | 2464 | { |
2447 | 2465 | "type": "programming", |
2448 | 2466 | "extensions": [ |
|
3667 | 3685 | "extensions": [ |
3668 | 3686 | ".ini", |
3669 | 3687 | ".cfg", |
| 3688 | + ".dof", |
3670 | 3689 | ".lektorproject", |
3671 | 3690 | ".prefs", |
3672 | 3691 | ".pro", |
|
5300 | 5319 | "wrap": "false", |
5301 | 5320 | "searchable": "true" |
5302 | 5321 | }, |
| 5322 | + { |
| 5323 | + "type": "data", |
| 5324 | + "extensions": [ |
| 5325 | + ".dsp" |
| 5326 | + ], |
| 5327 | + "tmScope": "none", |
| 5328 | + "aceMode": "text", |
| 5329 | + "languageId": 800983837, |
| 5330 | + "name": "Microsoft Developer Studio Project", |
| 5331 | + "aliases": [ |
| 5332 | + "microsoft developer studio project" |
| 5333 | + ], |
| 5334 | + "wrap": "false", |
| 5335 | + "searchable": "true" |
| 5336 | + }, |
5303 | 5337 | { |
5304 | 5338 | "type": "programming", |
5305 | 5339 | "searchable": "true", |
|
5463 | 5497 | "motorola 68k assembly" |
5464 | 5498 | ], |
5465 | 5499 | "extensions": [ |
5466 | | - ".X68" |
| 5500 | + ".asm", |
| 5501 | + ".i", |
| 5502 | + ".inc", |
| 5503 | + ".s", |
| 5504 | + ".x68" |
5467 | 5505 | ], |
5468 | 5506 | "tmScope": "source.m68k", |
5469 | 5507 | "aceMode": "assembly_x86", |
|
6502 | 6540 | "wrap": "false", |
6503 | 6541 | "searchable": "true" |
6504 | 6542 | }, |
6505 | | - { |
6506 | | - "type": "programming", |
6507 | | - "color": "#0000fb", |
6508 | | - "extensions": [ |
6509 | | - ".6pl", |
6510 | | - ".6pm", |
6511 | | - ".nqp", |
6512 | | - ".p6", |
6513 | | - ".p6l", |
6514 | | - ".p6m", |
6515 | | - ".pl", |
6516 | | - ".pl6", |
6517 | | - ".pm", |
6518 | | - ".pm6", |
6519 | | - ".t" |
6520 | | - ], |
6521 | | - "interpreters": [ |
6522 | | - "perl6" |
6523 | | - ], |
6524 | | - "aliases": [ |
6525 | | - "perl6", |
6526 | | - "perl 6" |
6527 | | - ], |
6528 | | - "tmScope": "source.perl6fe", |
6529 | | - "aceMode": "perl", |
6530 | | - "codemirrorMode": "perl", |
6531 | | - "codemirrorMimeType": "text/x-perl", |
6532 | | - "languageId": 283, |
6533 | | - "name": "Perl 6", |
6534 | | - "wrap": "false", |
6535 | | - "searchable": "true" |
6536 | | - }, |
6537 | 6543 | { |
6538 | 6544 | "type": "markup", |
6539 | 6545 | "group": "Roff", |
|
6698 | 6704 | "tmScope": "source.postcss", |
6699 | 6705 | "group": "CSS", |
6700 | 6706 | "extensions": [ |
6701 | | - ".pcss" |
| 6707 | + ".pcss", |
| 6708 | + ".postcss" |
6702 | 6709 | ], |
6703 | 6710 | "aceMode": "text", |
6704 | 6711 | "languageId": 262764437, |
|
6715 | 6722 | "extensions": [ |
6716 | 6723 | ".ps", |
6717 | 6724 | ".eps", |
| 6725 | + ".epsi", |
6718 | 6726 | ".pfa" |
6719 | 6727 | ], |
6720 | 6728 | "tmScope": "source.postscript", |
|
7006 | 7014 | ".pyt", |
7007 | 7015 | ".pyw", |
7008 | 7016 | ".rpy", |
| 7017 | + ".smk", |
7009 | 7018 | ".spec", |
7010 | 7019 | ".tac", |
7011 | 7020 | ".wsgi", |
|
7358 | 7367 | "wrap": "false", |
7359 | 7368 | "searchable": "true" |
7360 | 7369 | }, |
| 7370 | + { |
| 7371 | + "type": "programming", |
| 7372 | + "color": "#0000fb", |
| 7373 | + "extensions": [ |
| 7374 | + ".6pl", |
| 7375 | + ".6pm", |
| 7376 | + ".nqp", |
| 7377 | + ".p6", |
| 7378 | + ".p6l", |
| 7379 | + ".p6m", |
| 7380 | + ".pl", |
| 7381 | + ".pl6", |
| 7382 | + ".pm", |
| 7383 | + ".pm6", |
| 7384 | + ".t" |
| 7385 | + ], |
| 7386 | + "interpreters": [ |
| 7387 | + "perl6", |
| 7388 | + "raku", |
| 7389 | + "rakudo" |
| 7390 | + ], |
| 7391 | + "aliases": [ |
| 7392 | + "perl6", |
| 7393 | + "perl-6", |
| 7394 | + "raku" |
| 7395 | + ], |
| 7396 | + "tmScope": "source.perl6fe", |
| 7397 | + "aceMode": "perl", |
| 7398 | + "codemirrorMode": "perl", |
| 7399 | + "codemirrorMimeType": "text/x-perl", |
| 7400 | + "languageId": 283, |
| 7401 | + "name": "Raku", |
| 7402 | + "wrap": "false", |
| 7403 | + "searchable": "true" |
| 7404 | + }, |
7361 | 7405 | { |
7362 | 7406 | "type": "programming", |
7363 | 7407 | "color": "#fffaa0", |
|
8019 | 8063 | "wrap": "false", |
8020 | 8064 | "searchable": "true" |
8021 | 8065 | }, |
| 8066 | + { |
| 8067 | + "type": "programming", |
| 8068 | + "extensions": [ |
| 8069 | + ".i" |
| 8070 | + ], |
| 8071 | + "tmScope": "source.c++", |
| 8072 | + "aceMode": "c_cpp", |
| 8073 | + "codemirrorMode": "clike", |
| 8074 | + "codemirrorMimeType": "text/x-c++src", |
| 8075 | + "languageId": 1066250075, |
| 8076 | + "name": "SWIG", |
| 8077 | + "aliases": [ |
| 8078 | + "swig" |
| 8079 | + ], |
| 8080 | + "wrap": "false", |
| 8081 | + "searchable": "true" |
| 8082 | + }, |
8022 | 8083 | { |
8023 | 8084 | "type": "programming", |
8024 | 8085 | "group": "Python", |
|
8809 | 8870 | ".tcsh", |
8810 | 8871 | ".csh" |
8811 | 8872 | ], |
| 8873 | + "interpreters": [ |
| 8874 | + "tcsh", |
| 8875 | + "csh" |
| 8876 | + ], |
8812 | 8877 | "tmScope": "source.shell", |
8813 | 8878 | "aceMode": "sh", |
8814 | 8879 | "codemirrorMode": "shell", |
|
0 commit comments