github-linguist 2.4.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -142,6 +142,13 @@ module Linguist
142
142
  ['.png', '.jpg', '.jpeg', '.gif'].include?(extname)
143
143
  end
144
144
 
145
+ # Public: Is the blob a support 3D model format?
146
+ #
147
+ # Return true or false
148
+ def solid?
149
+ ['.stl', '.obj'].include?(extname)
150
+ end
151
+
145
152
  MEGABYTE = 1024 * 1024
146
153
 
147
154
  # Public: Is the blob too big to load?
@@ -40,7 +40,6 @@ ASP:
40
40
  - .ascx
41
41
  - .ashx
42
42
  - .asmx
43
- - .asp
44
43
  - .aspx
45
44
  - .axd
46
45
 
@@ -52,15 +51,12 @@ ActionScript:
52
51
  aliases:
53
52
  - as3
54
53
  primary_extension: .as
55
- extensions:
56
- - .as
57
54
 
58
55
  Ada:
59
56
  type: programming
60
57
  color: "#02f88c"
61
58
  primary_extension: .adb
62
59
  extensions:
63
- - .adb
64
60
  - .ads
65
61
 
66
62
  ApacheConf:
@@ -85,8 +81,6 @@ Arc:
85
81
  color: "#ca2afe"
86
82
  lexer: Text only
87
83
  primary_extension: .arc
88
- extensions:
89
- - .arc
90
84
 
91
85
  Arduino:
92
86
  type: programming
@@ -102,14 +96,10 @@ Assembly:
102
96
  aliases:
103
97
  - nasm
104
98
  primary_extension: .asm
105
- extensions:
106
- - .asm
107
99
 
108
100
  Augeas:
109
101
  type: programming
110
102
  primary_extension: .aug
111
- extensions:
112
- - .aug
113
103
 
114
104
  AutoHotkey:
115
105
  type: programming
@@ -127,37 +117,27 @@ Batchfile:
127
117
  - bat
128
118
  primary_extension: .bat
129
119
  extensions:
130
- - .bat
131
120
  - .cmd
132
121
 
133
122
  Befunge:
134
123
  primary_extension: .befunge
135
- extensions:
136
- - .befunge
137
124
 
138
125
  BlitzMax:
139
126
  primary_extension: .bmx
140
- extensions:
141
- - .bmx
142
127
 
143
128
  Boo:
144
129
  type: programming
145
130
  color: "#d4bec1"
146
131
  primary_extension: .boo
147
- extensions:
148
- - .boo
149
132
 
150
133
  Brainfuck:
151
134
  primary_extension: .b
152
135
  extensions:
153
- - .b
154
136
  - .bf
155
137
 
156
138
  Bro:
157
139
  type: programming
158
140
  primary_extension: .bro
159
- extensions:
160
- - .bro
161
141
 
162
142
  C:
163
143
  type: programming
@@ -174,8 +154,6 @@ C#:
174
154
  aliases:
175
155
  - csharp
176
156
  primary_extension: .cs
177
- extensions:
178
- - .cs
179
157
 
180
158
  C++:
181
159
  type: programming
@@ -199,8 +177,6 @@ C-ObjDump:
199
177
  type: data
200
178
  lexer: c-objdump
201
179
  primary_extension: .c-objdump
202
- extensions:
203
- - .c-objdump
204
180
 
205
181
  C2hs Haskell:
206
182
  type: programming
@@ -209,13 +185,10 @@ C2hs Haskell:
209
185
  aliases:
210
186
  - c2hs
211
187
  primary_extension: .chs
212
- extensions:
213
- - .chs
214
188
 
215
189
  CMake:
216
190
  primary_extension: .cmake
217
191
  extensions:
218
- - .cmake
219
192
  - .cmake.in
220
193
  filenames:
221
194
  - CMakeLists.txt
@@ -223,8 +196,6 @@ CMake:
223
196
  CSS:
224
197
  ace_mode: css
225
198
  primary_extension: .css
226
- extensions:
227
- - .css
228
199
 
229
200
  Ceylon:
230
201
  type: programming
@@ -234,8 +205,6 @@ Ceylon:
234
205
  ChucK:
235
206
  lexer: Java
236
207
  primary_extension: .ck
237
- extensions:
238
- - .ck
239
208
 
240
209
  Clojure:
241
210
  type: programming
@@ -243,7 +212,6 @@ Clojure:
243
212
  color: "#db5855"
