github-linguist 7.30.0 → 8.0.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 (82) hide show
  1. checksums.yaml +4 -4
  2. data/grammars/inline.edgeql.json +1 -1
  3. data/grammars/inline.peggy.json +1 -0
  4. data/grammars/markdown.move.codeblock.json +1 -1
  5. data/grammars/mdx.move.codeblock.json +1 -0
  6. data/grammars/source.abl.json +1 -1
  7. data/grammars/source.bicep.json +1 -1
  8. data/grammars/source.cairo.json +1 -1
  9. data/grammars/source.cairo0.json +1 -0
  10. data/grammars/source.cl.json +1 -1
  11. data/grammars/source.clar.json +1 -1
  12. data/grammars/source.clarion.json +1 -1
  13. data/grammars/source.cmd.json +1 -1
  14. data/grammars/source.commonlisp.json +1 -1
  15. data/grammars/source.cs.json +1 -1
  16. data/grammars/source.curlrc.json +1 -1
  17. data/grammars/source.curry.json +1 -1
  18. data/grammars/source.cylc.json +1 -0
  19. data/grammars/source.dart.json +1 -1
  20. data/grammars/source.dds.dspf.json +1 -1
  21. data/grammars/source.dds.icff.json +1 -1
  22. data/grammars/source.dds.lf.json +1 -1
  23. data/grammars/source.dds.pf.json +1 -1
  24. data/grammars/source.dds.prtf.json +1 -1
  25. data/grammars/source.dune.json +1 -0
  26. data/grammars/source.elvish.json +1 -1
  27. data/grammars/source.fsharp.json +1 -1
  28. data/grammars/source.gdscript.json +1 -1
  29. data/grammars/source.gitconfig.json +1 -1
  30. data/grammars/source.gleam.json +1 -1
  31. data/grammars/source.hgignore.json +1 -1
  32. data/grammars/source.hosts.json +1 -1
  33. data/grammars/source.iCalendar.json +1 -0
  34. data/grammars/source.ice.json +1 -1
  35. data/grammars/source.julia.json +1 -1
  36. data/grammars/source.just.json +1 -1
  37. data/grammars/source.lcb.json +1 -0
  38. data/grammars/source.lilypond.json +1 -1
  39. data/grammars/source.livecodescript.json +1 -0
  40. data/grammars/source.luau.json +1 -1
  41. data/grammars/source.matlab.json +1 -1
  42. data/grammars/source.mcfunction.json +1 -1
  43. data/grammars/source.mdx.json +1 -1
  44. data/grammars/source.mo.json +1 -1
  45. data/grammars/source.move.json +1 -1
  46. data/grammars/source.nanorc.json +1 -1
  47. data/grammars/source.nr.json +1 -0
  48. data/grammars/source.p4.json +1 -1
  49. data/grammars/source.peggy.json +1 -0
  50. data/grammars/source.polar.json +1 -1
  51. data/grammars/source.powerbuilder.json +1 -0
  52. data/grammars/source.qsharp.json +1 -1
  53. data/grammars/source.rpgle.json +1 -1
  54. data/grammars/source.rust.json +1 -1
  55. data/grammars/source.sentinel.json +1 -1
  56. data/grammars/source.sourcepawn.json +1 -1
  57. data/grammars/source.stan.json +1 -1
  58. data/grammars/source.swift.json +1 -1
  59. data/grammars/source.sy.json +1 -1
  60. data/grammars/source.vba.json +1 -1
  61. data/grammars/source.vcard.json +1 -0
  62. data/grammars/source.wdl.json +1 -1
  63. data/grammars/text.adblock.json +1 -1
  64. data/grammars/text.html.jte.json +1 -0
  65. data/grammars/text.html.statamic.json +1 -1
  66. data/grammars/text.md.json +1 -1
  67. data/grammars/text.mdx.astro.codeblock.json +1 -0
  68. data/grammars/version +1 -1
  69. data/lib/linguist/VERSION +1 -1
  70. data/lib/linguist/classifier.rb +315 -106
  71. data/lib/linguist/generated.rb +17 -4
  72. data/lib/linguist/generic.yml +1 -0
  73. data/lib/linguist/heuristics.rb +6 -6
  74. data/lib/linguist/heuristics.yml +54 -4
  75. data/lib/linguist/languages.json +1 -1
  76. data/lib/linguist/languages.yml +123 -7
  77. data/lib/linguist/samples.json +1 -1
  78. data/lib/linguist/samples.rb +9 -1
  79. data/lib/linguist/sha256.rb +1 -1
  80. metadata +17 -5
  81. data/grammars/markdown.mcfunction.codeblock.json +0 -1
  82. data/grammars/mdx.LANGUAGE.codeblock.json +0 -1
@@ -498,6 +498,18 @@ Awk:
498
498
  tm_scope: source.awk
499
499
  ace_mode: text
500
500
  language_id: 28
