github-linguist 9.0.0 → 9.1.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 (77) hide show
  1. checksums.yaml +4 -4
  2. data/grammars/liquid.injection.json +1 -1
  3. data/grammars/source.abap.json +1 -1
  4. data/grammars/source.abl.json +1 -1
  5. data/grammars/source.answersetprogramming.json +1 -0
  6. data/grammars/source.apacheconf.json +1 -0
  7. data/grammars/source.assembly.json +1 -1
  8. data/grammars/source.ats.json +1 -1
  9. data/grammars/source.brs.json +1 -1
  10. data/grammars/source.bst.json +1 -0
  11. data/grammars/source.c.linker.json +1 -0
  12. data/grammars/source.cairo0.json +1 -1
  13. data/grammars/source.cobol.json +1 -1
  14. data/grammars/source.cs.json +1 -1
  15. data/grammars/source.curry.json +1 -1
  16. data/grammars/source.dds.dspf.json +1 -1
  17. data/grammars/source.erlang.json +1 -1
  18. data/grammars/source.gdscript.json +1 -1
  19. data/grammars/source.git-revlist.json +1 -1
  20. data/grammars/source.gleam.json +1 -1
  21. data/grammars/source.hack.json +1 -1
  22. data/grammars/source.hcl.json +1 -1
  23. data/grammars/source.ice.json +1 -1
  24. data/grammars/source.ispc.json +1 -0
  25. data/grammars/source.jai.json +1 -0
  26. data/grammars/source.json.comments.json +1 -0
  27. data/grammars/source.just.json +1 -1
  28. data/grammars/source.kdl.json +1 -0
  29. data/grammars/source.lean.markdown.json +1 -1
  30. data/grammars/source.lean4.markdown.json +1 -1
  31. data/grammars/source.matlab.json +1 -1
  32. data/grammars/source.mo.json +1 -1
  33. data/grammars/source.moonbit.json +1 -1
  34. data/grammars/source.mzn.json +1 -0
  35. data/grammars/source.nr.json +1 -1
  36. data/grammars/source.openesql.json +1 -1
  37. data/grammars/source.overpassql.json +1 -0
  38. data/grammars/source.polar.json +1 -1
  39. data/grammars/source.prisma.json +1 -1
  40. data/grammars/source.purescript.json +1 -1
  41. data/grammars/source.ql.json +1 -1
  42. data/grammars/source.qsharp.json +1 -1
  43. data/grammars/source.rascal.json +1 -1
  44. data/grammars/source.rpgle.json +1 -1
  45. data/grammars/source.scala.json +1 -1
  46. data/grammars/source.scm.json +1 -0
  47. data/grammars/source.slang.json +1 -0
  48. data/grammars/source.slice.json +1 -1
  49. data/grammars/source.sourcepawn.json +1 -1
  50. data/grammars/source.stan.json +1 -1
  51. data/grammars/source.swift.json +1 -1
  52. data/grammars/source.tact.json +1 -1
  53. data/grammars/source.talon.json +1 -1
  54. data/grammars/source.templ.json +1 -1
  55. data/grammars/source.textgrid.json +1 -1
  56. data/grammars/source.toc.json +1 -1
  57. data/grammars/source.ts.prismaClientRawSQL.json +1 -1
  58. data/grammars/source.tsp.json +1 -1
  59. data/grammars/source.typst.json +1 -1
  60. data/grammars/source.vue.json +1 -1
  61. data/grammars/source.wdl.json +1 -1
  62. data/grammars/source.xmake.json +1 -0
  63. data/grammars/text.html.liquid.json +1 -1
  64. data/grammars/text.html.markdown.d2.json +1 -1
  65. data/grammars/text.rtf.json +1 -1
  66. data/grammars/version +1 -1
  67. data/lib/linguist/VERSION +1 -1
  68. data/lib/linguist/generated.rb +1 -1
  69. data/lib/linguist/heuristics.yml +57 -17
  70. data/lib/linguist/languages.json +1 -1
  71. data/lib/linguist/languages.yml +155 -23
  72. data/lib/linguist/samples.json +1 -1
  73. data/lib/linguist/shebang.rb +1 -1
  74. metadata +16 -6
  75. data/grammars/source.apache-config.json +0 -1
  76. data/grammars/source.apache-config.mod_perl.json +0 -1
  77. data/grammars/text.html.erlang.yaws.json +0 -1