244
213
  primary_extension: .clj
245
214
  extensions:
246
- - .clj
247
215
  - .cljs
248
216
 
249
217
  CoffeeScript:
@@ -256,6 +224,7 @@ CoffeeScript:
256
224
  primary_extension: .coffee
257
225
  extensions:
258
226
  - ._coffee
227
+ - .cson
259
228
  filenames:
260
229
  - Cakefile
261
230
 
@@ -270,7 +239,6 @@ ColdFusion:
270
239
  primary_extension: .cfm
271
240
  extensions:
272
241
  - .cfc
273
- - .cfm
274
242
 
275
243
  Common Lisp:
276
244
  type: programming
@@ -279,7 +247,6 @@ Common Lisp:
279
247
  - lisp
280
248
  primary_extension: .lisp
281
249
  extensions:
282
- - .lisp
283
250
  - .lsp
284
251
  - .ny
285
252
 
@@ -292,15 +259,12 @@ Cpp-ObjDump:
292
259
  lexer: cpp-objdump
293
260
  primary_extension: .cppobjdump
294
261
  extensions:
295
- - .cppobjdump
296
262
  - .c++objdump
297
263
  - .cxx-objdump
298
264
 
299
265
  Cucumber:
300
266
  lexer: Gherkin
301
267
  primary_extension: .feature
302
- extensions:
303
- - .feature
304
268
 
305
269
  Cython:
306
270
  type: programming
@@ -309,22 +273,18 @@ Cython:
309
273
  extensions:
310
274
  - .pxd
311
275
  - .pxi
312
- - .pyx
313
276
 
314
277
  D:
315
278
  type: programming
316
279
  color: "#fcd46d"
317
280
  primary_extension: .d
318
281
  extensions:
319
- - .d
320
282
  - .di
321
283
 
322
284
  D-ObjDump:
323
285
  type: data
324
286
  lexer: d-objdump
325
287
  primary_extension: .d-objdump
326
- extensions:
327
- - .d-objdump
328
288
 
329
289
  Darcs Patch:
330
290
  search_term: dpatch
@@ -332,7 +292,6 @@ Darcs Patch:
332
292
  - dpatch
333
293
  primary_extension: .darcspatch
334
294
  extensions:
335
- - .darcspatch
336
295
  - .dpatch
337
296
 
338
297
  Dart:
@@ -345,7 +304,6 @@ Delphi:
345
304
  primary_extension: .pas
346
305
  extensions:
347
306
  - .lpr
348
- - .pas
349
307
 
350
308
  DCPU-16 ASM:
351
309
  type: programming
@@ -353,29 +311,22 @@ DCPU-16 ASM:
353
311
  primary_extension: .dasm16
354
312
  extensions:
355
313
  - .dasm
356
- - .dasm16
357
314
  aliases:
358
315
  - dasm16
359
316
 
360
317
  Diff:
361
318
  primary_extension: .diff
362
- extensions:
363
- - .diff
364
319
 
365
320
  Dylan:
366
321
  type: programming
367
322
  color: "#3ebc27"
368
323
  primary_extension: .dylan
369
- extensions:
370
- - .dylan
371
324
 
372
325
  Ecere Projects:
373
326
  type: data
374
327
  group: JavaScript
375
328
  lexer: JSON
376
329
  primary_extension: .epj
377
- extensions:
378
- - .epj
379
330
 
380
331
  Ecl:
381
332
  type: programming
@@ -390,15 +341,12 @@ Eiffel:
390
341
  lexer: Text only
391
342
  color: "#946d57"
392
343
  primary_extension: .e
393
- extensions:
394
- - .e
395
344
 
396
345
  Elixir:
397
346
  type: programming
398
347
  color: "#6e4a7e"
399
348
  primary_extension: .ex
400
349
  extensions:
401
- - .ex
402
350
  - .exs
403
351
 
404
352
  Elm:
@@ -423,7 +371,6 @@ Erlang:
423
371
  color: "#949e0e"
424
372
  primary_extension: .erl
425
373
  extensions:
426
- - .erl
427
374
  - .hrl
428
375
 
429
376
  F#:
@@ -433,7 +380,6 @@ F#:
433
380
  search_term: ocaml
434
381
  primary_extension: .fs
435
382
  extensions:
436
- - .fs
437
383
  - .fsi
438
384
  - .fsx
439
385
 
@@ -455,7 +401,6 @@ FORTRAN:
455
401
  - .f03
