github-linguist 7.20.0 → 7.21.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.
Files changed (60) hide show
  1. checksums.yaml +4 -4
  2. data/grammars/source.abl.json +1 -1
  3. data/grammars/source.astro.json +1 -1
  4. data/grammars/source.ballerina.json +1 -1
  5. data/grammars/source.bms.json +1 -1
  6. data/grammars/source.brs.json +1 -0
  7. data/grammars/source.cairo.json +1 -1
  8. data/grammars/source.cds.json +1 -0
  9. data/grammars/source.clarion.json +1 -1
  10. data/grammars/source.cobol.json +1 -1
  11. data/grammars/source.css.json +1 -1
  12. data/grammars/source.csswg.json +1 -0
  13. data/grammars/source.curlrc.json +1 -1
  14. data/grammars/source.curry.json +1 -1
  15. data/grammars/source.denizenscript.json +1 -1
  16. data/grammars/source.ditroff.json +1 -1
  17. data/grammars/source.fsharp.json +1 -1
  18. data/grammars/source.gdresource.json +1 -0
  19. data/grammars/source.gdscript.json +1 -1
  20. data/grammars/source.gdshader.json +1 -0
  21. data/grammars/source.git-revlist.json +1 -0
  22. data/grammars/source.hack.json +1 -1
  23. data/grammars/source.hlasm.json +1 -1
  24. data/grammars/source.hx.json +1 -1
  25. data/grammars/source.icurry.json +1 -1
  26. data/grammars/source.jsligo.json +1 -0
  27. data/grammars/source.miniyaml.json +1 -1
  28. data/grammars/source.mlir.json +1 -1
  29. data/grammars/source.mo.json +1 -1
  30. data/grammars/source.p4.json +1 -1
  31. data/grammars/source.portugol.json +1 -0
  32. data/grammars/source.renpy.json +1 -1
  33. data/grammars/source.rescript.json +1 -1
  34. data/grammars/source.rpgle.json +1 -1
  35. data/grammars/source.scala.json +1 -1
  36. data/grammars/source.solidity.json +1 -1
  37. data/grammars/source.sqf.json +1 -1
  38. data/grammars/source.star.json +1 -0
  39. data/grammars/source.stl.json +1 -0
  40. data/grammars/source.ts.json +1 -1
  41. data/grammars/source.tsx.json +1 -1
  42. data/grammars/source.v.json +1 -1
  43. data/grammars/source.whiley.json +1 -0
  44. data/grammars/source.yul.json +1 -0
  45. data/grammars/text.hash-commented.json +1 -0
  46. data/grammars/text.html.statamic.json +1 -0
  47. data/grammars/text.srt.json +1 -1
  48. data/grammars/text.vtt.json +1 -0
  49. data/grammars/version +1 -1
  50. data/lib/linguist/VERSION +1 -1
  51. data/lib/linguist/generic.yml +1 -0
  52. data/lib/linguist/heuristics.yml +21 -0
  53. data/lib/linguist/languages.json +1 -1
  54. data/lib/linguist/languages.yml +167 -4
  55. data/lib/linguist/samples.json +1 -1
  56. data/lib/linguist/vendor.yml +3 -0
  57. metadata +17 -5
  58. data/grammars/source.brightauthorproject.json +0 -1
  59. data/grammars/source.brightscript.json +0 -1
  60. data/grammars/source.vtt.json +0 -1
@@ -305,6 +305,16 @@ Ant Build System:
305
305
  codemirror_mode: xml
306
306
  codemirror_mime_type: application/xml
307
307
  language_id: 15
308
+ Antlers:
309
+ type: markup
310
+ color: "#ff269e"
311
+ extensions:
312
+ - ".antlers.html"
313
+ - ".antlers.php"
314
+ - ".antlers.xml"
315
+ tm_scope: text.html.statamic
316
+ ace_mode: text
317
+ language_id: 1067292663
308
318
  ApacheConf:
309
319
  type: data
310
320
  color: "#d12127"
@@ -550,6 +560,16 @@ Bicep:
550
560
  tm_scope: source.bicep
551
561
  ace_mode: text