@@ -307,6 +307,16 @@ AngelScript:
307
307
  codemirror_mode: clike
308
308
  codemirror_mime_type: text/x-c++src
309
309
  language_id: 389477596
310
+ Answer Set Programming:
311
+ type: programming
312
+ color: "#A9CC29"
313
+ extensions:
314
+ - ".lp"
315
+ interpreters:
316
+ - clingo
317
+ tm_scope: source.answersetprogramming
318
+ ace_mode: prolog
319
+ language_id: 433009171
310
320
  Ant Build System:
311
321
  type: data
312
322
  color: "#A9157E"
@@ -341,7 +351,7 @@ ApacheConf:
341
351
  - ".htaccess"
342
352
  - apache2.conf
343
353
  - httpd.conf
344
- tm_scope: source.apache-config
354
+ tm_scope: source.apacheconf
345
355
  ace_mode: apache_conf
346
356
  language_id: 16
347
357
  Apex:
@@ -349,6 +359,7 @@ Apex:
349
359
  color: "#1797c0"
350
360
  extensions:
351
361
  - ".cls"
362
+ - ".apex"
352
363
  - ".trigger"
353
364
  tm_scope: source.apex
354
365
  ace_mode: java
@@ -417,6 +428,7 @@ Assembly:
417
428
  - ".inc"
418
429
  - ".nas"
419
430
  - ".nasm"
431
+ - ".s"
420
432
  tm_scope: source.assembly
421
433
  ace_mode: assembly_x86
422
434
  language_id: 24
@@ -588,6 +600,13 @@ BibTeX:
588
600
  codemirror_mode: stex
589
601
  codemirror_mime_type: text/x-stex
590
602
  language_id: 982188347
603
+ BibTeX Style:
604
+ type: programming
605
+ extensions:
606
+ - ".bst"
607
+ tm_scope: source.bst
608
+ ace_mode: text
609
+ language_id: 909569041
591
610
  Bicep:
592
611
  type: programming
593
612
  color: "#519aba"
@@ -748,6 +767,7 @@ C:
748
767
  - ".c"
749
768
  - ".cats"
750
769
  - ".h"
770
+ - ".h.in"
751
771
  - ".idc"
752
772
  interpreters:
753
773
  - tcc
@@ -2835,9 +2855,9 @@ HTML+EEX:
2835
2855
  - heex
2836
2856
  - leex
2837
2857
  extensions:
2838
- - ".eex"
2839
- - ".html.heex"
2840
- - ".html.leex"
2858
+ - ".html.eex"
2859
+ - ".heex"
2860
+ - ".leex"
2841
2861
  ace_mode: text
2842
2862
  codemirror_mode: htmlmixed
2843
2863
  codemirror_mime_type: text/html
@@ -3096,6 +3116,16 @@ IRC log:
3096
3116
  codemirror_mode: mirc
3097
3117
  codemirror_mime_type: text/mirc
3098
3118
  language_id: 164
3119
+ ISPC:
3120
+ type: programming
3121
+ color: "#2D68B1"
3122
+ extensions:
3123
+ - ".ispc"
3124
+ tm_scope: source.ispc
3125
+ ace_mode: c_cpp
3126
+ codemirror_mode: clike
3127
+ codemirror_mime_type: text/x-csrc
3128
+ language_id: 327071
3099
3129
  Idris:
3100
3130
  type: programming
3101
3131
  color: "#b30000"
@@ -3306,7 +3336,9 @@ JSON:
3306
3336
  - ".tern-project"
3307
3337
  - ".watchmanconfig"
3308
3338
  - MODULE.bazel.lock
3339
+ - Package.resolved
3309
3340
  - Pipfile.lock
3341
+ - bun.lock
3310
3342
  - composer.lock
3311
3343
  - deno.lock
3312
3344
  - flake.lock
@@ -3316,7 +3348,7 @@ JSON with Comments:
3316
3348
  type: data
3317
3349
  color: "#292929"
3318
3350
  group: JSON
3319
- tm_scope: source.js
3351
+ tm_scope: source.json.comments
3320
3352
  ace_mode: javascript
3321
3353
  codemirror_mode: javascript
3322
3354
  codemirror_mime_type: text/javascript
