github-linguist 2.6.3 → 2.6.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/linguist/languages.yml +14 -4
- data/lib/linguist/samples.json +733 -12
- metadata +2 -2
data/lib/linguist/languages.yml
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
# Defines all Languages known to GitHub.
|
2
2
|
#
|
3
3
|
# All languages have an associated lexer for syntax highlighting. It
|
4
|
-
# defaults to name.downcase, which covers most cases.
|
5
|
-
# lexer exists in lexers.yml. This is a list of available in our
|
6
|
-
# version of pygments.
|
4
|
+
# defaults to name.downcase, which covers most cases.
|
7
5
|
#
|
8
6
|
# type - Either data, programming, markup, or nil
|
9
7
|
# lexer - An explicit lexer String (defaults to name)
|
@@ -26,6 +24,11 @@
|
|
26
24
|
#
|
27
25
|
# Please keep this list alphabetized.
|
28
26
|
|
27
|
+
ABAP:
|
28
|
+
type: programming
|
29
|
+
lexer: ABAP
|
30
|
+
primary_extension: .abap
|
31
|
+
|
29
32
|
ASP:
|
30
33
|
type: programming
|
31
34
|
color: "#6a40fd"
|
@@ -717,6 +720,14 @@ LiveScript:
|
|
717
720
|
filenames:
|
718
721
|
- Slakefile
|
719
722
|
|
723
|
+
Logos:
|
724
|
+
type: programming
|
725
|
+
primary_extension: .xm
|
726
|
+
extensions:
|
727
|
+
- .x
|
728
|
+
- .xi
|
729
|
+
- .xmi
|
730
|
+
|
720
731
|
Logtalk:
|
721
732
|
type: programming
|
722
733
|
primary_extension: .lgt
|
@@ -1100,7 +1111,6 @@ Ruby:
|
|
1100
1111
|
Rust:
|
1101
1112
|
type: programming
|
1102
1113
|
color: "#dea584"
|
1103
|
-
lexer: Text only
|
1104
1114
|
primary_extension: .rs
|
1105
1115
|
|
1106
1116
|
SCSS:
|
data/lib/linguist/samples.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"extnames": {
|
3
|
+
"ABAP": [
|
4
|
+
".abap"
|
5
|
+
],
|
3
6
|
"Apex": [
|
4
7
|
".cls"
|
5
8
|
],
|
@@ -124,6 +127,9 @@
|
|
124
127
|
"LiveScript": [
|
125
128
|
".ls"
|
126
129
|
],
|
130
|
+
"Logos": [
|
131
|
+
".xm"
|
132
|
+
],
|
127
133
|
"Logtalk": [
|
128
134
|
".lgt"
|
129
135
|
],
|
@@ -352,9 +358,268 @@
|
|
352
358
|
".gemrc"
|
353
359
|
]
|
354
360
|
},
|
355
|
-
"tokens_total":
|
356
|
-
"languages_total":
|
361
|
+
"tokens_total": 329042,
|
362
|
+
"languages_total": 358,
|
357
363
|
"tokens": {
|
364
|
+
"ABAP": {
|
365
|
+
"*/**": 1,
|
366
|
+
"*": 56,
|
367
|
+
"The": 2,
|
368
|
+
"MIT": 2,
|
369
|
+
"License": 1,
|
370
|
+
"(": 8,
|
371
|
+
")": 8,
|
372
|
+
"Copyright": 1,
|
373
|
+
"c": 3,
|
374
|
+
"Ren": 1,
|
375
|
+
"van": 1,
|
376
|
+
"Mil": 1,
|
377
|
+
"Permission": 1,
|
378
|
+
"is": 2,
|
379
|
+
"hereby": 1,
|
380
|
+
"granted": 1,
|
381
|
+
"free": 1,
|
382
|
+
"of": 6,
|
383
|
+
"charge": 1,
|
384
|
+
"to": 10,
|
385
|
+
"any": 1,
|
386
|
+
"person": 1,
|
387
|
+
"obtaining": 1,
|
388
|
+
"a": 1,
|
389
|
+
"copy": 2,
|
390
|
+
"this": 2,
|
391
|
+
"software": 1,
|
392
|
+
"and": 3,
|
393
|
+
"associated": 1,
|
394
|
+
"documentation": 1,
|
395
|
+
"files": 4,
|
396
|
+
"the": 10,
|
397
|
+
"deal": 1,
|
398
|
+
"in": 3,
|
399
|
+
"Software": 3,
|
400
|
+
"without": 2,
|
401
|
+
"restriction": 1,
|
402
|
+
"including": 1,
|
403
|
+
"limitation": 1,
|
404
|
+
"rights": 1,
|
405
|
+
"use": 1,
|
406
|
+
"modify": 1,
|
407
|
+
"merge": 1,
|
408
|
+
"publish": 1,
|
409
|
+
"distribute": 1,
|
410
|
+
"sublicense": 1,
|
411
|
+
"and/or": 1,
|
412
|
+
"sell": 1,
|
413
|
+
"copies": 2,
|
414
|
+
"permit": 1,
|
415
|
+
"persons": 1,
|
416
|
+
"whom": 1,
|
417
|
+
"furnished": 1,
|
418
|
+
"do": 4,
|
419
|
+
"so": 1,
|
420
|
+
"subject": 1,
|
421
|
+
"following": 1,
|
422
|
+
"conditions": 1,
|
423
|
+
"above": 1,
|
424
|
+
"copyright": 1,
|
425
|
+
"notice": 2,
|
426
|
+
"permission": 1,
|
427
|
+
"shall": 1,
|
428
|
+
"be": 1,
|
429
|
+
"included": 1,
|
430
|
+
"all": 1,
|
431
|
+
"or": 1,
|
432
|
+
"substantial": 1,
|
433
|
+
"portions": 1,
|
434
|
+
"Software.": 1,
|
435
|
+
"THE": 6,
|
436
|
+
"SOFTWARE": 2,
|
437
|
+
"IS": 1,
|
438
|
+
"PROVIDED": 1,
|
439
|
+
"WITHOUT": 1,
|
440
|
+
"WARRANTY": 1,
|
441
|
+
"OF": 4,
|
442
|
+
"ANY": 2,
|
443
|
+
"KIND": 1,
|
444
|
+
"EXPRESS": 1,
|
445
|
+
"OR": 7,
|
446
|
+
"IMPLIED": 1,
|
447
|
+
"INCLUDING": 1,
|
448
|
+
"BUT": 1,
|
449
|
+
"NOT": 1,
|
450
|
+
"LIMITED": 1,
|
451
|
+
"TO": 2,
|
452
|
+
"WARRANTIES": 1,
|
453
|
+
"MERCHANTABILITY": 1,
|
454
|
+
"FITNESS": 1,
|
455
|
+
"FOR": 2,
|
456
|
+
"A": 1,
|
457
|
+
"PARTICULAR": 1,
|
458
|
+
"PURPOSE": 1,
|
459
|
+
"AND": 1,
|
460
|
+
"NONINFRINGEMENT.": 1,
|
461
|
+
"IN": 4,
|
462
|
+
"NO": 1,
|
463
|
+
"EVENT": 1,
|
464
|
+
"SHALL": 1,
|
465
|
+
"AUTHORS": 1,
|
466
|
+
"COPYRIGHT": 1,
|
467
|
+
"HOLDERS": 1,
|
468
|
+
"BE": 1,
|
469
|
+
"LIABLE": 1,
|
470
|
+
"CLAIM": 1,
|
471
|
+
"DAMAGES": 1,
|
472
|
+
"OTHER": 2,
|
473
|
+
"LIABILITY": 1,
|
474
|
+
"WHETHER": 1,
|
475
|
+
"AN": 1,
|
476
|
+
"ACTION": 1,
|
477
|
+
"CONTRACT": 1,
|
478
|
+
"TORT": 1,
|
479
|
+
"OTHERWISE": 1,
|
480
|
+
"ARISING": 1,
|
481
|
+
"FROM": 1,
|
482
|
+
"OUT": 1,
|
483
|
+
"CONNECTION": 1,
|
484
|
+
"WITH": 1,
|
485
|
+
"USE": 1,
|
486
|
+
"DEALINGS": 1,
|
487
|
+
"SOFTWARE.": 1,
|
488
|
+
"*/": 1,
|
489
|
+
"-": 978,
|
490
|
+
"CLASS": 2,
|
491
|
+
"CL_CSV_PARSER": 6,
|
492
|
+
"DEFINITION": 2,
|
493
|
+
"class": 2,
|
494
|
+
"cl_csv_parser": 2,
|
495
|
+
"definition": 1,
|
496
|
+
"public": 3,
|
497
|
+
"inheriting": 1,
|
498
|
+
"from": 1,
|
499
|
+
"cl_object": 1,
|
500
|
+
"final": 1,
|
501
|
+
"create": 1,
|
502
|
+
".": 9,
|
503
|
+
"section.": 3,
|
504
|
+
"not": 3,
|
505
|
+
"include": 3,
|
506
|
+
"other": 3,
|
507
|
+
"source": 3,
|
508
|
+
"here": 3,
|
509
|
+
"type": 11,
|
510
|
+
"pools": 1,
|
511
|
+
"abap": 1,
|
512
|
+
"methods": 2,
|
513
|
+
"constructor": 2,
|
514
|
+
"importing": 1,
|
515
|
+
"delegate": 1,
|
516
|
+
"ref": 1,
|
517
|
+
"if_csv_parser_delegate": 1,
|
518
|
+
"csvstring": 1,
|
519
|
+
"string": 1,
|
520
|
+
"separator": 1,
|
521
|
+
"skip_first_line": 1,
|
522
|
+
"abap_bool": 2,
|
523
|
+
"parse": 2,
|
524
|
+
"raising": 1,
|
525
|
+
"cx_csv_parse_error": 2,
|
526
|
+
"protected": 1,
|
527
|
+
"private": 1,
|
528
|
+
"constants": 1,
|
529
|
+
"_textindicator": 1,
|
530
|
+
"value": 2,
|
531
|
+
"IMPLEMENTATION": 2,
|
532
|
+
"implementation.": 1,
|
533
|
+
"<SIGNATURE>": 2,
|
534
|
+
"+": 9,
|
535
|
+
"|": 7,
|
536
|
+
"Instance": 2,
|
537
|
+
"Public": 1,
|
538
|
+
"Method": 2,
|
539
|
+
"CONSTRUCTOR": 1,
|
540
|
+
"[": 5,
|
541
|
+
"]": 5,
|
542
|
+
"DELEGATE": 1,
|
543
|
+
"TYPE": 5,
|
544
|
+
"REF": 1,
|
545
|
+
"IF_CSV_PARSER_DELEGATE": 1,
|
546
|
+
"CSVSTRING": 1,
|
547
|
+
"STRING": 1,
|
548
|
+
"SEPARATOR": 1,
|
549
|
+
"C": 1,
|
550
|
+
"SKIP_FIRST_LINE": 1,
|
551
|
+
"ABAP_BOOL": 1,
|
552
|
+
"</SIGNATURE>": 2,
|
553
|
+
"method": 2,
|
554
|
+
"constructor.": 1,
|
555
|
+
"super": 1,
|
556
|
+
"_delegate": 1,
|
557
|
+
"delegate.": 1,
|
558
|
+
"_csvstring": 2,
|
559
|
+
"csvstring.": 1,
|
560
|
+
"_separator": 1,
|
561
|
+
"separator.": 1,
|
562
|
+
"_skip_first_line": 1,
|
563
|
+
"skip_first_line.": 1,
|
564
|
+
"endmethod.": 2,
|
565
|
+
"Get": 1,
|
566
|
+
"lines": 4,
|
567
|
+
"data": 3,
|
568
|
+
"is_first_line": 1,
|
569
|
+
"abap_true.": 2,
|
570
|
+
"standard": 2,
|
571
|
+
"table": 3,
|
572
|
+
"string.": 3,
|
573
|
+
"_lines": 1,
|
574
|
+
"field": 1,
|
575
|
+
"symbols": 1,
|
576
|
+
"<line>": 3,
|
577
|
+
"loop": 1,
|
578
|
+
"at": 2,
|
579
|
+
"assigning": 1,
|
580
|
+
"Parse": 1,
|
581
|
+
"line": 1,
|
582
|
+
"values": 2,
|
583
|
+
"_parse_line": 2,
|
584
|
+
"Private": 1,
|
585
|
+
"_LINES": 1,
|
586
|
+
"<": 1,
|
587
|
+
"RETURNING": 1,
|
588
|
+
"STRINGTAB": 1,
|
589
|
+
"_lines.": 1,
|
590
|
+
"split": 1,
|
591
|
+
"cl_abap_char_utilities": 1,
|
592
|
+
"cr_lf": 1,
|
593
|
+
"into": 6,
|
594
|
+
"returning.": 1,
|
595
|
+
"Space": 2,
|
596
|
+
"concatenate": 4,
|
597
|
+
"csvvalue": 6,
|
598
|
+
"csvvalue.": 5,
|
599
|
+
"else.": 4,
|
600
|
+
"char": 2,
|
601
|
+
"endif.": 6,
|
602
|
+
"This": 1,
|
603
|
+
"indicates": 1,
|
604
|
+
"an": 1,
|
605
|
+
"error": 1,
|
606
|
+
"CSV": 1,
|
607
|
+
"formatting": 1,
|
608
|
+
"text_ended": 1,
|
609
|
+
"message": 2,
|
610
|
+
"e003": 1,
|
611
|
+
"csv": 1,
|
612
|
+
"msg.": 2,
|
613
|
+
"raise": 1,
|
614
|
+
"exception": 1,
|
615
|
+
"exporting": 1,
|
616
|
+
"endwhile.": 2,
|
617
|
+
"append": 2,
|
618
|
+
"csvvalues.": 2,
|
619
|
+
"clear": 1,
|
620
|
+
"pos": 2,
|
621
|
+
"endclass.": 1
|
622
|
+
},
|
358
623
|
"ApacheConf": {
|
359
624
|
"ServerSignature": 1,
|
360
625
|
"Off": 1,
|
@@ -20488,6 +20753,44 @@
|
|
20488
20753
|
"<~>": 1,
|
20489
20754
|
"write": 1
|
20490
20755
|
},
|
20756
|
+
"Logos": {
|
20757
|
+
"%": 15,
|
20758
|
+
"hook": 2,
|
20759
|
+
"ABC": 2,
|
20760
|
+
"-": 3,
|
20761
|
+
"(": 8,
|
20762
|
+
"id": 2,
|
20763
|
+
")": 8,
|
20764
|
+
"a": 1,
|
20765
|
+
"B": 1,
|
20766
|
+
"b": 1,
|
20767
|
+
"{": 4,
|
20768
|
+
"log": 1,
|
20769
|
+
";": 8,
|
20770
|
+
"return": 2,
|
20771
|
+
"orig": 2,
|
20772
|
+
"nil": 2,
|
20773
|
+
"}": 4,
|
20774
|
+
"end": 4,
|
20775
|
+
"subclass": 1,
|
20776
|
+
"DEF": 1,
|
20777
|
+
"NSObject": 1,
|
20778
|
+
"init": 3,
|
20779
|
+
"[": 2,
|
20780
|
+
"c": 1,
|
20781
|
+
"RuntimeAccessibleClass": 1,
|
20782
|
+
"alloc": 1,
|
20783
|
+
"]": 2,
|
20784
|
+
"group": 1,
|
20785
|
+
"OptionalHooks": 2,
|
20786
|
+
"void": 1,
|
20787
|
+
"release": 1,
|
20788
|
+
"self": 1,
|
20789
|
+
"retain": 1,
|
20790
|
+
"ctor": 1,
|
20791
|
+
"if": 1,
|
20792
|
+
"OptionalCondition": 1
|
20793
|
+
},
|
20491
20794
|
"Logtalk": {
|
20492
20795
|
"-": 3,
|
20493
20796
|
"object": 2,
|
@@ -30325,14 +30628,428 @@
|
|
30325
30628
|
"SHEBANG#!python": 1
|
30326
30629
|
},
|
30327
30630
|
"Rust": {
|
30328
|
-
"
|
30329
|
-
"
|
30330
|
-
"
|
30331
|
-
"
|
30332
|
-
"
|
30333
|
-
"
|
30334
|
-
"
|
30335
|
-
"
|
30631
|
+
"//": 20,
|
30632
|
+
"use": 10,
|
30633
|
+
"cell": 1,
|
30634
|
+
"Cell": 2,
|
30635
|
+
";": 218,
|
30636
|
+
"cmp": 1,
|
30637
|
+
"Eq": 2,
|
30638
|
+
"option": 4,
|
30639
|
+
"result": 18,
|
30640
|
+
"Result": 3,
|
30641
|
+
"comm": 5,
|
30642
|
+
"{": 213,
|
30643
|
+
"stream": 21,
|
30644
|
+
"Chan": 4,
|
30645
|
+
"GenericChan": 1,
|
30646
|
+
"GenericPort": 1,
|
30647
|
+
"Port": 3,
|
30648
|
+
"SharedChan": 4,
|
30649
|
+
"}": 210,
|
30650
|
+
"prelude": 1,
|
30651
|
+
"*": 1,
|
30652
|
+
"task": 39,
|
30653
|
+
"rt": 29,
|
30654
|
+
"task_id": 2,
|
30655
|
+
"sched_id": 2,
|
30656
|
+
"rust_task": 1,
|
30657
|
+
"util": 4,
|
30658
|
+
"replace": 8,
|
30659
|
+
"mod": 5,
|
30660
|
+
"local_data_priv": 1,
|
30661
|
+
"pub": 26,
|
30662
|
+
"local_data": 1,
|
30663
|
+
"spawn": 15,
|
30664
|
+
"///": 13,
|
30665
|
+
"A": 6,
|
30666
|
+
"handle": 3,
|
30667
|
+
"to": 6,
|
30668
|
+
"a": 9,
|
30669
|
+
"scheduler": 6,
|
30670
|
+
"#": 61,
|
30671
|
+
"[": 61,
|
30672
|
+
"deriving_eq": 3,
|
30673
|
+
"]": 61,
|
30674
|
+
"enum": 4,
|
30675
|
+
"Scheduler": 4,
|
30676
|
+
"SchedulerHandle": 2,
|
30677
|
+
"(": 429,
|
30678
|
+
")": 434,
|
30679
|
+
"Task": 2,
|
30680
|
+
"TaskHandle": 2,
|
30681
|
+
"TaskResult": 4,
|
30682
|
+
"Success": 6,
|
30683
|
+
"Failure": 6,
|
30684
|
+
"impl": 3,
|
30685
|
+
"for": 10,
|
30686
|
+
"pure": 2,
|
30687
|
+
"fn": 89,
|
30688
|
+
"eq": 1,
|
30689
|
+
"&": 30,
|
30690
|
+
"self": 15,
|
30691
|
+
"other": 4,
|
30692
|
+
"-": 33,
|
30693
|
+
"bool": 6,
|
30694
|
+
"match": 4,
|
30695
|
+
"|": 20,
|
30696
|
+
"true": 9,
|
30697
|
+
"_": 4,
|
30698
|
+
"false": 7,
|
30699
|
+
"ne": 1,
|
30700
|
+
".eq": 1,
|
30701
|
+
"modes": 1,
|
30702
|
+
"SchedMode": 4,
|
30703
|
+
"Run": 3,
|
30704
|
+
"on": 5,
|
30705
|
+
"the": 10,
|
30706
|
+
"default": 1,
|
30707
|
+
"DefaultScheduler": 2,
|
30708
|
+
"current": 1,
|
30709
|
+
"CurrentScheduler": 2,
|
30710
|
+
"specific": 1,
|
30711
|
+
"ExistingScheduler": 1,
|
30712
|
+
"PlatformThread": 2,
|
30713
|
+
"All": 1,
|
30714
|
+
"tasks": 1,
|
30715
|
+
"run": 1,
|
30716
|
+
"in": 3,
|
30717
|
+
"same": 1,
|
30718
|
+
"OS": 3,
|
30719
|
+
"thread": 2,
|
30720
|
+
"SingleThreaded": 4,
|
30721
|
+
"Tasks": 2,
|
30722
|
+
"are": 2,
|
30723
|
+
"distributed": 2,
|
30724
|
+
"among": 2,
|
30725
|
+
"available": 1,
|
30726
|
+
"CPUs": 1,
|
30727
|
+
"ThreadPerCore": 2,
|
30728
|
+
"Each": 1,
|
30729
|
+
"runs": 1,
|
30730
|
+
"its": 1,
|
30731
|
+
"own": 1,
|
30732
|
+
"ThreadPerTask": 1,
|
30733
|
+
"fixed": 1,
|
30734
|
+
"number": 1,
|
30735
|
+
"of": 3,
|
30736
|
+
"threads": 1,
|
30737
|
+
"ManualThreads": 3,
|
30738
|
+
"uint": 7,
|
30739
|
+
"struct": 7,
|
30740
|
+
"SchedOpts": 4,
|
30741
|
+
"mode": 9,
|
30742
|
+
"foreign_stack_size": 3,
|
30743
|
+
"Option": 4,
|
30744
|
+
"<uint>": 2,
|
30745
|
+
"TaskOpts": 12,
|
30746
|
+
"linked": 15,
|
30747
|
+
"supervised": 11,
|
30748
|
+
"mut": 16,
|
30749
|
+
"notify_chan": 24,
|
30750
|
+
"<": 3,
|
30751
|
+
"<TaskResult>": 3,
|
30752
|
+
"sched": 10,
|
30753
|
+
"TaskBuilder": 21,
|
30754
|
+
"opts": 21,
|
30755
|
+
"gen_body": 4,
|
30756
|
+
"@fn": 2,
|
30757
|
+
"v": 6,
|
30758
|
+
"can_not_copy": 11,
|
30759
|
+
"<util::NonCopyable>": 1,
|
30760
|
+
"consumed": 4,
|
30761
|
+
"default_task_opts": 4,
|
30762
|
+
"body": 6,
|
30763
|
+
"Identity": 1,
|
30764
|
+
"function": 1,
|
30765
|
+
"None": 23,
|
30766
|
+
"doc": 1,
|
30767
|
+
"hidden": 1,
|
30768
|
+
"FIXME": 1,
|
30769
|
+
"#3538": 1,
|
30770
|
+
"priv": 1,
|
30771
|
+
"consume": 1,
|
30772
|
+
"if": 7,
|
30773
|
+
"self.consumed": 2,
|
30774
|
+
"fail": 17,
|
30775
|
+
"Fake": 1,
|
30776
|
+
"move": 1,
|
30777
|
+
"let": 84,
|
30778
|
+
"self.opts.notify_chan": 7,
|
30779
|
+
"self.opts.linked": 4,
|
30780
|
+
"self.opts.supervised": 5,
|
30781
|
+
"self.opts.sched": 6,
|
30782
|
+
"self.gen_body": 2,
|
30783
|
+
"unlinked": 1,
|
30784
|
+
"..": 8,
|
30785
|
+
"self.consume": 7,
|
30786
|
+
"future_result": 1,
|
30787
|
+
"blk": 2,
|
30788
|
+
"self.opts.notify_chan.is_some": 1,
|
30789
|
+
"notify_pipe_po": 2,
|
30790
|
+
"notify_pipe_ch": 2,
|
30791
|
+
"Some": 8,
|
30792
|
+
"Configure": 1,
|
30793
|
+
"custom": 1,
|
30794
|
+
"task.": 1,
|
30795
|
+
"sched_mode": 1,
|
30796
|
+
"add_wrapper": 1,
|
30797
|
+
"wrapper": 2,
|
30798
|
+
"prev_gen_body": 2,
|
30799
|
+
"f": 38,
|
30800
|
+
"x": 7,
|
30801
|
+
"x.opts.linked": 1,
|
30802
|
+
"x.opts.supervised": 1,
|
30803
|
+
"x.opts.sched": 1,
|
30804
|
+
"spawn_raw": 1,
|
30805
|
+
"x.gen_body": 1,
|
30806
|
+
"Runs": 1,
|
30807
|
+
"while": 2,
|
30808
|
+
"transfering": 1,
|
30809
|
+
"ownership": 1,
|
30810
|
+
"one": 1,
|
30811
|
+
"argument": 1,
|
30812
|
+
"child.": 1,
|
30813
|
+
"spawn_with": 2,
|
30814
|
+
"<A:Owned>": 2,
|
30815
|
+
"arg": 5,
|
30816
|
+
"do": 49,
|
30817
|
+
"self.spawn": 1,
|
30818
|
+
"arg.take": 1,
|
30819
|
+
"try": 5,
|
30820
|
+
"<T:Owned>": 2,
|
30821
|
+
"T": 2,
|
30822
|
+
"<T,()>": 2,
|
30823
|
+
"po": 11,
|
30824
|
+
"ch": 26,
|
30825
|
+
"<T>": 1,
|
30826
|
+
"fr_task_builder": 1,
|
30827
|
+
"self.future_result": 1,
|
30828
|
+
"+": 4,
|
30829
|
+
"r": 6,
|
30830
|
+
"fr_task_builder.spawn": 1,
|
30831
|
+
"||": 11,
|
30832
|
+
"ch.send": 11,
|
30833
|
+
"unwrap": 3,
|
30834
|
+
".recv": 3,
|
30835
|
+
"Ok": 3,
|
30836
|
+
"po.recv": 10,
|
30837
|
+
"Err": 2,
|
30838
|
+
".spawn": 9,
|
30839
|
+
"spawn_unlinked": 6,
|
30840
|
+
".unlinked": 3,
|
30841
|
+
"spawn_supervised": 5,
|
30842
|
+
".supervised": 2,
|
30843
|
+
".spawn_with": 1,
|
30844
|
+
"spawn_sched": 8,
|
30845
|
+
".sched_mode": 2,
|
30846
|
+
".try": 1,
|
30847
|
+
"yield": 16,
|
30848
|
+
"Yield": 1,
|
30849
|
+
"control": 1,
|
30850
|
+
"unsafe": 31,
|
30851
|
+
"task_": 2,
|
30852
|
+
"rust_get_task": 5,
|
30853
|
+
"killed": 3,
|
30854
|
+
"rust_task_yield": 1,
|
30855
|
+
"&&": 1,
|
30856
|
+
"failing": 2,
|
30857
|
+
"True": 1,
|
30858
|
+
"running": 2,
|
30859
|
+
"has": 1,
|
30860
|
+
"failed": 1,
|
30861
|
+
"rust_task_is_unwinding": 1,
|
30862
|
+
"get_task": 1,
|
30863
|
+
"Get": 1,
|
30864
|
+
"get_task_id": 1,
|
30865
|
+
"get_scheduler": 1,
|
30866
|
+
"rust_get_sched_id": 6,
|
30867
|
+
"unkillable": 5,
|
30868
|
+
"<U>": 3,
|
30869
|
+
"U": 6,
|
30870
|
+
"AllowFailure": 5,
|
30871
|
+
"t": 24,
|
30872
|
+
"*rust_task": 6,
|
30873
|
+
"drop": 3,
|
30874
|
+
"rust_task_allow_kill": 3,
|
30875
|
+
"self.t": 4,
|
30876
|
+
"_allow_failure": 2,
|
30877
|
+
"rust_task_inhibit_kill": 3,
|
30878
|
+
"The": 1,
|
30879
|
+
"inverse": 1,
|
30880
|
+
"unkillable.": 1,
|
30881
|
+
"Only": 1,
|
30882
|
+
"ever": 1,
|
30883
|
+
"be": 2,
|
30884
|
+
"used": 1,
|
30885
|
+
"nested": 1,
|
30886
|
+
".": 1,
|
30887
|
+
"rekillable": 1,
|
30888
|
+
"DisallowFailure": 5,
|
30889
|
+
"atomically": 3,
|
30890
|
+
"DeferInterrupts": 5,
|
30891
|
+
"rust_task_allow_yield": 1,
|
30892
|
+
"_interrupts": 1,
|
30893
|
+
"rust_task_inhibit_yield": 1,
|
30894
|
+
"test": 31,
|
30895
|
+
"should_fail": 11,
|
30896
|
+
"ignore": 16,
|
30897
|
+
"cfg": 16,
|
30898
|
+
"windows": 14,
|
30899
|
+
"test_cant_dup_task_builder": 1,
|
30900
|
+
"b": 2,
|
30901
|
+
"b.spawn": 2,
|
30902
|
+
"should": 2,
|
30903
|
+
"have": 1,
|
30904
|
+
"been": 1,
|
30905
|
+
"by": 1,
|
30906
|
+
"previous": 1,
|
30907
|
+
"call": 1,
|
30908
|
+
"test_spawn_unlinked_unsup_no_fail_down": 1,
|
30909
|
+
"grandchild": 1,
|
30910
|
+
"sends": 1,
|
30911
|
+
"port": 3,
|
30912
|
+
"ch.clone": 2,
|
30913
|
+
"iter": 8,
|
30914
|
+
"repeat": 8,
|
30915
|
+
"If": 1,
|
30916
|
+
"first": 1,
|
30917
|
+
"grandparent": 1,
|
30918
|
+
"hangs.": 1,
|
30919
|
+
"Shouldn": 1,
|
30920
|
+
"leave": 1,
|
30921
|
+
"child": 3,
|
30922
|
+
"hanging": 1,
|
30923
|
+
"around.": 1,
|
30924
|
+
"test_spawn_linked_sup_fail_up": 1,
|
30925
|
+
"fails": 4,
|
30926
|
+
"parent": 2,
|
30927
|
+
"_ch": 1,
|
30928
|
+
"<()>": 6,
|
30929
|
+
"opts.linked": 2,
|
30930
|
+
"opts.supervised": 2,
|
30931
|
+
"b0": 5,
|
30932
|
+
"b1": 3,
|
30933
|
+
"b1.spawn": 3,
|
30934
|
+
"We": 1,
|
30935
|
+
"get": 1,
|
30936
|
+
"punted": 1,
|
30937
|
+
"awake": 1,
|
30938
|
+
"test_spawn_linked_sup_fail_down": 1,
|
30939
|
+
"loop": 5,
|
30940
|
+
"*both*": 1,
|
30941
|
+
"mechanisms": 1,
|
30942
|
+
"would": 1,
|
30943
|
+
"wrong": 1,
|
30944
|
+
"this": 1,
|
30945
|
+
"didn": 1,
|
30946
|
+
"s": 1,
|
30947
|
+
"failure": 1,
|
30948
|
+
"propagate": 1,
|
30949
|
+
"across": 1,
|
30950
|
+
"gap": 1,
|
30951
|
+
"test_spawn_failure_propagate_secondborn": 1,
|
30952
|
+
"test_spawn_failure_propagate_nephew_or_niece": 1,
|
30953
|
+
"test_spawn_linked_sup_propagate_sibling": 1,
|
30954
|
+
"test_run_basic": 1,
|
30955
|
+
"Wrapper": 5,
|
30956
|
+
"test_add_wrapper": 1,
|
30957
|
+
"b0.add_wrapper": 1,
|
30958
|
+
"ch.f.swap_unwrap": 4,
|
30959
|
+
"test_future_result": 1,
|
30960
|
+
".future_result": 4,
|
30961
|
+
"assert": 10,
|
30962
|
+
"test_back_to_the_future_result": 1,
|
30963
|
+
"test_try_success": 1,
|
30964
|
+
"test_try_fail": 1,
|
30965
|
+
"test_spawn_sched_no_threads": 1,
|
30966
|
+
"u": 2,
|
30967
|
+
"test_spawn_sched": 1,
|
30968
|
+
"i": 3,
|
30969
|
+
"int": 5,
|
30970
|
+
"parent_sched_id": 4,
|
30971
|
+
"child_sched_id": 5,
|
30972
|
+
"else": 1,
|
30973
|
+
"test_spawn_sched_childs_on_default_sched": 1,
|
30974
|
+
"default_id": 2,
|
30975
|
+
"nolink": 1,
|
30976
|
+
"extern": 1,
|
30977
|
+
"testrt": 9,
|
30978
|
+
"rust_dbg_lock_create": 2,
|
30979
|
+
"*libc": 6,
|
30980
|
+
"c_void": 6,
|
30981
|
+
"rust_dbg_lock_destroy": 2,
|
30982
|
+
"lock": 13,
|
30983
|
+
"rust_dbg_lock_lock": 3,
|
30984
|
+
"rust_dbg_lock_unlock": 3,
|
30985
|
+
"rust_dbg_lock_wait": 2,
|
30986
|
+
"rust_dbg_lock_signal": 2,
|
30987
|
+
"test_spawn_sched_blocking": 1,
|
30988
|
+
"start_po": 1,
|
30989
|
+
"start_ch": 1,
|
30990
|
+
"fin_po": 1,
|
30991
|
+
"fin_ch": 1,
|
30992
|
+
"start_ch.send": 1,
|
30993
|
+
"fin_ch.send": 1,
|
30994
|
+
"start_po.recv": 1,
|
30995
|
+
"pingpong": 3,
|
30996
|
+
"<int>": 2,
|
30997
|
+
"val": 4,
|
30998
|
+
"setup_po": 1,
|
30999
|
+
"setup_ch": 1,
|
31000
|
+
"parent_po": 2,
|
31001
|
+
"parent_ch": 2,
|
31002
|
+
"child_po": 2,
|
31003
|
+
"child_ch": 4,
|
31004
|
+
"setup_ch.send": 1,
|
31005
|
+
"setup_po.recv": 1,
|
31006
|
+
"child_ch.send": 1,
|
31007
|
+
"fin_po.recv": 1,
|
31008
|
+
"avoid_copying_the_body": 5,
|
31009
|
+
"spawnfn": 2,
|
31010
|
+
"p": 3,
|
31011
|
+
"x_in_parent": 2,
|
31012
|
+
"ptr": 2,
|
31013
|
+
"addr_of": 2,
|
31014
|
+
"as": 7,
|
31015
|
+
"x_in_child": 4,
|
31016
|
+
"p.recv": 1,
|
31017
|
+
"test_avoid_copying_the_body_spawn": 1,
|
31018
|
+
"test_avoid_copying_the_body_task_spawn": 1,
|
31019
|
+
"test_avoid_copying_the_body_try": 1,
|
31020
|
+
"test_avoid_copying_the_body_unlinked": 1,
|
31021
|
+
"test_platform_thread": 1,
|
31022
|
+
"test_unkillable": 1,
|
31023
|
+
"pp": 2,
|
31024
|
+
"*uint": 1,
|
31025
|
+
"cast": 2,
|
31026
|
+
"transmute": 2,
|
31027
|
+
"_p": 1,
|
31028
|
+
"test_unkillable_nested": 1,
|
31029
|
+
"Here": 1,
|
31030
|
+
"test_atomically_nested": 1,
|
31031
|
+
"test_child_doesnt_ref_parent": 1,
|
31032
|
+
"const": 1,
|
31033
|
+
"generations": 2,
|
31034
|
+
"child_no": 3,
|
31035
|
+
"return": 1,
|
31036
|
+
"test_sched_thread_per_core": 1,
|
31037
|
+
"chan": 2,
|
31038
|
+
"cores": 2,
|
31039
|
+
"rust_num_threads": 1,
|
31040
|
+
"reported_threads": 2,
|
31041
|
+
"rust_sched_threads": 2,
|
31042
|
+
"chan.send": 2,
|
31043
|
+
"port.recv": 2,
|
31044
|
+
"test_spawn_thread_on_demand": 1,
|
31045
|
+
"max_threads": 2,
|
31046
|
+
"running_threads": 2,
|
31047
|
+
"rust_sched_current_nonlazy_threads": 2,
|
31048
|
+
"port2": 1,
|
31049
|
+
"chan2": 1,
|
31050
|
+
"chan2.send": 1,
|
31051
|
+
"running_threads2": 2,
|
31052
|
+
"port2.recv": 1
|
30336
31053
|
},
|
30337
31054
|
"Sass": {
|
30338
31055
|
"blue": 4,
|
@@ -33713,6 +34430,7 @@
|
|
33713
34430
|
}
|
33714
34431
|
},
|
33715
34432
|
"language_tokens": {
|
34433
|
+
"ABAP": 1500,
|
33716
34434
|
"ApacheConf": 1449,
|
33717
34435
|
"Apex": 4408,
|
33718
34436
|
"AppleScript": 1862,
|
@@ -33750,6 +34468,7 @@
|
|
33750
34468
|
"Less": 39,
|
33751
34469
|
"Literate CoffeeScript": 275,
|
33752
34470
|
"LiveScript": 123,
|
34471
|
+
"Logos": 93,
|
33753
34472
|
"Logtalk": 36,
|
33754
34473
|
"Lua": 724,
|
33755
34474
|
"Markdown": 1,
|
@@ -33780,7 +34499,7 @@
|
|
33780
34499
|
"Ragel in Ruby Host": 593,
|
33781
34500
|
"Rebol": 11,
|
33782
34501
|
"Ruby": 3836,
|
33783
|
-
"Rust":
|
34502
|
+
"Rust": 3566,
|
33784
34503
|
"Sass": 28,
|
33785
34504
|
"Scala": 280,
|
33786
34505
|
"Scheme": 3478,
|
@@ -33805,6 +34524,7 @@
|
|
33805
34524
|
"YAML": 30
|
33806
34525
|
},
|
33807
34526
|
"languages": {
|
34527
|
+
"ABAP": 1,
|
33808
34528
|
"ApacheConf": 3,
|
33809
34529
|
"Apex": 6,
|
33810
34530
|
"AppleScript": 7,
|
@@ -33842,6 +34562,7 @@
|
|
33842
34562
|
"Less": 1,
|
33843
34563
|
"Literate CoffeeScript": 1,
|
33844
34564
|
"LiveScript": 1,
|
34565
|
+
"Logos": 1,
|
33845
34566
|
"Logtalk": 1,
|
33846
34567
|
"Lua": 3,
|
33847
34568
|
"Markdown": 1,
|
@@ -33896,5 +34617,5 @@
|
|
33896
34617
|
"Xtend": 2,
|
33897
34618
|
"YAML": 1
|
33898
34619
|
},
|
33899
|
-
"md5": "
|
34620
|
+
"md5": "75eeaf0b9c51f51f733cff9043bc2c65"
|
33900
34621
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-linguist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: charlock_holmes
|