552
562
  language_id: 321200902
563
+ Bikeshed:
564
+ type: markup
565
+ color: "#5562ac"
566
+ extensions:
567
+ - ".bs"
568
+ tm_scope: source.csswg
569
+ ace_mode: html
570
+ codemirror_mode: htmlmixed
571
+ codemirror_mime_type: text/html
572
+ language_id: 1055528081
553
573
  Bison:
554
574
  type: programming
555
575
  color: "#6A463F"
@@ -637,12 +657,20 @@ Brainfuck:
637
657
  codemirror_mode: brainfuck
638
658
  codemirror_mime_type: text/x-brainfuck
639
659
  language_id: 38
660
+ BrighterScript:
661
+ type: programming
662
+ color: "#66AABB"
663
+ extensions:
664
+ - ".bs"
665
+ tm_scope: source.brs
666
+ ace_mode: text
667
+ language_id: 943571030
640
668
  Brightscript:
641
669
  type: programming
642
670
  color: "#662D91"
643
671
  extensions:
644
672
  - ".brs"
645
- tm_scope: source.brightscript
673
+ tm_scope: source.brs
646
674
  ace_mode: text
647
675
  language_id: 39
648
676
  Browserslist:
@@ -734,6 +762,16 @@ C2hs Haskell:
734
762
  codemirror_mode: haskell
735
763
  codemirror_mime_type: text/x-haskell
736
764
  language_id: 45
765
+ CAP CDS:
766
+ type: programming
767
+ tm_scope: source.cds
768
+ color: "#0092d1"
769
+ aliases:
770
+ - cds
771
+ extensions:
772
+ - ".cds"
773
+ ace_mode: text
774
+ language_id: 390788699
737
775
  CIL:
738
776
  type: data
739
777
  tm_scope: source.cil
@@ -920,6 +958,39 @@ Charity:
920
958
  tm_scope: none
921
959
  ace_mode: text
922
960
  language_id: 56
961
+ Checksums:
962
+ type: data
963
+ tm_scope: text.checksums
964
+ aliases:
965
+ - checksum
966
+ - hash
967
+ - hashes
968
+ - sum
969
+ - sums
970
+ filenames:
971
+ - MD5SUMS
972
+ - SHA1SUMS
973
+ - SHA256SUMS
974
+ - SHA256SUMS.txt
975
+ - SHA512SUMS
976
+ - checksums.txt
977
+ - cksums
978
+ - md5sum.txt
979
+ extensions:
980
+ - ".crc32"
981
+ - ".md2"
982
+ - ".md4"
983
+ - ".md5"
984
+ - ".sha1"
985
+ - ".sha2"
986
+ - ".sha224"
987
+ - ".sha256"
988
+ - ".sha256sum"
989
+ - ".sha3"
990
+ - ".sha384"
991
+ - ".sha512"
992
+ ace_mode: text
993
+ language_id: 372063053
923
994
  ChucK:
924
995
  type: programming
925
996
  color: "#3f8000"
@@ -990,6 +1061,7 @@ Clojure:
990
1061
  color: "#db5855"
991
1062
  extensions:
992
1063
  - ".clj"
1064
+ - ".bb"
993
1065
  - ".boot"
994
1066
  - ".cl2"
995
1067
  - ".cljc"
@@ -1000,6 +1072,8 @@ Clojure:
1000
1072
  - ".hic"
1001
1073
  filenames:
1002
1074
  - riemann.config
1075
+ interpreters:
1076
+ - bb
1003
1077
  language_id: 62
1004
1078
  Closure Templates:
1005
1079
  type: markup
@@ -1720,6 +1794,7 @@ F*:
1720
1794
  - fstar
1721
1795
  extensions:
1722
1796
  - ".fst"
1797
+ - ".fsti"
1723
1798
  tm_scope: source.fstar
1724
1799
  ace_mode: text
1725
1800
  language_id: 336943375
@@ -2193,6 +2268,16 @@ Git Config:
2193
2268
  codemirror_mime_type: text/x-properties
2194
2269
  tm_scope: source.gitconfig
2195
2270
  language_id: 807968997
