|
797 | 797 | "wrap": "false", |
798 | 798 | "searchable": "true" |
799 | 799 | }, |
800 | | - { |
801 | | - "type": "programming", |
802 | | - "extensions": [ |
803 | | - ".bro" |
804 | | - ], |
805 | | - "aceMode": "text", |
806 | | - "languageId": 40, |
807 | | - "name": "Bro", |
808 | | - "aliases": [ |
809 | | - "bro" |
810 | | - ], |
811 | | - "wrap": "false", |
812 | | - "searchable": "true", |
813 | | - "tmScope": "none" |
814 | | - }, |
815 | 800 | { |
816 | 801 | "type": "programming", |
817 | 802 | "color": "#555555", |
|
3017 | 3002 | "gf", |
3018 | 3003 | "grammatical framework" |
3019 | 3004 | ], |
3020 | | - "wrap": "false", |
3021 | 3005 | "extensions": [ |
3022 | 3006 | ".gf" |
3023 | 3007 | ], |
3024 | | - "searchable": true, |
3025 | 3008 | "color": "#79aa7a", |
3026 | | - "tmScope": "source.haskell", |
| 3009 | + "tmScope": "source.gf", |
3027 | 3010 | "aceMode": "haskell", |
3028 | 3011 | "codemirrorMode": "haskell", |
3029 | 3012 | "codemirrorMimeType": "text/x-haskell", |
3030 | 3013 | "languageId": 137, |
3031 | | - "name": "Grammatical Framework" |
| 3014 | + "name": "Grammatical Framework", |
| 3015 | + "wrap": "false", |
| 3016 | + "searchable": "true" |
3032 | 3017 | }, |
3033 | 3018 | { |
3034 | 3019 | "type": "data", |
|
3492 | 3477 | "wrap": "false", |
3493 | 3478 | "searchable": "true" |
3494 | 3479 | }, |
| 3480 | + { |
| 3481 | + "type": "programming", |
| 3482 | + "color": "#ffefaf", |
| 3483 | + "extensions": [ |
| 3484 | + ".hc" |
| 3485 | + ], |
| 3486 | + "tmScope": "source.hc", |
| 3487 | + "aceMode": "c_cpp", |
| 3488 | + "codemirrorMode": "clike", |
| 3489 | + "codemirrorMimeType": "text/x-csrc", |
| 3490 | + "languageId": 928121743, |
| 3491 | + "name": "HolyC", |
| 3492 | + "aliases": [ |
| 3493 | + "holyc" |
| 3494 | + ], |
| 3495 | + "wrap": "false", |
| 3496 | + "searchable": "true" |
| 3497 | + }, |
3495 | 3498 | { |
3496 | 3499 | "type": "programming", |
3497 | 3500 | "aceMode": "text", |
|
3877 | 3880 | ".jshintrc", |
3878 | 3881 | ".jslintrc", |
3879 | 3882 | "jsconfig.json", |
| 3883 | + "language-configuration.json", |
3880 | 3884 | "tsconfig.json" |
3881 | 3885 | ], |
3882 | 3886 | "languageId": 423, |
|
4061 | 4065 | "Jakefile" |
4062 | 4066 | ], |
4063 | 4067 | "interpreters": [ |
4064 | | - "node" |
| 4068 | + "chakra", |
| 4069 | + "d8", |
| 4070 | + "js", |
| 4071 | + "node", |
| 4072 | + "rhino", |
| 4073 | + "v8", |
| 4074 | + "v8-shell" |
4065 | 4075 | ], |
4066 | 4076 | "languageId": 183, |
4067 | 4077 | "name": "JavaScript", |
|
7654 | 7664 | "wrap": "false", |
7655 | 7665 | "searchable": "true" |
7656 | 7666 | }, |
| 7667 | + { |
| 7668 | + "type": "data", |
| 7669 | + "group": "INI", |
| 7670 | + "filenames": [ |
| 7671 | + "ssh-config", |
| 7672 | + "ssh_config", |
| 7673 | + "sshconfig", |
| 7674 | + "sshconfig.snip", |
| 7675 | + "sshd-config", |
| 7676 | + "sshd_config" |
| 7677 | + ], |
| 7678 | + "aceMode": "text", |
| 7679 | + "tmScope": "source.ssh-config", |
| 7680 | + "languageId": 554920715, |
| 7681 | + "name": "SSH Config", |
| 7682 | + "aliases": [ |
| 7683 | + "ssh config" |
| 7684 | + ], |
| 7685 | + "wrap": "false", |
| 7686 | + "searchable": "true" |
| 7687 | + }, |
7657 | 7688 | { |
7658 | 7689 | "type": "data", |
7659 | 7690 | "group": "Smalltalk", |
|
8360 | 8391 | "wrap": "false", |
8361 | 8392 | "searchable": "true" |
8362 | 8393 | }, |
| 8394 | + { |
| 8395 | + "type": "programming", |
| 8396 | + "extensions": [ |
| 8397 | + ".sql" |
| 8398 | + ], |
| 8399 | + "aceMode": "sql", |
| 8400 | + "tmScope": "source.tsql", |
| 8401 | + "languageId": 918334941, |
| 8402 | + "name": "TSQL", |
| 8403 | + "aliases": [ |
| 8404 | + "tsql" |
| 8405 | + ], |
| 8406 | + "wrap": "false", |
| 8407 | + "searchable": "true" |
| 8408 | + }, |
| 8409 | + { |
| 8410 | + "type": "programming", |
| 8411 | + "group": "TypeScript", |
| 8412 | + "extensions": [ |
| 8413 | + ".tsx" |
| 8414 | + ], |
| 8415 | + "tmScope": "source.tsx", |
| 8416 | + "aceMode": "javascript", |
| 8417 | + "codemirrorMode": "jsx", |
| 8418 | + "codemirrorMimeType": "text/jsx", |
| 8419 | + "languageId": 94901924, |
| 8420 | + "name": "TSX", |
| 8421 | + "aliases": [ |
| 8422 | + "tsx" |
| 8423 | + ], |
| 8424 | + "wrap": "false", |
| 8425 | + "searchable": "true" |
| 8426 | + }, |
8363 | 8427 | { |
8364 | 8428 | "type": "programming", |
8365 | 8429 | "extensions": [ |
|
8641 | 8705 | "typescript" |
8642 | 8706 | ], |
8643 | 8707 | "interpreters": [ |
8644 | | - "node" |
| 8708 | + "deno", |
| 8709 | + "ts-node" |
8645 | 8710 | ], |
8646 | 8711 | "extensions": [ |
8647 | | - ".ts", |
8648 | | - ".tsx" |
| 8712 | + ".ts" |
8649 | 8713 | ], |
8650 | 8714 | "tmScope": "source.ts", |
8651 | 8715 | "aceMode": "typescript", |
|
9034 | 9098 | "wrap": "false", |
9035 | 9099 | "searchable": "true" |
9036 | 9100 | }, |
| 9101 | + { |
| 9102 | + "type": "programming", |
| 9103 | + "color": "#a23738", |
| 9104 | + "extensions": [ |
| 9105 | + ".wlk" |
| 9106 | + ], |
| 9107 | + "aceMode": "text", |
| 9108 | + "tmScope": "source.wollok", |
| 9109 | + "languageId": 632745969, |
| 9110 | + "name": "Wollok", |
| 9111 | + "aliases": [ |
| 9112 | + "wollok" |
| 9113 | + ], |
| 9114 | + "wrap": "false", |
| 9115 | + "searchable": "true" |
| 9116 | + }, |
9037 | 9117 | { |
9038 | 9118 | "type": "data", |
9039 | 9119 | "extensions": [ |
|
9556 | 9636 | "wrap": "false", |
9557 | 9637 | "searchable": "true" |
9558 | 9638 | }, |
| 9639 | + { |
| 9640 | + "type": "programming", |
| 9641 | + "aliases": [ |
| 9642 | + "bro", |
| 9643 | + "zeek" |
| 9644 | + ], |
| 9645 | + "extensions": [ |
| 9646 | + ".zeek", |
| 9647 | + ".bro" |
| 9648 | + ], |
| 9649 | + "tmScope": "source.zeek", |
| 9650 | + "aceMode": "text", |
| 9651 | + "languageId": 40, |
| 9652 | + "name": "Zeek", |
| 9653 | + "wrap": "false", |
| 9654 | + "searchable": "true" |
| 9655 | + }, |
| 9656 | + { |
| 9657 | + "type": "programming", |
| 9658 | + "color": "#00BCD1", |
| 9659 | + "extensions": [ |
| 9660 | + ".zs" |
| 9661 | + ], |
| 9662 | + "tmScope": "source.zenscript", |
| 9663 | + "aceMode": "text", |
| 9664 | + "languageId": 494938890, |
| 9665 | + "name": "ZenScript", |
| 9666 | + "aliases": [ |
| 9667 | + "zenscript" |
| 9668 | + ], |
| 9669 | + "wrap": "false", |
| 9670 | + "searchable": "true" |
| 9671 | + }, |
9559 | 9672 | { |
9560 | 9673 | "type": "programming", |
9561 | 9674 | "color": "#118f9e", |
|
0 commit comments