github-linguist 9.1.0 → 9.2.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.
- checksums.yaml +4 -4
- data/bin/github-linguist +3 -3
- data/grammars/etc.json +1 -1
- data/grammars/inline.edgeql.json +1 -1
- data/grammars/liquid.injection.json +1 -1
- data/grammars/source.4dm.json +1 -1
- data/grammars/source.QB64.json +1 -1
- data/grammars/source.abl.json +1 -1
- data/grammars/source.aiken.json +1 -0
- data/grammars/source.apex.json +1 -1
- data/grammars/source.ballerina.json +1 -1
- data/grammars/source.brs.json +1 -1
- data/grammars/source.c++.json +1 -1
- data/grammars/source.c.calendar.json +1 -0
- data/grammars/source.c.json +1 -1
- data/grammars/source.cl.json +1 -1
- data/grammars/source.clue.json +1 -0
- data/grammars/source.cmake.json +1 -1
- data/grammars/source.cmakecache.json +1 -1
- data/grammars/source.cobol.json +1 -1
- data/grammars/source.curlrc.json +1 -1
- data/grammars/source.daslang.json +1 -0
- data/grammars/source.dds.dspf.json +1 -1
- data/grammars/source.erlang.json +1 -1
- data/grammars/source.gdscript.json +1 -1
- data/grammars/source.git-revlist.json +1 -1
- data/grammars/source.gleam.json +1 -1
- data/grammars/source.hx.json +1 -1
- data/grammars/source.ilecobol.json +1 -0
- data/grammars/source.jai.json +1 -1
- data/grammars/source.json.comments.json +1 -1
- data/grammars/source.julia.console.json +1 -1
- data/grammars/source.julia.json +1 -1
- data/grammars/source.just.json +1 -1
- data/grammars/source.koka.json +1 -0
- data/grammars/source.leo.json +1 -0
- data/grammars/source.livescript.json +1 -1
- data/grammars/source.m2.json +1 -1
- data/grammars/source.m3u.json +1 -0
- data/grammars/source.moonbit.json +1 -1
- data/grammars/source.nasl.json +1 -1
- data/grammars/source.nim.json +1 -1
- data/grammars/source.nushell.json +1 -1
- data/grammars/source.objc.json +1 -1
- data/grammars/source.odin.json +1 -1
- data/grammars/source.openqasm.json +1 -0
- data/grammars/source.rascal.json +1 -1
- data/grammars/source.rescript.json +1 -1
- data/grammars/source.roc.json +1 -1
- data/grammars/source.rust.json +1 -1
- data/grammars/source.sail.json +1 -0
- data/grammars/source.slang.json +1 -1
- data/grammars/source.slint.json +1 -1
- data/grammars/source.smithy.json +1 -1
- data/grammars/source.soql.json +1 -1
- data/grammars/source.sway.json +1 -1
- data/grammars/source.tact.json +1 -1
- data/grammars/source.talon.json +1 -1
- data/grammars/source.templ.json +1 -1
- data/grammars/source.toc.json +1 -1
- data/grammars/source.torrc.json +1 -0
- data/grammars/source.typst.json +1 -1
- data/grammars/source.uplc.json +1 -0
- data/grammars/source.vba.json +1 -1
- data/grammars/source.vento.json +1 -0
- data/grammars/source.vue.json +1 -1
- data/grammars/source.wdl.json +1 -1
- data/grammars/source.wit.json +1 -1
- data/grammars/source.zmodel.json +1 -0
- data/grammars/text.adblock.json +1 -1
- data/grammars/text.html.liquid.json +1 -1
- data/grammars/text.html.vento.json +1 -0
- data/grammars/text.valve-cfg.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/generated.rb +23 -1
- data/lib/linguist/heuristics.yml +8 -1
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +143 -10
- data/lib/linguist/samples.json +1 -1
- metadata +21 -11
- data/grammars/source.c.platform.json +0 -1
data/lib/linguist/languages.yml
CHANGED
@@ -261,6 +261,14 @@ Agda:
|
|
261
261
|
tm_scope: source.agda
|
262
262
|
ace_mode: text
|
263
263
|
language_id: 12
|
264
|
+
Aiken:
|
265
|
+
type: programming
|
266
|
+
color: "#640ff8"
|
267
|
+
ace_mode: text
|
268
|
+
extensions:
|
269
|
+
- ".ak"
|
270
|
+
tm_scope: source.aiken
|
271
|
+
language_id: 899409497
|
264
272
|
Alloy:
|
265
273
|
type: programming
|
266
274
|
color: "#64C800"
|
@@ -760,6 +768,14 @@ Browserslist:
|
|
760
768
|
tm_scope: text.browserslist
|
761
769
|
ace_mode: text
|
762
770
|
language_id: 153503348
|
771
|
+
BuildStream:
|
772
|
+
type: data
|
773
|
+
color: "#006bff"
|
774
|
+
extensions:
|
775
|
+
- ".bst"
|
776
|
+
tm_scope: source.yaml
|
777
|
+
ace_mode: yaml
|
778
|
+
language_id: 84359046
|
763
779
|
C:
|
764
780
|
type: programming
|
765
781
|
color: "#555555"
|
@@ -1219,6 +1235,14 @@ Cloud Firestore Security Rules:
|
|
1219
1235
|
filenames:
|
1220
1236
|
- firestore.rules
|
1221
1237
|
language_id: 407996372
|
1238
|
+
Clue:
|
1239
|
+
type: programming
|
1240
|
+
color: "#0009b5"
|
1241
|
+
extensions:
|
1242
|
+
- ".clue"
|
1243
|
+
tm_scope: source.clue
|
1244
|
+
ace_mode: text
|
1245
|
+
language_id: 163763508
|
1222
1246
|
CoNLL-U:
|
1223
1247
|
type: data
|
1224
1248
|
extensions:
|
@@ -1343,15 +1367,6 @@ Cool:
|
|
1343
1367
|
tm_scope: source.cool
|
1344
1368
|
ace_mode: text
|
1345
1369
|
language_id: 68
|
1346
|
-
Coq:
|
1347
|
-
type: programming
|
1348
|
-
color: "#d0b68c"
|
1349
|
-
extensions:
|
1350
|
-
- ".coq"
|
1351
|
-
- ".v"
|
1352
|
-
tm_scope: source.coq
|
1353
|
-
ace_mode: text
|
1354
|
-
language_id: 69
|
1355
1370
|
Cpp-ObjDump:
|
1356
1371
|
type: data
|
1357
1372
|
extensions:
|
@@ -1588,6 +1603,14 @@ Dart:
|
|
1588
1603
|
codemirror_mode: dart
|
1589
1604
|
codemirror_mime_type: application/dart
|
1590
1605
|
language_id: 87
|
1606
|
+
Daslang:
|
1607
|
+
type: programming
|
1608
|
+
color: "#d3d3d3"
|
1609
|
+
extensions:
|
1610
|
+
- ".das"
|
1611
|
+
tm_scope: source.daslang
|
1612
|
+
ace_mode: text
|
1613
|
+
language_id: 648759486
|
1591
1614
|
DataWeave:
|
1592
1615
|
type: programming
|
1593
1616
|
color: "#003a52"
|
@@ -2291,6 +2314,15 @@ GDScript:
|
|
2291
2314
|
tm_scope: source.gdscript
|
2292
2315
|
ace_mode: text
|
2293
2316
|
language_id: 123
|
2317
|
+
GDShader:
|
2318
|
+
type: programming
|
2319
|
+
color: "#478CBF"
|
2320
|
+
extensions:
|
2321
|
+
- ".gdshader"
|
2322
|
+
- ".gdshaderinc"
|
2323
|
+
tm_scope: source.gdshader
|
2324
|
+
ace_mode: glsl
|
2325
|
+
language_id: 694638086
|
2294
2326
|
GEDCOM:
|
2295
2327
|
type: data
|
2296
2328
|
color: "#003058"
|
@@ -2791,6 +2823,16 @@ HCL:
|
|
2791
2823
|
codemirror_mime_type: text/x-ruby
|
2792
2824
|
tm_scope: source.hcl
|
2793
2825
|
language_id: 144
|
2826
|
+
HIP:
|
2827
|
+
type: programming
|
2828
|
+
color: "#4F3A4F"
|
2829
|
+
extensions:
|
2830
|
+
- ".hip"
|
2831
|
+
tm_scope: source.c++
|
2832
|
+
ace_mode: c_cpp
|
2833
|
+
codemirror_mode: clike
|
2834
|
+
codemirror_mime_type: text/x-c++src
|
2835
|
+
language_id: 674379998
|
2794
2836
|
HLSL:
|
2795
2837
|
type: programming
|
2796
2838
|
color: "#aace60"
|
@@ -3081,6 +3123,7 @@ INI:
|
|
3081
3123
|
- ".cfg"
|
3082
3124
|
- ".cnf"
|
3083
3125
|
- ".dof"
|
3126
|
+
- ".frm"
|
3084
3127
|
- ".lektorproject"
|
3085
3128
|
- ".prefs"
|
3086
3129
|
- ".pro"
|
@@ -3764,6 +3807,7 @@ KiCad Schematic:
|
|
3764
3807
|
- eeschema schematic
|
3765
3808
|
extensions:
|
3766
3809
|
- ".kicad_sch"
|
3810
|
+
- ".kicad_sym"
|
3767
3811
|
- ".sch"
|
3768
3812
|
tm_scope: source.pcb.schematic
|
3769
3813
|
ace_mode: text
|
@@ -3784,6 +3828,16 @@ Kit:
|
|
3784
3828
|
- ".kit"
|
3785
3829
|
tm_scope: text.html.basic
|
3786
3830
|
language_id: 188
|
3831
|
+
Koka:
|
3832
|
+
type: programming
|
3833
|
+
ace_mode: text
|
3834
|
+
extensions:
|
3835
|
+
- ".kk"
|
3836
|
+
interpreters:
|
3837
|
+
- koka
|
3838
|
+
color: "#215166"
|
3839
|
+
tm_scope: source.koka
|
3840
|
+
language_id: 597930447
|
3787
3841
|
Kotlin:
|
3788
3842
|
type: programming
|
3789
3843
|
color: "#A97BFF"
|
@@ -3911,6 +3965,15 @@ Lean 4:
|
|
3911
3965
|
tm_scope: source.lean4
|
3912
3966
|
ace_mode: text
|
3913
3967
|
language_id: 455147478
|
3968
|
+
Leo:
|
3969
|
+
type: programming
|
3970
|
+
color: "#C4FFC2"
|
3971
|
+
extensions:
|
3972
|
+
- ".leo"
|
3973
|
+
tm_scope: source.leo
|
3974
|
+
ace_mode: text
|
3975
|
+
wrap: true
|
3976
|
+
language_id: 916034822
|
3914
3977
|
Less:
|
3915
3978
|
type: markup
|
3916
3979
|
color: "#1d365d"
|
@@ -4139,6 +4202,18 @@ M:
|
|
4139
4202
|
codemirror_mime_type: text/x-mumps
|
4140
4203
|
language_id: 214
|
4141
4204
|
tm_scope: none
|
4205
|
+
M3U:
|
4206
|
+
type: data
|
4207
|
+
aliases:
|
4208
|
+
- hls playlist
|
4209
|
+
- m3u playlist
|
4210
|
+
extensions:
|
4211
|
+
- ".m3u"
|
4212
|
+
- ".m3u8"
|
4213
|
+
color: "#179C7D"
|
4214
|
+
tm_scope: source.m3u
|
4215
|
+
ace_mode: text
|
4216
|
+
language_id: 89638692
|
4142
4217
|
M4:
|
4143
4218
|
type: programming
|
4144
4219
|
extensions:
|
@@ -5885,6 +5960,7 @@ Python:
|
|
5885
5960
|
- py
|
5886
5961
|
- pypy
|
5887
5962
|
- pypy3
|
5963
|
+
- uv
|
5888
5964
|
aliases:
|
5889
5965
|
- python3
|
5890
5966
|
- rusthon
|
@@ -6193,6 +6269,7 @@ ReScript:
|
|
6193
6269
|
codemirror_mime_type: text/x-rustsrc
|
6194
6270
|
extensions:
|
6195
6271
|
- ".res"
|
6272
|
+
- ".resi"
|
6196
6273
|
interpreters:
|
6197
6274
|
- ocaml
|
6198
6275
|
tm_scope: source.rescript
|
@@ -6358,6 +6435,18 @@ Roc:
|
|
6358
6435
|
tm_scope: source.roc
|
6359
6436
|
ace_mode: text
|
6360
6437
|
language_id: 440182480
|
6438
|
+
Rocq Prover:
|
6439
|
+
type: programming
|
6440
|
+
color: "#d0b68c"
|
6441
|
+
extensions:
|
6442
|
+
- ".v"
|
6443
|
+
- ".coq"
|
6444
|
+
aliases:
|
6445
|
+
- coq
|
6446
|
+
- rocq
|
6447
|
+
tm_scope: source.coq
|
6448
|
+
ace_mode: text
|
6449
|
+
language_id: 69
|
6361
6450
|
Roff:
|
6362
6451
|
type: markup
|
6363
6452
|
color: "#ecdebe"
|
@@ -6585,6 +6674,7 @@ SMT:
|
|
6585
6674
|
extensions:
|
6586
6675
|
- ".smt2"
|
6587
6676
|
- ".smt"
|
6677
|
+
- ".z3"
|
6588
6678
|
interpreters:
|
6589
6679
|
- boolector
|
6590
6680
|
- cvc4
|
@@ -6731,6 +6821,14 @@ Sage:
|
|
6731
6821
|
codemirror_mode: python
|
6732
6822
|
codemirror_mime_type: text/x-python
|
6733
6823
|
language_id: 338
|
6824
|
+
Sail:
|
6825
|
+
type: programming
|
6826
|
+
color: "#259dd5"
|
6827
|
+
ace_mode: text
|
6828
|
+
extensions:
|
6829
|
+
- ".sail"
|
6830
|
+
tm_scope: source.sail
|
6831
|
+
language_id: 1029438153
|
6734
6832
|
SaltStack:
|
6735
6833
|
type: programming
|
6736
6834
|
color: "#646464"
|
@@ -7589,6 +7687,16 @@ Toit:
|
|
7589
7687
|
tm_scope: source.toit
|
7590
7688
|
ace_mode: text
|
7591
7689
|
language_id: 356554395
|
7690
|
+
Tor Config:
|
7691
|
+
type: data
|
7692
|
+
color: "#59316b"
|
7693
|
+
filenames:
|
7694
|
+
- torrc
|
7695
|
+
tm_scope: source.torrc
|
7696
|
+
ace_mode: apache_conf
|
7697
|
+
aliases:
|
7698
|
+
- torrc
|
7699
|
+
language_id: 1016912802
|
7592
7700
|
Tree-sitter Query:
|
7593
7701
|
type: programming
|
7594
7702
|
color: "#8ea64c"
|
@@ -7735,6 +7843,14 @@ UnrealScript:
|
|
7735
7843
|
codemirror_mode: clike
|
7736
7844
|
codemirror_mime_type: text/x-java
|
7737
7845
|
language_id: 382
|
7846
|
+
Untyped Plutus Core:
|
7847
|
+
type: programming
|
7848
|
+
color: "#36adbd"
|
7849
|
+
ace_mode: text
|
7850
|
+
extensions:
|
7851
|
+
- ".uplc"
|
7852
|
+
tm_scope: source.uplc
|
7853
|
+
language_id: 1061635506
|
7738
7854
|
UrWeb:
|
7739
7855
|
type: programming
|
7740
7856
|
color: "#ccccee"
|
@@ -7842,6 +7958,14 @@ Velocity Template Language:
|
|
7842
7958
|
codemirror_mode: velocity
|
7843
7959
|
codemirror_mime_type: text/velocity
|
7844
7960
|
language_id: 292377326
|
7961
|
+
Vento:
|
7962
|
+
type: markup
|
7963
|
+
color: "#ff0080"
|
7964
|
+
extensions:
|
7965
|
+
- ".vto"
|
7966
|
+
tm_scope: source.vento
|
7967
|
+
ace_mode: text
|
7968
|
+
language_id: 757053899
|
7845
7969
|
Verilog:
|
7846
7970
|
type: programming
|
7847
7971
|
color: "#b2b7f8"
|
@@ -7962,7 +8086,7 @@ Vyper:
|
|
7962
8086
|
type: programming
|
7963
8087
|
extensions:
|
7964
8088
|
- ".vy"
|
7965
|
-
color: "#
|
8089
|
+
color: "#9F4CF2"
|
7966
8090
|
ace_mode: text
|
7967
8091
|
tm_scope: source.vyper
|
7968
8092
|
language_id: 1055641948
|
@@ -8280,6 +8404,7 @@ XML:
|
|
8280
8404
|
- ".scxml"
|
8281
8405
|
- ".sfproj"
|
8282
8406
|
- ".shproj"
|
8407
|
+
- ".slnx"
|
8283
8408
|
- ".srdf"
|
8284
8409
|
- ".storyboard"
|
8285
8410
|
- ".sublime-snippet"
|
@@ -8581,6 +8706,14 @@ Zimpl:
|
|
8581
8706
|
tm_scope: none
|
8582
8707
|
ace_mode: text
|
8583
8708
|
language_id: 411
|
8709
|
+
Zmodel:
|
8710
|
+
type: data
|
8711
|
+
color: "#ff7100"
|
8712
|
+
extensions:
|
8713
|
+
- ".zmodel"
|
8714
|
+
tm_scope: source.zmodel
|
8715
|
+
ace_mode: text
|
8716
|
+
language_id: 803760908
|
8584
8717
|
cURL Config:
|
8585
8718
|
type: data
|
8586
8719
|
group: INI
|