@@ -3385,6 +3417,14 @@ JSONiq:
3385
3417
  - ".jq"
3386
3418
  tm_scope: source.jsoniq
3387
3419
  language_id: 177
3420
+ Jai:
3421
+ type: programming
3422
+ color: "#ab8b4b"
3423
+ ace_mode: text
3424
+ tm_scope: source.jai
3425
+ extensions:
3426
+ - ".jai"
3427
+ language_id: 70127133
3388
3428
  Janet:
3389
3429
  type: programming
3390
3430
  color: "#0886a5"
@@ -3642,6 +3682,16 @@ Just:
3642
3682
  - ".just"
3643
3683
  ace_mode: text
3644
3684
  language_id: 128447695
3685
+ KDL:
3686
+ type: data
3687
+ color: "#ffb3b3"
3688
+ extensions:
3689
+ - ".kdl"
3690
+ tm_scope: source.kdl
3691
+ ace_mode: tcl
3692
+ codemirror_mode: yacas
3693
+ codemirror_mime_type: text/x-yacas
3694
+ language_id: 931123626
3645
3695
  KRL:
3646
3696
  type: programming
3647
3697
  color: "#28430A"
@@ -3915,15 +3965,22 @@ Limbo:
3915
3965
  tm_scope: none
3916
3966
  ace_mode: text
3917
3967
  language_id: 201
3968
+ Linear Programming:
3969
+ type: programming
3970
+ extensions:
3971
+ - ".lp"
3972
+ tm_scope: none
3973
+ ace_mode: text
3974
+ language_id: 377204539
3918
3975
  Linker Script:
3919
- type: data
3976
+ type: programming
3920
3977
  extensions:
3921
3978
  - ".ld"
3922
3979
  - ".lds"
3923
3980
  - ".x"
3924
3981
  filenames:
3925
3982
  - ld.script
3926
- tm_scope: none
3983
+ tm_scope: source.c.linker
3927
3984
  ace_mode: text
3928
3985
  language_id: 202
3929
3986
  Linux Kernel Module:
@@ -4408,6 +4465,21 @@ MiniYAML:
4408
4465
  codemirror_mode: yaml
4409
4466
  codemirror_mime_type: text/x-yaml
4410
4467
  language_id: 4896465
4468
+ MiniZinc:
4469
+ type: programming
4470
+ color: "#06a9e6"
4471
+ extensions:
4472
+ - ".mzn"
4473
+ tm_scope: source.mzn
4474
+ ace_mode: text
4475
+ language_id: 238874535
4476
+ MiniZinc Data:
4477
+ type: data
4478
+ extensions:
4479
+ - ".dzn"
4480
+ tm_scope: source.mzn
4481
+ ace_mode: text
4482
+ language_id: 938193433
4411
4483
  Mint:
4412
4484
  type: programming
4413
4485
  extensions:
@@ -4918,6 +4990,26 @@ OCaml:
4918
4990
  - ocamlscript
4919
4991
  tm_scope: source.ocaml
4920
4992
  language_id: 255
4993
+ OMNeT++ MSG:
4994
+ type: programming
4995
+ extensions:
4996
+ - ".msg"
4997
+ color: "#a0e0a0"
4998
+ tm_scope: source.msg
4999
+ ace_mode: text
5000
+ aliases:
5001
+ - omnetpp-msg
5002
+ language_id: 664100008
5003
+ OMNeT++ NED:
5004
+ type: programming
5005
+ extensions:
5006
+ - ".ned"
5007
+ color: "#08607c"
5008
+ tm_scope: source.ned
5009
+ ace_mode: text
5010
+ aliases:
5011
+ - omnetpp-ned
5012
+ language_id: 924868392
4921
5013
  Oberon:
4922
5014
  type: programming
4923
5015
  extensions:
@@ -5144,6 +5236,15 @@ Org:
5144
5236
  tm_scope: none
5145
5237
  ace_mode: text
5146
5238
  language_id: 267
5239
+ OverpassQL:
5240
+ type: programming
5241
+ color: "#cce2aa"
5242
+ wrap: true
5243
+ extensions:
5244
+ - ".overpassql"
5245
+ tm_scope: source.overpassql
5246
+ ace_mode: text
5247
+ language_id: 689079655
5147
5248
  Ox:
5148
5249
  type: programming