2271
+ Git Revision List:
2272
+ type: data
2273
+ color: "#F44D27"
2274
+ aliases:
2275
+ - Git Blame Ignore Revs
2276
+ filenames:
2277
+ - ".git-blame-ignore-revs"
2278
+ tm_scope: source.git-revlist
2279
+ ace_mode: text
2280
+ language_id: 461881235
2196
2281
  Gleam:
2197
2282
  type: programming
2198
2283
  color: "#ffaff3"
@@ -2661,8 +2746,11 @@ INI:
2661
2746
  - ".properties"
2662
2747
  - ".url"
2663
2748
  filenames:
2749
+ - ".coveragerc"
2664
2750
  - ".flake8"
2751
+ - ".pylintrc"
2665
2752
  - buildozer.spec
2753
+ - pylintrc
2666
2754
  tm_scope: source.ini
2667
2755
  aliases:
2668
2756
  - dosini
@@ -2829,8 +2917,14 @@ JSON:
2829
2917
  ace_mode: json
2830
2918
  codemirror_mode: javascript
2831
2919
  codemirror_mime_type: application/json
2920
+ aliases:
2921
+ - geojson
2922
+ - jsonl
2923
+ - topojson
2832
2924
  extensions:
2833
2925
  - ".json"
2926
+ - ".4DForm"
2927
+ - ".4DProject"
2834
2928
  - ".avsc"
2835
2929
  - ".geojson"
2836
2930
  - ".gltf"
@@ -2888,6 +2982,7 @@ JSON with Comments:
2888
2982
  - ".sublime_session"
2889
2983
  filenames:
2890
2984
  - ".babelrc"
2985
+ - ".devcontainer.json"
2891
2986
  - ".eslintrc.json"
2892
2987
  - ".jscsrc"
2893
2988
  - ".jshintrc"
@@ -3054,6 +3149,20 @@ Jest Snapshot:
3054
3149
  codemirror_mode: javascript
3055
3150
  codemirror_mime_type: application/javascript
3056
3151
  language_id: 774635084
3152
+ JetBrains MPS:
3153
+ type: programming
3154
+ aliases:
3155
+ - mps
3156
+ color: "#21D789"
3157
+ extensions:
3158
+ - ".mps"
3159
+ - ".mpl"
3160
+ - ".msd"
3161
+ ace_mode: xml
3162
+ codemirror_mode: xml
3163
+ codemirror_mime_type: text/xml
3164
+ tm_scope: none
3165
+ language_id: 465165328
3057
3166
  Jinja:
3058
3167
  type: markup
3059
3168
  color: "#a52a22"
@@ -3198,6 +3307,7 @@ KiCad Schematic:
3198
3307
  aliases:
3199
3308
  - eeschema schematic
3200
3309
  extensions:
3310
+ - ".kicad_sch"
3201
3311
  - ".sch"
3202
3312
  tm_scope: source.pcb.schematic
3203
3313
  ace_mode: text
@@ -3281,6 +3391,7 @@ LabVIEW:
3281
3391
  color: "#fede06"
3282
3392
  extensions:
3283
3393
  - ".lvproj"
3394
+ - ".lvclass"
3284
3395
  - ".lvlib"
3285
3396
  tm_scope: text.xml
3286
3397
  ace_mode: xml
@@ -3686,6 +3797,7 @@ Markdown:
3686
3797
  wrap: true
3687
3798
  extensions:
3688
3799
  - ".md"
3800
+ - ".livemd"
3689
3801
  - ".markdown"
3690
3802
  - ".mdown"
3691
3803
  - ".mdwn"
@@ -4745,6 +4857,14 @@ Pony:
4745
4857
  tm_scope: source.pony
4746
4858
  ace_mode: text
4747
4859
  language_id: 290
4860
+ Portugol:
4861
+ type: programming
4862
+ color: "#f8bd00"
4863
+ extensions:
4864
+ - ".por"
4865
+ tm_scope: source.portugol
4866
+ ace_mode: text
4867
+ language_id: 832391833
4748
4868
  PostCSS:
4749
4869
  type: markup
4750
4870
  color: "#dc3a0c"
