github-linguist 7.24.0 → 7.25.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/grammars/govulncheck.json +1 -0
- data/grammars/liquid.injection.json +1 -1
- data/grammars/source.abap.json +1 -1
- data/grammars/source.abl.json +1 -1
- data/grammars/source.arr.json +1 -0
- data/grammars/source.astro.json +1 -1
- data/grammars/source.ats.json +1 -1
- data/grammars/source.basic.json +1 -1
- data/grammars/source.brs.json +1 -1
- data/grammars/source.cds.json +1 -1
- data/grammars/source.chapel.json +1 -1
- data/grammars/source.circom.json +1 -0
- data/grammars/source.clar.json +1 -1
- data/grammars/source.cobol.json +1 -1
- data/grammars/source.curlrc.json +1 -1
- data/grammars/source.dart.json +1 -1
- data/grammars/source.denizenscript.json +1 -1
- data/grammars/source.editorconfig.json +1 -1
- data/grammars/source.gdscript.json +1 -1
- data/grammars/source.generic-config.json +1 -0
- data/grammars/source.gitconfig.json +1 -1
- data/grammars/source.gleam.json +1 -1
- data/grammars/source.graphql.json +1 -1
- data/grammars/source.hocon.json +1 -1
- data/grammars/source.hosts.json +1 -1
- data/grammars/source.j.json +1 -1
- data/grammars/source.jflex.json +1 -1
- data/grammars/source.kerboscript.json +1 -0
- data/grammars/source.kickstart.json +1 -0
- data/grammars/source.kotlin.json +1 -1
- data/grammars/source.m2.json +1 -1
- data/grammars/source.mermaid.flowchart.json +1 -1
- data/grammars/source.mermaid.json +1 -1
- data/grammars/source.mermaid.mindmap.json +1 -0
- data/grammars/source.mo.json +1 -1
- data/grammars/source.move.json +1 -1
- data/grammars/source.nim.json +1 -1
- data/grammars/source.nim_filter.json +1 -1
- data/grammars/source.nimcfg.json +1 -1
- data/grammars/source.pnlgrp.json +1 -1
- data/grammars/source.polar.json +1 -1
- data/grammars/source.postscript.json +1 -1
- data/grammars/source.prisma.json +1 -1
- data/grammars/source.rescript.json +1 -1
- data/grammars/source.rpgle.json +1 -1
- data/grammars/source.rust.json +1 -1
- data/grammars/source.scala.json +1 -1
- data/grammars/source.singularity.json +1 -1
- data/grammars/source.sqf.json +1 -1
- data/grammars/source.stan.json +1 -1
- data/grammars/source.svelte.json +1 -1
- data/grammars/source.sway.json +1 -0
- data/grammars/source.talon.json +1 -1
- data/grammars/source.ts.json +1 -1
- data/grammars/source.tsql.json +1 -1
- data/grammars/source.tsx.json +1 -1
- data/grammars/source.turtle.json +1 -1
- data/grammars/source.v.json +1 -1
- data/grammars/source.yara.json +1 -1
- data/grammars/text.adblock.json +1 -1
- data/grammars/text.checksums.json +1 -1
- data/grammars/text.html.liquid.json +1 -1
- data/grammars/text.restructuredtext.json +1 -1
- data/grammars/text.sfd.json +1 -1
- data/grammars/text.xml.svg.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/generated.rb +8 -0
- data/lib/linguist/generic.yml +1 -0
- data/lib/linguist/heuristics.yml +38 -13
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +132 -16
- data/lib/linguist/samples.json +1 -1
- data/lib/linguist/vendor.yml +3 -0
- metadata +11 -4
- data/grammars/source.nim.comment.json +0 -1
data/lib/linguist/languages.yml
CHANGED
|
@@ -743,6 +743,7 @@ C++:
|
|
|
743
743
|
- ".c++"
|
|
744
744
|
- ".cc"
|
|
745
745
|
- ".cp"
|
|
746
|
+
- ".cppm"
|
|
746
747
|
- ".cxx"
|
|
747
748
|
- ".h"
|
|
748
749
|
- ".h++"
|
|
@@ -1016,6 +1017,14 @@ ChucK:
|
|
|
1016
1017
|
codemirror_mode: clike
|
|
1017
1018
|
codemirror_mime_type: text/x-java
|
|
1018
1019
|
language_id: 57
|
|
1020
|
+
Circom:
|
|
1021
|
+
type: programming
|
|
1022
|
+
ace_mode: text
|
|
1023
|
+
extensions:
|
|
1024
|
+
- ".circom"
|
|
1025
|
+
color: "#707575"
|
|
1026
|
+
tm_scope: source.circom
|
|
1027
|
+
language_id: 1042332086
|
|
1019
1028
|
Cirru:
|
|
1020
1029
|
type: programming
|
|
1021
1030
|
color: "#ccccff"
|
|
@@ -1539,6 +1548,27 @@ Dogescript:
|
|
|
1539
1548
|
tm_scope: none
|
|
1540
1549
|
ace_mode: text
|
|
1541
1550
|
language_id: 90
|
|
1551
|
+
Dotenv:
|
|
1552
|
+
type: data
|
|
1553
|
+
color: "#e5d559"
|
|
1554
|
+
extensions:
|
|
1555
|
+
- ".env"
|
|
1556
|
+
filenames:
|
|
1557
|
+
- ".env"
|
|
1558
|
+
- ".env.ci"
|
|
1559
|
+
- ".env.dev"
|
|
1560
|
+
- ".env.development"
|
|
1561
|
+
- ".env.development.local"
|
|
1562
|
+
- ".env.example"
|
|
1563
|
+
- ".env.local"
|
|
1564
|
+
- ".env.prod"
|
|
1565
|
+
- ".env.production"
|
|
1566
|
+
- ".env.staging"
|
|
1567
|
+
- ".env.test"
|
|
1568
|
+
- ".env.testing"
|
|
1569
|
+
tm_scope: source.dotenv
|
|
1570
|
+
ace_mode: text
|
|
1571
|
+
language_id: 111148035
|
|
1542
1572
|
Dylan:
|
|
1543
1573
|
type: programming
|
|
1544
1574
|
color: "#6c616e"
|
|
@@ -1749,6 +1779,13 @@ Elvish:
|
|
|
1749
1779
|
tm_scope: source.elvish
|
|
1750
1780
|
color: "#55BB55"
|
|
1751
1781
|
language_id: 570996448
|
|
1782
|
+
Elvish Transcript:
|
|
1783
|
+
type: programming
|
|
1784
|
+
group: Elvish
|
|
1785
|
+
ace_mode: text
|
|
1786
|
+
tm_scope: source.elvish-transcript
|
|
1787
|
+
color: "#55BB55"
|
|
1788
|
+
language_id: 452025714
|
|
1752
1789
|
Emacs Lisp:
|
|
1753
1790
|
type: programming
|
|
1754
1791
|
tm_scope: source.emacs.lisp
|
|
@@ -1791,6 +1828,7 @@ Erlang:
|
|
|
1791
1828
|
color: "#B83998"
|
|
1792
1829
|
extensions:
|
|
1793
1830
|
- ".erl"
|
|
1831
|
+
- ".app"
|
|
1794
1832
|
- ".app.src"
|
|
1795
1833
|
- ".es"
|
|
1796
1834
|
- ".escript"
|
|
@@ -1995,7 +2033,7 @@ Fortran Free Form:
|
|
|
1995
2033
|
language_id: 761352333
|
|
1996
2034
|
FreeBasic:
|
|
1997
2035
|
type: programming
|
|
1998
|
-
color: "#
|
|
2036
|
+
color: "#141AC9"
|
|
1999
2037
|
extensions:
|
|
2000
2038
|
- ".bi"
|
|
2001
2039
|
- ".bas"
|
|
@@ -2412,6 +2450,19 @@ Go Module:
|
|
|
2412
2450
|
tm_scope: go.mod
|
|
2413
2451
|
ace_mode: text
|
|
2414
2452
|
language_id: 947461016
|
|
2453
|
+
Godot Resource:
|
|
2454
|
+
type: data
|
|
2455
|
+
color: "#355570"
|
|
2456
|
+
extensions:
|
|
2457
|
+
- ".gdnlib"
|
|
2458
|
+
- ".gdns"
|
|
2459
|
+
- ".tres"
|
|
2460
|
+
- ".tscn"
|
|
2461
|
+
filenames:
|
|
2462
|
+
- project.godot
|
|
2463
|
+
tm_scope: source.gdresource
|
|
2464
|
+
ace_mode: text
|
|
2465
|
+
language_id: 738107771
|
|
2415
2466
|
Golo:
|
|
2416
2467
|
type: programming
|
|
2417
2468
|
color: "#88562A"
|
|
@@ -2528,6 +2579,7 @@ HAProxy:
|
|
|
2528
2579
|
language_id: 366607477
|
|
2529
2580
|
HCL:
|
|
2530
2581
|
type: programming
|
|
2582
|
+
color: "#844FBA"
|
|
2531
2583
|
extensions:
|
|
2532
2584
|
- ".hcl"
|
|
2533
2585
|
- ".nomad"
|
|
@@ -2807,6 +2859,7 @@ INI:
|
|
|
2807
2859
|
extensions:
|
|
2808
2860
|
- ".ini"
|
|
2809
2861
|
- ".cfg"
|
|
2862
|
+
- ".cnf"
|
|
2810
2863
|
- ".dof"
|
|
2811
2864
|
- ".lektorproject"
|
|
2812
2865
|
- ".prefs"
|
|
@@ -2984,6 +3037,14 @@ JAR Manifest:
|
|
|
2984
3037
|
tm_scope: source.yaml
|
|
2985
3038
|
ace_mode: text
|
|
2986
3039
|
language_id: 447261135
|
|
3040
|
+
JCL:
|
|
3041
|
+
type: programming
|
|
3042
|
+
color: "#d90e09"
|
|
3043
|
+
extensions:
|
|
3044
|
+
- ".jcl"
|
|
3045
|
+
tm_scope: source.jcl
|
|
3046
|
+
ace_mode: text
|
|
3047
|
+
language_id: 316620079
|
|
2987
3048
|
JFlex:
|
|
2988
3049
|
type: programming
|
|
2989
3050
|
color: "#DBCA00"
|
|
@@ -3037,6 +3098,7 @@ JSON:
|
|
|
3037
3098
|
- ".watchmanconfig"
|
|
3038
3099
|
- Pipfile.lock
|
|
3039
3100
|
- composer.lock
|
|
3101
|
+
- flake.lock
|
|
3040
3102
|
- mcmod.info
|
|
3041
3103
|
language_id: 174
|
|
3042
3104
|
JSON with Comments:
|
|
@@ -3331,6 +3393,18 @@ Jupyter Notebook:
|
|
|
3331
3393
|
aliases:
|
|
3332
3394
|
- IPython Notebook
|
|
3333
3395
|
language_id: 185
|
|
3396
|
+
Just:
|
|
3397
|
+
type: programming
|
|
3398
|
+
aliases:
|
|
3399
|
+
- Justfile
|
|
3400
|
+
color: "#384d54"
|
|
3401
|
+
tm_scope: source.just
|
|
3402
|
+
filenames:
|
|
3403
|
+
- JUSTFILE
|
|
3404
|
+
- Justfile
|
|
3405
|
+
- justfile
|
|
3406
|
+
ace_mode: text
|
|
3407
|
+
language_id: 128447695
|
|
3334
3408
|
KRL:
|
|
3335
3409
|
type: programming
|
|
3336
3410
|
color: "#28430A"
|
|
@@ -3364,6 +3438,14 @@ KakouneScript:
|
|
|
3364
3438
|
- kakrc
|
|
3365
3439
|
ace_mode: text
|
|
3366
3440
|
language_id: 603336474
|
|
3441
|
+
KerboScript:
|
|
3442
|
+
type: programming
|
|
3443
|
+
ace_mode: text
|
|
3444
|
+
extensions:
|
|
3445
|
+
- ".ks"
|
|
3446
|
+
color: "#41adf0"
|
|
3447
|
+
tm_scope: source.kerboscript
|
|
3448
|
+
language_id: 59716426
|
|
3367
3449
|
KiCad Layout:
|
|
3368
3450
|
type: data
|
|
3369
3451
|
color: "#2f4aab"
|
|
@@ -3399,6 +3481,13 @@ KiCad Schematic:
|
|
|
3399
3481
|
tm_scope: source.pcb.schematic
|
|
3400
3482
|
ace_mode: text
|
|
3401
3483
|
language_id: 622447435
|
|
3484
|
+
Kickstart:
|
|
3485
|
+
type: data
|
|
3486
|
+
ace_mode: text
|
|
3487
|
+
extensions:
|
|
3488
|
+
- ".ks"
|
|
3489
|
+
tm_scope: source.kickstart
|
|
3490
|
+
language_id: 692635484
|
|
3402
3491
|
Kit:
|
|
3403
3492
|
type: markup
|
|
3404
3493
|
ace_mode: html
|
|
@@ -5015,6 +5104,7 @@ Pike:
|
|
|
5015
5104
|
language_id: 287
|
|
5016
5105
|
PlantUML:
|
|
5017
5106
|
type: data
|
|
5107
|
+
color: "#fbbd16"
|
|
5018
5108
|
extensions:
|
|
5019
5109
|
- ".puml"
|
|
5020
5110
|
- ".iuml"
|
|
@@ -5163,6 +5253,7 @@ Prolog:
|
|
|
5163
5253
|
color: "#74283c"
|
|
5164
5254
|
extensions:
|
|
5165
5255
|
- ".pl"
|
|
5256
|
+
- ".plt"
|
|
5166
5257
|
- ".pro"
|
|
5167
5258
|
- ".prolog"
|
|
5168
5259
|
- ".yap"
|
|
@@ -5271,6 +5362,14 @@ PureScript:
|
|
|
5271
5362
|
codemirror_mode: haskell
|
|
5272
5363
|
codemirror_mime_type: text/x-haskell
|
|
5273
5364
|
language_id: 302
|
|
5365
|
+
Pyret:
|
|
5366
|
+
type: programming
|
|
5367
|
+
color: "#ee1e10"
|
|
5368
|
+
extensions:
|
|
5369
|
+
- ".arr"
|
|
5370
|
+
ace_mode: python
|
|
5371
|
+
tm_scope: source.arr
|
|
5372
|
+
language_id: 252961827
|
|
5274
5373
|
Python:
|
|
5275
5374
|
type: programming
|
|
5276
5375
|
tm_scope: source.python
|
|
@@ -5292,7 +5391,6 @@ Python:
|
|
|
5292
5391
|
- ".pyt"
|
|
5293
5392
|
- ".pyw"
|
|
5294
5393
|
- ".rpy"
|
|
5295
|
-
- ".smk"
|
|
5296
5394
|
- ".spec"
|
|
5297
5395
|
- ".tac"
|
|
5298
5396
|
- ".wsgi"
|
|
@@ -5302,12 +5400,14 @@ Python:
|
|
|
5302
5400
|
- DEPS
|
|
5303
5401
|
- SConscript
|
|
5304
5402
|
- SConstruct
|
|
5305
|
-
- Snakefile
|
|
5306
5403
|
- wscript
|
|
5307
5404
|
interpreters:
|
|
5308
5405
|
- python
|
|
5309
5406
|
- python2
|
|
5310
5407
|
- python3
|
|
5408
|
+
- py
|
|
5409
|
+
- pypy
|
|
5410
|
+
- pypy3
|
|
5311
5411
|
aliases:
|
|
5312
5412
|
- python3
|
|
5313
5413
|
- rusthon
|
|
@@ -6215,7 +6315,6 @@ Shell:
|
|
|
6215
6315
|
- ".bats"
|
|
6216
6316
|
- ".cgi"
|
|
6217
6317
|
- ".command"
|
|
6218
|
-
- ".env"
|
|
6219
6318
|
- ".fcgi"
|
|
6220
6319
|
- ".ksh"
|
|
6221
6320
|
- ".sh.in"
|
|
@@ -6225,13 +6324,12 @@ Shell:
|
|
|
6225
6324
|
- ".zsh-theme"
|
|
6226
6325
|
filenames:
|
|
6227
6326
|
- ".bash_aliases"
|
|
6327
|
+
- ".bash_functions"
|
|
6228
6328
|
- ".bash_history"
|
|
6229
6329
|
- ".bash_logout"
|
|
6230
6330
|
- ".bash_profile"
|
|
6231
6331
|
- ".bashrc"
|
|
6232
6332
|
- ".cshrc"
|
|
6233
|
-
- ".env"
|
|
6234
|
-
- ".env.example"
|
|
6235
6333
|
- ".flaskenv"
|
|
6236
6334
|
- ".kshrc"
|
|
6237
6335
|
- ".login"
|
|
@@ -6411,6 +6509,22 @@ Smithy:
|
|
|
6411
6509
|
extensions:
|
|
6412
6510
|
- ".smithy"
|
|
6413
6511
|
language_id: 1027892786
|
|
6512
|
+
Snakemake:
|
|
6513
|
+
type: programming
|
|
6514
|
+
group: Python
|
|
6515
|
+
tm_scope: source.python
|
|
6516
|
+
ace_mode: python
|
|
6517
|
+
codemirror_mode: python
|
|
6518
|
+
codemirror_mime_type: text/x-python
|
|
6519
|
+
color: "#419179"
|
|
6520
|
+
extensions:
|
|
6521
|
+
- ".smk"
|
|
6522
|
+
- ".snakefile"
|
|
6523
|
+
filenames:
|
|
6524
|
+
- Snakefile
|
|
6525
|
+
aliases:
|
|
6526
|
+
- snakefile
|
|
6527
|
+
language_id: 151241392
|
|
6414
6528
|
Solidity:
|
|
6415
6529
|
type: programming
|
|
6416
6530
|
color: "#AA6746"
|
|
@@ -6491,6 +6605,7 @@ Starlark:
|
|
|
6491
6605
|
- BUCK
|
|
6492
6606
|
- BUILD
|
|
6493
6607
|
- BUILD.bazel
|
|
6608
|
+
- MODULE.bazel
|
|
6494
6609
|
- Tiltfile
|
|
6495
6610
|
- WORKSPACE
|
|
6496
6611
|
- WORKSPACE.bazel
|
|
@@ -6568,6 +6683,16 @@ Svelte:
|
|
|
6568
6683
|
extensions:
|
|
6569
6684
|
- ".svelte"
|
|
6570
6685
|
language_id: 928734530
|
|
6686
|
+
Sway:
|
|
6687
|
+
type: programming
|
|
6688
|
+
color: "#dea584"
|
|
6689
|
+
extensions:
|
|
6690
|
+
- ".sw"
|
|
6691
|
+
tm_scope: source.sway
|
|
6692
|
+
ace_mode: rust
|
|
6693
|
+
codemirror_mode: rust
|
|
6694
|
+
codemirror_mime_type: text/x-rustsrc
|
|
6695
|
+
language_id: 271471144
|
|
6571
6696
|
Swift:
|
|
6572
6697
|
type: programming
|
|
6573
6698
|
color: "#F05138"
|
|
@@ -7463,6 +7588,7 @@ XML:
|
|
|
7463
7588
|
- ".srdf"
|
|
7464
7589
|
- ".storyboard"
|
|
7465
7590
|
- ".sublime-snippet"
|
|
7591
|
+
- ".sw"
|
|
7466
7592
|
- ".targets"
|
|
7467
7593
|
- ".tml"
|
|
7468
7594
|
- ".ts"
|
|
@@ -7827,16 +7953,6 @@ jq:
|
|
|
7827
7953
|
- ".jq"
|
|
7828
7954
|
tm_scope: source.jq
|
|
7829
7955
|
language_id: 905371884
|
|
7830
|
-
just:
|
|
7831
|
-
type: programming
|
|
7832
|
-
aliases:
|
|
7833
|
-
- Justfile
|
|
7834
|
-
color: "#384d54"
|
|
7835
|
-
tm_scope: source.just
|
|
7836
|
-
filenames:
|
|
7837
|
-
- Justfile
|
|
7838
|
-
ace_mode: text
|
|
7839
|
-
language_id: 128447695
|
|
7840
7956
|
kvlang:
|
|
7841
7957
|
type: markup
|
|
7842
7958
|
ace_mode: text
|