501
+ B4X:
502
+ type: programming
503
+ color: "#00e4ff"
504
+ extensions:
505
+ - ".bas"
506
+ tm_scope: source.vba
507
+ aliases:
508
+ - basic for android
509
+ ace_mode: text
510
+ codemirror_mode: vb
511
+ codemirror_mime_type: text/x-vb
512
+ language_id: 96642275
501
513
  BASIC:
502
514
  type: programming
503
515
  extensions:
@@ -943,11 +955,11 @@ Caddyfile:
943
955
  type: data
944
956
  color: "#22b638"
945
957
  aliases:
946
- - Caddy
958
+ - Caddy
947
959
  extensions:
948
- - ".caddyfile"
960
+ - ".caddyfile"
949
961
  filenames:
950
- - Caddyfile
962
+ - Caddyfile
951
963
  ace_mode: text
952
964
  tm_scope: source.Caddyfile
953
965
  language_id: 615465151
@@ -966,7 +978,17 @@ Cairo:
966
978
  tm_scope: source.cairo
967
979
  extensions:
968
980
  - ".cairo"
981
+ group: Cairo
969
982
  language_id: 620599567
983
+ Cairo Zero:
984
+ type: programming
985
+ color: "#ff4a48"
986
+ ace_mode: text
987
+ tm_scope: source.cairo0
988
+ extensions:
989
+ - ".cairo"
990
+ group: Cairo
991
+ language_id: 891399890
970
992
  CameLIGO:
971
993
  type: programming
972
994
  color: "#3be133"
@@ -986,6 +1008,16 @@ Cap'n Proto:
986
1008
  - ".capnp"
987
1009
  ace_mode: text
988
1010
  language_id: 52
1011
+ Carbon:
1012
+ type: programming
1013
+ color: "#222222"
1014
+ extensions:
1015
+ - ".carbon"
1016
+ ace_mode: golang
1017
+ codemirror_mode: go
1018
+ codemirror_mime_type: text/x-go
1019
+ tm_scope: source.v
1020
+ language_id: 55627273
989
1021
  CartoCSS:
990
1022
  type: programming
991
1023
  aliases:
@@ -1399,6 +1431,17 @@ Cycript:
1399
1431
  codemirror_mode: javascript
1400
1432
  codemirror_mime_type: text/javascript
1401
1433
  language_id: 78
1434
+ Cylc:
1435
+ type: data
1436
+ color: "#00b3fd"
1437
+ extensions:
1438
+ - ".cylc"
1439
+ filenames:
1440
+ - suite.rc
1441
+ tm_scope: source.cylc
1442
+ ace_mode: ini
1443
+ group: INI
1444
+ language_id: 476447814
1402
1445
  Cypher:
1403
1446
  type: programming
1404
1447
  color: "#34c0eb"
@@ -1626,6 +1669,14 @@ Dotenv:
1626
1669
  tm_scope: source.dotenv
1627
1670
  ace_mode: text
1628
1671
  language_id: 111148035
1672
+ Dune:
1673
+ type: programming
1674
+ ace_mode: lisp
1675
+ filenames:
1676
+ - dune-project
1677
+ tm_scope: source.dune
1678
+ color: "#89421e"
1679
+ language_id: 754574151
1629
1680
  Dylan:
1630
1681
  type: programming
1631
1682
  color: "#6c616e"
@@ -2946,6 +2997,7 @@ Hosts File:
2946
2997
  filenames:
2947
2998
  - HOSTS
2948
2999
  - hosts
3000
+ - hosts.txt
2949
3001
  aliases:
2950
3002
  - hosts
2951
3003
  tm_scope: source.hosts
@@ -3375,6 +3427,17 @@ Java Server Pages:
3375
3427
  codemirror_mode: htmlembedded
3376
3428
  codemirror_mime_type: application/x-jsp
3377
3429
  language_id: 182
3430
+ Java Template Engine:
3431
+ type: programming
3432
+ color: "#2A6277"
3433
+ group: Java
3434
+ aliases:
3435
+ - jte
3436
+ extensions:
3437
+ - ".jte"
3438
+ ace_mode: text
3439
+ tm_scope: text.html.jte
3440
+ language_id: 599494012
3378
3441
  JavaScript:
3379
3442
  type: programming
3380
3443
  tm_scope: source.js
@@ -3900,6 +3963,14 @@ Literate Haskell:
3900
3963
  codemirror_mode: haskell-literate
3901
3964
  codemirror_mime_type: text/x-literate-haskell
3902
3965
  language_id: 207
3966
+ LiveCode Script:
3967
+ type: programming
3968
+ color: "#0c5ba5"
3969
+ extensions:
3970
+ - ".livecodescript"
3971
+ tm_scope: source.livecodescript
3972
+ ace_mode: text
3973
+ language_id: 891017
3903
3974
  LiveScript:
3904
3975
  type: programming
3905
3976
  color: "#499886"