@@ -5700,6 +5820,24 @@ SSH Config:
5700
5820
  ace_mode: text
5701
5821
  tm_scope: source.ssh-config
5702
5822
  language_id: 554920715
5823
+ STAR:
5824
+ type: data
5825
+ extensions:
5826
+ - ".star"
5827
+ tm_scope: source.star
5828
+ ace_mode: text
5829
+ language_id: 424510560
5830
+ STL:
5831
+ type: data
5832
+ color: "#373b5e"
5833
+ aliases:
5834
+ - ascii stl
5835
+ - stla
5836
+ extensions:
5837
+ - ".stl"
5838
+ tm_scope: source.stl
5839
+ ace_mode: text
5840
+ language_id: 455361735
5703
5841
  STON:
5704
5842
  type: data
5705
5843
  group: Smalltalk
@@ -6094,6 +6232,7 @@ Starlark:
6094
6232
  color: "#76d275"
6095
6233
  extensions:
6096
6234
  - ".bzl"
6235
+ - ".star"
6097
6236
  filenames:
6098
6237
  - BUCK
6099
6238
  - BUILD
@@ -6249,7 +6388,7 @@ TSV:
6249
6388
  language_id: 1035892117
6250
6389
  TSX:
6251
6390
  type: programming
6252
- color: "#2b7489"
6391
+ color: "#3178c6"
6253
6392
  group: TypeScript
6254
6393
  extensions:
6255
6394
  - ".tsx"
@@ -6475,7 +6614,7 @@ Type Language:
6475
6614
  language_id: 632765617
6476
6615
  TypeScript:
6477
6616
  type: programming
6478
- color: "#2b7489"
6617
+ color: "#3178c6"
6479
6618
  aliases:
6480
6619
  - ts
6481
6620
  interpreters:
@@ -6483,6 +6622,8 @@ TypeScript:
6483
6622
  - ts-node
6484
6623
  extensions:
6485
6624
  - ".ts"
6625
+ - ".cts"
6626
+ - ".mts"
6486
6627
  tm_scope: source.ts
6487
6628
  ace_mode: typescript
6488
6629
  codemirror_mode: javascript
@@ -6521,6 +6662,10 @@ Unix Assembly:
6521
6662
  extensions:
6522
6663
  - ".s"
6523
6664
  - ".ms"
6665
+ aliases:
6666
+ - gas
6667
+ - gnu asm
6668
+ - unix asm
6524
6669
  tm_scope: source.x86
6525
6670
  ace_mode: assembly_x86
6526
6671
  language_id: 120
@@ -6792,9 +6937,11 @@ WebIDL:
6792
6937
  WebVTT:
6793
6938
  type: data
6794
6939
  wrap: true
6940
+ aliases:
6941
+ - vtt
6795
6942
  extensions:
6796
6943
  - ".vtt"
6797
- tm_scope: source.vtt
6944
+ tm_scope: text.vtt
6798
6945
  ace_mode: text
6799
6946
  language_id: 658679714
6800
6947
  Wget Config:
@@ -6807,6 +6954,14 @@ Wget Config:
6807
6954
  tm_scope: source.wgetrc
6808
6955
  ace_mode: text
6809
6956
  language_id: 668457123
6957
+ Whiley:
6958
+ type: programming
6959
+ color: "#d5c397"
6960
+ extensions:
6961
+ - ".whiley"
6962
+ tm_scope: source.whiley
6963
+ ace_mode: text
6964
+ language_id: 888779559
6810
6965
  Wikitext:
6811
6966
  type: prose
6812
6967
  color: "#fc5757"
@@ -7223,6 +7378,14 @@ Yacc:
7223
7378
  ace_mode: text
7224
7379
  color: "#4B6C4B"
7225
7380
  language_id: 409
7381
+ Yul:
7382
+ type: programming
7383
+ color: "#794932"
7384
+ ace_mode: text
7385
+ tm_scope: source.yul
7386
+ extensions:
7387
+ - ".yul"
7388
+ language_id: 237469033
7226
7389
  ZAP:
7227
7390
  type: programming
7228
7391
  color: "#0d665e"