5149
5250
  extensions:
@@ -6872,6 +6973,14 @@ Singularity:
6872
6973
  - Singularity
6873
6974
  ace_mode: text
6874
6975
  language_id: 987024632
6976
+ Slang:
6977
+ type: programming
6978
+ color: "#1fbec9"
6979
+ extensions:
6980
+ - ".slang"
6981
+ tm_scope: source.slang
6982
+ ace_mode: text
6983
+ language_id: 239357863
6875
6984
  Slash:
6876
6985
  type: programming
6877
6986
  color: "#007eff"
@@ -7121,6 +7230,14 @@ SuperCollider:
7121
7230
  tm_scope: source.supercollider
7122
7231
  ace_mode: text
7123
7232
  language_id: 361
7233
+ Survex data:
7234
+ type: data
7235
+ color: "#ffcc99"
7236
+ tm_scope: none
7237
+ ace_mode: text
7238
+ extensions:
7239
+ - ".svx"
7240
+ language_id: 24470517
7124
7241
  Svelte:
7125
7242
  type: markup
7126
7243
  color: "#ff3e00"
@@ -7472,6 +7589,16 @@ Toit:
7472
7589
  tm_scope: source.toit
7473
7590
  ace_mode: text
7474
7591
  language_id: 356554395
7592
+ Tree-sitter Query:
7593
+ type: programming
7594
+ color: "#8ea64c"
7595
+ aliases:
7596
+ - tsq
7597
+ extensions:
7598
+ - ".scm"
7599
+ tm_scope: source.scm
7600
+ ace_mode: text
7601
+ language_id: 436081647
7475
7602
  Turing:
7476
7603
  type: programming
7477
7604
  color: "#cf142b"
@@ -7515,6 +7642,7 @@ TypeScript:
7515
7642
  aliases:
7516
7643
  - ts
7517
7644
  interpreters:
7645
+ - bun
7518
7646
  - deno
7519
7647
  - ts-node
7520
7648
  - tsx
@@ -8112,6 +8240,7 @@ XML:
8112
8240
  - ".glade"
8113
8241
  - ".gml"
8114
8242
  - ".gmx"
8243
+ - ".gpx"
8115
8244
  - ".grxml"
8116
8245
  - ".gst"
8117
8246
  - ".hzp"
@@ -8275,6 +8404,14 @@ XSLT:
8275
8404
  codemirror_mime_type: text/xml
8276
8405
  color: "#EB8CEB"
8277
8406
  language_id: 404
8407
+ Xmake:
8408
+ type: programming
8409
+ color: "#22a079"
8410
+ filenames:
8411
+ - xmake.lua
8412
+ tm_scope: source.xmake
8413
+ ace_mode: text
8414
+ language_id: 225223071
8278
8415
  Xojo:
8279
8416
  type: programming
8280
8417
  color: "#81bd41"
@@ -8578,6 +8715,17 @@ mcfunction:
8578
8715
  tm_scope: source.mcfunction
8579
8716
  ace_mode: text
8580
8717
  language_id: 462488745
8718
+ mdsvex:
8719
+ type: markup
8720
+ color: "#5f9ea0"
8721
+ tm_scope: none
8722
+ ace_mode: markdown
8723
+ codemirror_mode: gfm
8724
+ codemirror_mime_type: text/x-gfm
8725
+ wrap: true
8726
+ extensions:
8727
+ - ".svx"
8728
+ language_id: 566198445
8581
8729
  mupad:
8582
8730
  type: programming
8583
8731
  color: "#244963"
@@ -8606,22 +8754,6 @@ nesC:
8606
8754
  ace_mode: text
8607
8755
  tm_scope: source.nesc
8608
8756
  language_id: 417
8609
- omnetpp-msg:
8610
- type: programming
8611
- extensions:
8612
- - ".msg"
8613
- color: "#a0e0a0"
8614
- tm_scope: source.msg
8615
- ace_mode: text
8616
- language_id: 664100008
8617
- omnetpp-ned:
8618
- type: programming
8619
- extensions:
8620
- - ".ned"
8621
- color: "#08607c"
8622
- tm_scope: source.ned
8623
- ace_mode: text
8624
- language_id: 924868392
8625
8757
  ooc:
8626
8758
  type: programming
8627
8759
  color: "#b0b77e"