@@ -4693,6 +4764,18 @@ Nix:
4693
4764
  tm_scope: source.nix
4694
4765
  ace_mode: nix
4695
4766
  language_id: 252
4767
+ Noir:
4768
+ type: programming
4769
+ aliases:
4770
+ - nargo
4771
+ ace_mode: rust
4772
+ codemirror_mode: rust
4773
+ codemirror_mime_type: text/x-rustsrc
4774
+ extensions:
4775
+ - ".nr"
4776
+ color: "#2f1f49"
4777
+ tm_scope: source.nr
4778
+ language_id: 813068465
4696
4779
  Nu:
4697
4780
  type: programming
4698
4781
  color: "#c9df40"
@@ -5087,7 +5170,8 @@ PEG.js:
5087
5170
  color: "#234d6b"
5088
5171
  extensions:
5089
5172
  - ".pegjs"
5090
- tm_scope: source.pegjs
5173
+ - ".peggy"
5174
+ tm_scope: source.peggy
5091
5175
  ace_mode: javascript
5092
5176
  codemirror_mode: javascript
5093
5177
  codemirror_mime_type: text/javascript
@@ -5359,7 +5443,7 @@ Pkl:
5359
5443
  extensions:
5360
5444
  - ".pkl"
5361
5445
  interpreters:
5362
- - pkl
5446
+ - pkl
5363
5447
  tm_scope: source.pkl
5364
5448
  ace_mode: text
5365
5449
  language_id: 288822799
@@ -5458,7 +5542,7 @@ PowerBuilder:
5458
5542
  - ".sra"
5459
5543
  - ".sru"
5460
5544
  - ".srw"
5461
- tm_scope: none
5545
+ tm_scope: source.powerbuilder
5462
5546
  ace_mode: text
5463
5547
  language_id: 292
5464
5548
  PowerShell:
@@ -6123,6 +6207,7 @@ RobotFramework:
6123
6207
  color: "#00c0b5"
6124
6208
  extensions:
6125
6209
  - ".robot"
6210
+ - ".resource"
6126
6211
  tm_scope: text.robot
6127
6212
  ace_mode: text
6128
6213
  language_id: 324
@@ -7079,6 +7164,7 @@ TOML:
7079
7164
  - Pipfile
7080
7165
  - pdm.lock
7081
7166
  - poetry.lock
7167
+ - uv.lock
7082
7168
  tm_scope: source.toml
7083
7169
  ace_mode: toml
7084
7170
  codemirror_mode: toml
@@ -7099,6 +7185,9 @@ TSV:
7099
7185
  tm_scope: source.generic-db
7100
7186
  extensions:
7101
7187
  - ".tsv"
7188
+ - ".vcf"
7189
+ aliases:
7190
+ - tab-seperated values
7102
7191
  language_id: 1035892117
7103
7192
  TSX:
7104
7193
  type: programming
@@ -7583,6 +7672,7 @@ Vim Script:
7583
7672
  - vim
7584
7673
  - viml
7585
7674
  - nvim
7675
+ - vimscript
7586
7676
  extensions:
7587
7677
  - ".vim"
7588
7678
  - ".vba"
@@ -7639,7 +7729,7 @@ Visual Basic 6.0:
7639
7729
  - ".ctl"
7640
7730
  - ".Dsr"
7641
7731
  - ".frm"
7642
- tm_scope: source.vbnet
7732
+ tm_scope: source.vba
7643
7733
  aliases:
7644
7734
  - vb6
7645
7735
  - vb 6
@@ -8362,6 +8452,19 @@ hoon:
8362
8452
  extensions:
8363
8453
  - ".hoon"
8364
8454
  language_id: 560883276
8455
+ iCalendar:
8456
+ type: data
8457
+ color: "#ec564c"
8458
+ extensions:
8459
+ - ".ics"
8460
+ - ".ical"
8461
+ tm_scope: source.iCalendar
8462
+ aliases:
8463
+ - iCal
8464
+ ace_mode: properties
8465
+ codemirror_mode: properties
8466
+ codemirror_mime_type: text/x-properties
8467
+ language_id: 98384424
8365
8468
  jq:
8366
8469
  color: "#c7254e"
8367
8470
  ace_mode: text
@@ -8492,6 +8595,19 @@ templ:
8492
8595
  ace_mode: text
8493
8596
  tm_scope: source.templ
8494
8597
  language_id: 795579337
8598
+ vCard:
8599
+ type: data
8600
+ color: "#ee2647"
8601
+ extensions:
8602
+ - ".vcf"
8603
+ tm_scope: source.vcard
8604
+ aliases:
8605
+ - virtual contact file
8606
+ - electronic business card
8607
+ ace_mode: properties
8608
+ codemirror_mode: properties
8609
+ codemirror_mime_type: text/x-properties
8610
+ language_id: 851476558
8495
8611
  wisp:
8496
8612
  type: programming
8497
8613
  ace_mode: clojure