456
402
  - .f08
457
403
  - .f77
458
- - .f90
459
404
  - .f95
460
405
  - .for
461
406
  - .fpp
@@ -464,8 +409,6 @@ Factor:
464
409
  type: programming
465
410
  color: "#636746"
466
411
  primary_extension: .factor
467
- extensions:
468
- - .factor
469
412
 
470
413
  Fancy:
471
414
  type: programming
@@ -473,7 +416,6 @@ Fancy:
473
416
  primary_extension: .fy
474
417
  extensions:
475
418
  - .fancypack
476
- - .fy
477
419
  filenames:
478
420
  - Fakefile
479
421
 
@@ -481,8 +423,16 @@ Fantom:
481
423
  type: programming
482
424
  color: "#dbded5"
483
425
  primary_extension: .fan
426
+
427
+ Forth:
428
+ type: programming
429
+ primary_extension: .fth
430
+ color: "#341708"
431
+ lexer: Text only
484
432
  extensions:
485
- - .fan
433
+ - .4th
434
+ - .forth
435
+ - .fth
486
436
 
487
437
  GAS:
488
438
  type: programming
@@ -493,22 +443,16 @@ GAS:
493
443
 
494
444
  Genshi:
495
445
  primary_extension: .kid
496
- extensions:
497
- - .kid
498
446
 
499
447
  Gentoo Ebuild:
500
448
  group: Shell
501
449
  lexer: Bash
502
450
  primary_extension: .ebuild
503
- extensions:
504
- - .ebuild
505
451
 
506
452
  Gentoo Eclass:
507
453
  group: Shell
508
454
  lexer: Bash
509
455
  primary_extension: .eclass
510
- extensions:
511
- - .eclass
512
456
 
513
457
  Gettext Catalog:
514
458
  search_term: pot
@@ -517,15 +461,12 @@ Gettext Catalog:
517
461
  - pot
518
462
  primary_extension: .po
519
463
  extensions:
520
- - .po
521
464
  - .pot
522
465
 
523
466
  Go:
524
467
  type: programming
525
468
  color: "#8d04eb"
526
469
  primary_extension: .go
527
- extensions:
528
- - .go
529
470
 
530
471
  Gosu:
531
472
  type: programming
@@ -542,7 +483,6 @@ Groff:
542
483
  - '.5'
543
484
  - '.6'
544
485
  - '.7'
545
- - .man
546
486
 
547
487
  Groovy:
548
488
  type: programming
@@ -565,7 +505,6 @@ HTML:
565
505
  primary_extension: .html
566
506
  extensions:
567
507
  - .htm
568
- - .html
569
508
  - .xhtml
570
509
 
571
510
  HTML+Django:
@@ -584,15 +523,12 @@ HTML+ERB:
584
523
  - erb
585
524
  primary_extension: .erb
586
525
  extensions:
587
- - .erb
588
526
  - .html.erb
589
527
 
590
528
  HTML+PHP:
591
529
  type: markup
592
530
  group: HTML
593
531
  primary_extension: .phtml
594
- extensions:
595
- - .phtml
596
532
 
597
533
  HTTP:
598
534
  type: data
@@ -613,7 +549,6 @@ Haskell:
613
549
  color: "#29b544"
614
550
  primary_extension: .hs
615
551
  extensions:
616
- - .hs
617
552
  - .hsc
618
553
 
619
554
  Haxe:
@@ -647,8 +582,6 @@ Io:
647
582
  type: programming
648
583
  color: "#a9188d"
649
584
  primary_extension: .io
650
- extensions:
651
- - .io
652
585
 
653
586
  Ioke:
654
587
  type: programming
@@ -677,8 +610,6 @@ Java Server Pages:
677
610
  aliases:
678
611
  - jsp
679
612
  primary_extension: .jsp
680
- extensions:
681
- - .jsp
682
613
 
683
614
  JavaScript:
684
615
  type: programming
@@ -715,15 +646,31 @@ Kotlin:
715
646
 
716
647
  LLVM:
717
648
  primary_extension: .ll
649
+
650
+ Lasso:
651
+ type: programming
652
+ lexer: Lasso
653
+ ace_mode: lasso
654
+ color: "#2584c3"
655
+ primary_extension: .lasso
718
656
  extensions:
719
- - .ll
657
+ - .inc
658
+ - .las
659
+ - .lasso9
660
+ - .ldml
661
+
662
+ Less:
663
+ type: markup
664
+ group: CSS
665
+ lexer: CSS
666
+ ace_mode: less
667
+ primary_extension: .less
720
668
 
721
669
  LilyPond:
722
670
  lexer: Text only
723
671
  primary_extension: .ly
724
672
  extensions:
725
673
  - .ily
726
- - .ly
727
674
 
728
675
  Literate Haskell:
729
676
  type: programming
@@ -732,8 +679,18 @@ Literate Haskell:
732
679
  aliases:
733
680
  - lhs
734
681
  primary_extension: .lhs
682
+
683
+ LiveScript:
684
+ type: programming
685
+ ace_mode: ls
686
+ color: "#499886"
687
+ aliases:
688
+ - ls
689
+ primary_extension: .ls
735
690
  extensions:
736
- - .lhs
691
+ - ._ls
692
+ filenames:
693
+ - Slakefile
737
694
 
738
695
  Logtalk:
739
696
  type: programming
@@ -745,8 +702,8 @@ Lua:
745
702
  color: "#fa1fa1"
746
703
  primary_extension: .lua
747
704
  extensions:
748
- - .lua
749
705
  - .nse
706
+ - .pd_lua
750
707
 
751
708
  Makefile:
752
709
  aliases:
@@ -763,7 +720,6 @@ Makefile:
763
720
  Mako:
764
721
  primary_extension: .mako
765
722
  extensions:
766
- - .mako
767
723
  - .mao
768
724
 
769
725
  Markdown:
@@ -782,8 +738,6 @@ Matlab:
782
738
  type: programming
783
739
  color: "#bb92ac"
784
740
  primary_extension: .matlab
785
- extensions:
786
- - .matlab
787
741
 
788
742
  Max:
789
743
  type: programming
@@ -794,6 +748,9 @@ Max:
794
748
  - maxmsp
795
749
  search_term: max/msp
796
750
  primary_extension: .mxt
751
+ extensions:
752
+ - .maxhelp
753
+ - .maxpat
797
754
 
798
755
  MiniD: # Legacy
799
756
  searchable: false
@@ -813,13 +770,13 @@ Mirah:
813
770
  Moocode:
814
771
  lexer: MOOCode
815
772
  primary_extension: .moo
816
- extensions:
817
- - .moo
773
+
774
+ MoonScript:
775
+ type: programming
776
+ primary_extension: .moon
818
777
 
819
778
  Myghty:
820
779
  primary_extension: .myt
821
- extensions:
822
- - .myt
823
780
 
824
781
  Nemerle:
825
782
  type: programming
@@ -852,7 +809,6 @@ NumPy:
852
809
  group: Python
853
810
  primary_extension: .numpy
854
811
  extensions:
855
- - .numpy
856
812
  - .numpyw
857
813
  - .numsc
858
814
 
@@ -870,8 +826,6 @@ ObjDump:
870
826
  type: data
871
827
  lexer: objdump
872
828
  primary_extension: .objdump
873
- extensions:
874
- - .objdump
875
829
 
876
830
  Objective-C:
877
831
  type: programming
@@ -890,9 +844,16 @@ Objective-J:
890
844
  - obj-j
891
845
  primary_extension: .j
892
846
  extensions:
893
- - .j
894
847
  - .sj
895
848
 
849
+ Omgrofl:
850
+ type: programming
851
+ primary_extension: .omgrofl
852
+ color: "#cabbff"
853
+ lexer: Text only
854
+ extensions:
855
+ - .omgrofl
856
+
896
857
  Opa:
897
858
  type: programming
898
859
  primary_extension: .opa
@@ -975,7 +936,6 @@ Prolog:
975
936
  primary_extension: .prolog
976
937
  extensions:
977
938
  - .pro
978
- - .prolog
979
939
 
980
940
  Puppet:
981
941
  type: programming
@@ -991,8 +951,6 @@ Pure Data:
991
951
  color: "#91de79"
992
952
  lexer: Text only
993
953
  primary_extension: .pd
994
- extensions:
995
- - .pd
996
954
 
997
955
  Python:
998
956
  type: programming
@@ -1012,27 +970,21 @@ Python traceback:
1012
970
  lexer: Python Traceback
1013
971
  searchable: false
1014
972
  primary_extension: .pytb
1015
- extensions:
1016
- - .pytb
1017
973
 
1018
974
  R:
1019
975
  type: programming
1020
976
  color: "#198ce7"
1021
977
  lexer: S
1022
978
  primary_extension: .r
1023
- extensions:
1024
- - .r
1025
979
 
1026
980
  RHTML:
1027
981
  type: markup
1028
982
  group: HTML
1029
983
  primary_extension: .rhtml
1030
- extensions:
1031
- - .rhtml
1032
984
 
1033
985
  Racket:
1034
986
  type: programming
1035
- lexer: Scheme
987
+ lexer: Racket
1036
988
  color: "#ae17ff"
1037
989
  primary_extension: .rkt
1038
990
  extensions:
@@ -1044,8 +996,6 @@ Raw token data:
1044
996
  aliases:
1045
997
  - raw
1046
998
  primary_extension: .raw
1047
- extensions:
1048
- - .raw
1049
999
 
1050
1000
  Rebol:
1051
1001
  type: programming
@@ -1055,12 +1005,9 @@ Rebol:
1055
1005
  extensions:
1056
1006
  - .r2
1057
1007
  - .r3
1058
- - .rebol
1059
1008
 
1060
1009
  Redcode:
1061
1010
  primary_extension: .cw
1062
- extensions:
1063
- - .cw
1064
1011
 
1065
1012
  Ruby:
1066
1013
  type: programming
@@ -1109,16 +1056,12 @@ SQL:
1109
1056
  ace_mode: sql
1110
1057
  searchable: false
1111
1058
  primary_extension: .sql
1112
- extensions:
1113
- - .sql
1114
1059
 
1115
1060
  Sage:
1116
1061
  type: programming
1117
1062
  lexer: Python
1118
1063
  group: Python
1119
1064
  primary_extension: .sage
1120
- extensions:
1121
- - .sage
1122
1065
 
1123
1066
  Sass:
1124
1067
  type: markup
@@ -1136,7 +1079,6 @@ Scheme:
1136
1079
  color: "#1e4aec"
1137
1080
  primary_extension: .scm
1138
1081
  extensions:
1139
- - .scm
1140
1082
  - .sls
1141
1083
  - .ss
1142
1084
 
@@ -1149,8 +1091,6 @@ Self:
1149
1091
  color: "#0579aa"
1150
1092
  lexer: Text only
1151
1093
  primary_extension: .self
1152
- extensions:
1153
- - .self
1154
1094
 
1155
1095
  Shell:
1156
1096
  type: programming
@@ -1162,18 +1102,17 @@ Shell:
1162
1102
  - bash
1163
1103
  - zsh
1164
1104
  primary_extension: .sh
1105
+ extensions:
1106
+ - .bash
1107
+ - .tmux
1165
1108
 
1166
1109
  Smalltalk:
1167
1110
  type: programming
1168
1111
  color: "#596706"
1169
1112
  primary_extension: .st
1170
- extensions:
1171
- - .st
1172
1113
 
1173
1114
  Smarty:
1174
1115
  primary_extension: .tpl
1175
- extensions:
1176
- - .tpl
1177
1116
 
1178
1117
  Standard ML:
1179
1118
  type: programming
@@ -1187,13 +1126,13 @@ SuperCollider:
1187
1126
  color: "#46390b"
1188
1127
  lexer: Text only
1189
1128
  primary_extension: .sc
1129
+ extensions:
1130
+ - .scd
1190
1131
 
1191
1132
  Tcl:
1192
1133
  type: programming
1193
1134
  color: "#e4cc98"
1194
1135
  primary_extension: .tcl
1195
- extensions:
1196
- - .tcl
1197
1136
 
1198
1137
  Tcsh:
1199
1138
  type: programming
@@ -1201,7 +1140,6 @@ Tcsh:
1201
1140
  primary_extension: .tcsh
1202
1141
  extensions:
1203
1142
  - .csh
1204
- - .tcsh
1205
1143
 
1206
1144
  TeX:
1207
1145
  type: markup
@@ -1215,7 +1153,6 @@ TeX:
1215
1153
  - .ins
1216
1154
  - .ltx
1217
1155
  - .sty
1218
- - .tex
1219
1156
  - .toc
1220
1157
 
1221
1158
  Tea:
@@ -1228,8 +1165,6 @@ Textile:
1228
1165
  ace_mode: textile
1229
1166
  wrap: true
1230
1167
  primary_extension: .textile
1231
- extensions:
1232
- - .textile
1233
1168
 
1234
1169
  Turing:
1235
1170
  type: programming
@@ -1244,23 +1179,18 @@ Twig:
1244
1179
  group: PHP
1245
1180
  lexer: HTML+Django/Jinja
1246
1181
  primary_extension: .twig
1247
- extensions:
1248
- - .twig
1249
1182
 
1250
1183
  VHDL:
1251
1184
  type: programming
1252
1185
  lexer: vhdl
1253
1186
  color: "#543978"
1254
1187
  primary_extension: .vhdl
1255
- extensions:
1256
- - .vhdl
1257
1188
 
1258
1189
  Vala:
1259
1190
  type: programming
1260
1191
  color: "#ee7d06"
1261
1192
  primary_extension: .vala
1262
1193
  extensions:
1263
- - .vala
1264
1194
  - .vapi
1265
1195
 
1266
1196
  Verilog:
@@ -1268,6 +1198,10 @@ Verilog:
1268
1198
  lexer: verilog
1269
1199
  color: "#848bf3"
1270
1200
  primary_extension: .v
1201
+ extensions:
1202
+ - .sv
1203
+ - .svh
1204
+ - .vh
1271
1205
 
1272
1206
  VimL:
1273
1207
  type: programming
@@ -1276,8 +1210,6 @@ VimL:
1276
1210
  aliases:
1277
1211
  - vim
1278
1212
  primary_extension: .vim
1279
- extensions:
1280
- - .vim
1281
1213
  filenames:
1282
1214
  - vimrc
1283
1215
  - gvimrc
@@ -1290,7 +1222,6 @@ Visual Basic:
1290
1222
  extensions:
1291
1223
  - .bas
1292
1224
  - .frx
1293
- - .vb
1294
1225
  - .vba
1295
1226
  - .vbs
1296
1227
 
@@ -1304,13 +1235,25 @@ XML:
1304
1235
  - wsdl
1305
1236
  primary_extension: .xml
1306
1237
  extensions:
1238
+ - .ccxml
1239
+ - .dita
1240
+ - .ditamap
1241
+ - .ditaval
1307
1242
  - .glade
1243
+ - .grxml
1308
1244
  - .kml
1309
1245
  - .mxml
1310
1246
  - .plist
1311
1247
  - .rdf
1312
1248
  - .rss
1249
+ - .scxml
1313
1250
  - .svg
1251
+ - .tmCommand
1252
+ - .tmLanguage
1253
+ - .tmPreferences
1254
+ - .tmSnippet
1255
+ - .tml
1256
+ - .vxml
1314
1257
  - .wsdl
1315
1258
  - .wxi
1316
1259
  - .wxl
@@ -1331,14 +1274,11 @@ XQuery:
1331
1274
  primary_extension: .xquery
1332
1275
  extensions:
1333
1276
  - .xq
1334
- - .xquery
1335
1277
  - .xqy
1336
1278
 
1337
1279
  XS:
1338
1280
  lexer: C
1339
1281
  primary_extension: .xs
1340
- extensions:
1341
- - .xs
1342
1282
 
1343
1283
  XSLT:
1344
1284
  type: markup
@@ -1352,29 +1292,29 @@ YAML:
1352
1292
  primary_extension: .yml
1353
1293
  extensions:
1354
1294
  - .yaml
1355
- - .yml
1356
1295
 
1357
1296
  eC:
1358
1297
  type: programming
1359
1298
  search_term: ec
1360
1299
  primary_extension: .ec
1361
1300
  extensions:
1362
- - .ec
1363
1301
  - .eh
1364
1302
 
1303
+ fish:
1304
+ type: programming
1305
+ group: Shell
1306
+ lexer: Text only
1307
+ primary_extension: .fish
1308
+
1365
1309
  mupad:
1366
1310
  lexer: MuPAD
1367
1311
  primary_extension: .mu
1368
- extensions:
1369
- - .mu
1370
1312
 
1371
1313
  ooc:
1372
1314
  type: programming
1373
1315
  lexer: Ooc
1374
1316
  color: "#b0b77e"
1375
1317
  primary_extension: .ooc
1376
- extensions:
1377
- - .ooc
1378
1318
 
1379
1319
  reStructuredText:
1380
1320
  type: markup
@@ -1384,5 +1324,4 @@ reStructuredText:
1384
1324
  - rst
1385
1325
  primary_extension: .rst
1386
1326
  extensions:
1387
- - .rst
1388
1327
  - .rest