github-linguist 7.28.0 → 7.29.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/grammars/etc.json +1 -1
- data/grammars/inline.edgeql.json +1 -1
- data/grammars/inline.graphql.json +1 -1
- data/grammars/inline.graphql.markdown.codeblock.json +1 -0
- data/grammars/inline.graphql.rb.json +1 -0
- data/grammars/inline.hbs.json +1 -1
- data/grammars/markdown.commonlisp.codeblock.json +1 -0
- data/grammars/markdown.glimmer.codeblock.json +1 -0
- data/grammars/markdown.move.codeblock.json +1 -1
- data/grammars/source.8xp.json +1 -0
- data/grammars/source.abl.json +1 -1
- data/grammars/source.amxxpawn.json +1 -0
- data/grammars/source.astro.json +1 -1
- data/grammars/source.bb.json +1 -0
- data/grammars/source.bh.json +1 -0
- data/grammars/source.brs.json +1 -1
- data/grammars/source.cobol.json +1 -1
- data/grammars/source.commonlisp.json +1 -0
- data/grammars/source.cs.json +1 -1
- data/grammars/source.csound.json +1 -1
- data/grammars/source.dart.json +1 -1
- data/grammars/source.did.json +1 -1
- data/grammars/source.elvish-transcript.json +1 -1
- data/grammars/source.fsharp.json +1 -1
- data/grammars/source.gdscript.json +1 -1
- data/grammars/source.gjs.json +1 -1
- data/grammars/source.gts.json +1 -1
- data/grammars/source.hcl.json +1 -1
- data/grammars/source.hcl.terraform.json +1 -1
- data/grammars/source.ice.json +1 -1
- data/grammars/source.julia.json +1 -1
- data/grammars/source.lean4.json +1 -1
- data/grammars/source.lua.json +1 -1
- data/grammars/source.matlab.json +1 -1
- data/grammars/source.mdx.json +1 -1
- data/grammars/source.mojo.json +1 -0
- data/grammars/source.nasal.json +1 -1
- data/grammars/source.nushell.json +1 -1
- data/grammars/source.p4.json +1 -1
- data/grammars/source.pip-requirements.json +1 -0
- data/grammars/source.praat.json +1 -1
- data/grammars/source.rascal.json +1 -1
- data/grammars/source.rescript.json +1 -1
- data/grammars/source.roc.json +1 -0
- data/grammars/source.rust.json +1 -1
- data/grammars/source.scala.json +1 -1
- data/grammars/source.slice.json +1 -1
- data/grammars/source.slint.json +1 -0
- data/grammars/source.sourcepawn.json +1 -1
- data/grammars/source.swift.json +1 -1
- data/grammars/source.toit.json +1 -1
- data/grammars/source.ts.json +1 -1
- data/grammars/source.tsx.json +1 -1
- data/grammars/source.vba.json +1 -1
- data/grammars/sp-jsdoc.injection.json +1 -0
- data/grammars/text.html.edge.json +1 -0
- data/grammars/text.html.ember-handlebars.json +1 -1
- data/grammars/text.md.json +1 -1
- data/grammars/text.srt.json +1 -1
- data/grammars/text.valve-cfg.json +1 -0
- data/grammars/text.valve-kv.json +1 -0
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/generated.rb +23 -1
- data/lib/linguist/heuristics.yml +17 -2
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +90 -8
- data/lib/linguist/samples.json +1 -1
- metadata +20 -4
- data/grammars/markdown.graphql.codeblock.json +0 -1
data/lib/linguist/languages.yml
CHANGED
@@ -573,6 +573,7 @@ Bicep:
|
|
573
573
|
color: "#519aba"
|
574
574
|
extensions:
|
575
575
|
- ".bicep"
|
576
|
+
- ".bicepparam"
|
576
577
|
tm_scope: source.bicep
|
577
578
|
ace_mode: text
|
578
579
|
language_id: 321200902
|
@@ -598,9 +599,12 @@ Bison:
|
|
598
599
|
BitBake:
|
599
600
|
type: programming
|
600
601
|
color: "#00bce4"
|
601
|
-
tm_scope:
|
602
|
+
tm_scope: source.bb
|
602
603
|
extensions:
|
603
604
|
- ".bb"
|
605
|
+
- ".bbappend"
|
606
|
+
- ".bbclass"
|
607
|
+
- ".inc"
|
604
608
|
ace_mode: text
|
605
609
|
language_id: 32
|
606
610
|
Blade:
|
@@ -658,7 +662,7 @@ Bluespec BH:
|
|
658
662
|
aliases:
|
659
663
|
- bh
|
660
664
|
- bluespec classic
|
661
|
-
tm_scope: source.
|
665
|
+
tm_scope: source.bh
|
662
666
|
ace_mode: haskell
|
663
667
|
codemirror_mode: haskell
|
664
668
|
codemirror_mime_type: text/x-haskell
|
@@ -746,6 +750,7 @@ C#:
|
|
746
750
|
extensions:
|
747
751
|
- ".cs"
|
748
752
|
- ".cake"
|
753
|
+
- ".cs.pp"
|
749
754
|
- ".csx"
|
750
755
|
- ".linq"
|
751
756
|
language_id: 42
|
@@ -1211,7 +1216,7 @@ ColdFusion CFC:
|
|
1211
1216
|
language_id: 65
|
1212
1217
|
Common Lisp:
|
1213
1218
|
type: programming
|
1214
|
-
tm_scope: source.
|
1219
|
+
tm_scope: source.commonlisp
|
1215
1220
|
color: "#3fb68b"
|
1216
1221
|
aliases:
|
1217
1222
|
- lisp
|
@@ -1594,6 +1599,7 @@ Dotenv:
|
|
1594
1599
|
- ".env.local"
|
1595
1600
|
- ".env.prod"
|
1596
1601
|
- ".env.production"
|
1602
|
+
- ".env.sample"
|
1597
1603
|
- ".env.staging"
|
1598
1604
|
- ".env.test"
|
1599
1605
|
- ".env.testing"
|
@@ -1743,6 +1749,14 @@ Ecmarkup:
|
|
1743
1749
|
aliases:
|
1744
1750
|
- ecmarkdown
|
1745
1751
|
language_id: 844766630
|
1752
|
+
Edge:
|
1753
|
+
type: markup
|
1754
|
+
color: "#0dffe0"
|
1755
|
+
extensions:
|
1756
|
+
- ".edge"
|
1757
|
+
tm_scope: text.html.edge
|
1758
|
+
ace_mode: html
|
1759
|
+
language_id: 460509620
|
1746
1760
|
EdgeQL:
|
1747
1761
|
type: programming
|
1748
1762
|
color: "#31A7FF"
|
@@ -2435,6 +2449,15 @@ Glimmer JS:
|
|
2435
2449
|
tm_scope: source.gjs
|
2436
2450
|
group: JavaScript
|
2437
2451
|
language_id: 5523150
|
2452
|
+
Glimmer TS:
|
2453
|
+
type: programming
|
2454
|
+
extensions:
|
2455
|
+
- ".gts"
|
2456
|
+
ace_mode: typescript
|
2457
|
+
color: "#3178c6"
|
2458
|
+
tm_scope: source.gts
|
2459
|
+
group: TypeScript
|
2460
|
+
language_id: 95110458
|
2438
2461
|
Glyph:
|
2439
2462
|
type: programming
|
2440
2463
|
color: "#c1ac7f"
|
@@ -3155,6 +3178,7 @@ JSON:
|
|
3155
3178
|
aliases:
|
3156
3179
|
- geojson
|
3157
3180
|
- jsonl
|
3181
|
+
- sarif
|
3158
3182
|
- topojson
|
3159
3183
|
extensions:
|
3160
3184
|
- ".json"
|
@@ -3168,6 +3192,7 @@ JSON:
|
|
3168
3192
|
- ".JSON-tmLanguage"
|
3169
3193
|
- ".jsonl"
|
3170
3194
|
- ".mcmeta"
|
3195
|
+
- ".sarif"
|
3171
3196
|
- ".tfstate"
|
3172
3197
|
- ".tfstate.backup"
|
3173
3198
|
- ".topojson"
|
@@ -4304,6 +4329,16 @@ Module Management System:
|
|
4304
4329
|
tm_scope: none
|
4305
4330
|
ace_mode: text
|
4306
4331
|
language_id: 235
|
4332
|
+
Mojo:
|
4333
|
+
type: programming
|
4334
|
+
color: "#ff4c1f"
|
4335
|
+
extensions:
|
4336
|
+
- ".mojo"
|
4337
|
+
ace_mode: python
|
4338
|
+
codemirror_mode: python
|
4339
|
+
codemirror_mime_type: text/x-python
|
4340
|
+
tm_scope: source.mojo
|
4341
|
+
language_id: 1045019587
|
4307
4342
|
Monkey:
|
4308
4343
|
type: programming
|
4309
4344
|
extensions:
|
@@ -4716,6 +4751,13 @@ OCaml:
|
|
4716
4751
|
- ocamlscript
|
4717
4752
|
tm_scope: source.ocaml
|
4718
4753
|
language_id: 255
|
4754
|
+
Oberon:
|
4755
|
+
type: programming
|
4756
|
+
extensions:
|
4757
|
+
- ".ob2"
|
4758
|
+
tm_scope: source.modula2
|
4759
|
+
ace_mode: text
|
4760
|
+
language_id: 677210597
|
4719
4761
|
ObjDump:
|
4720
4762
|
type: data
|
4721
4763
|
extensions:
|
@@ -5240,6 +5282,15 @@ Pike:
|
|
5240
5282
|
tm_scope: source.pike
|
5241
5283
|
ace_mode: text
|
5242
5284
|
language_id: 287
|
5285
|
+
Pip Requirements:
|
5286
|
+
type: data
|
5287
|
+
color: "#FFD343"
|
5288
|
+
filenames:
|
5289
|
+
- requirements-dev.txt
|
5290
|
+
- requirements.txt
|
5291
|
+
ace_mode: text
|
5292
|
+
tm_scope: source.pip-requirements
|
5293
|
+
language_id: 684385621
|
5243
5294
|
PlantUML:
|
5244
5295
|
type: data
|
5245
5296
|
color: "#fbbd16"
|
@@ -5632,7 +5683,6 @@ R:
|
|
5632
5683
|
type: programming
|
5633
5684
|
color: "#198CE7"
|
5634
5685
|
aliases:
|
5635
|
-
- R
|
5636
5686
|
- Rscript
|
5637
5687
|
- splus
|
5638
5688
|
extensions:
|
@@ -5996,6 +6046,14 @@ RobotFramework:
|
|
5996
6046
|
tm_scope: text.robot
|
5997
6047
|
ace_mode: text
|
5998
6048
|
language_id: 324
|
6049
|
+
Roc:
|
6050
|
+
type: programming
|
6051
|
+
color: "#7c38f5"
|
6052
|
+
extensions:
|
6053
|
+
- ".roc"
|
6054
|
+
tm_scope: source.roc
|
6055
|
+
ace_mode: text
|
6056
|
+
language_id: 440182480
|
5999
6057
|
Roff:
|
6000
6058
|
type: markup
|
6001
6059
|
color: "#ecdebe"
|
@@ -6503,6 +6561,7 @@ Shell:
|
|
6503
6561
|
- ".kshrc"
|
6504
6562
|
- ".login"
|
6505
6563
|
- ".profile"
|
6564
|
+
- ".tmux.conf"
|
6506
6565
|
- ".zlogin"
|
6507
6566
|
- ".zlogout"
|
6508
6567
|
- ".zprofile"
|
@@ -6520,6 +6579,7 @@ Shell:
|
|
6520
6579
|
- login
|
6521
6580
|
- man
|
6522
6581
|
- profile
|
6582
|
+
- tmux.conf
|
6523
6583
|
- zlogin
|
6524
6584
|
- zlogout
|
6525
6585
|
- zprofile
|
@@ -6613,7 +6673,7 @@ Slash:
|
|
6613
6673
|
Slice:
|
6614
6674
|
type: programming
|
6615
6675
|
color: "#003fa2"
|
6616
|
-
tm_scope: source.
|
6676
|
+
tm_scope: source.ice
|
6617
6677
|
ace_mode: text
|
6618
6678
|
extensions:
|
6619
6679
|
- ".ice"
|
@@ -6628,6 +6688,14 @@ Slim:
|
|
6628
6688
|
codemirror_mode: slim
|
6629
6689
|
codemirror_mime_type: text/x-slim
|
6630
6690
|
language_id: 350
|
6691
|
+
Slint:
|
6692
|
+
type: markup
|
6693
|
+
color: "#2379F4"
|
6694
|
+
extensions:
|
6695
|
+
- ".slint"
|
6696
|
+
tm_scope: source.slint
|
6697
|
+
ace_mode: text
|
6698
|
+
language_id: 119900149
|
6631
6699
|
SmPL:
|
6632
6700
|
type: programming
|
6633
6701
|
extensions:
|
@@ -6898,11 +6966,9 @@ TI Program:
|
|
6898
6966
|
color: "#A0AA87"
|
6899
6967
|
extensions:
|
6900
6968
|
- ".8xp"
|
6901
|
-
- ".8xk"
|
6902
|
-
- ".8xk.txt"
|
6903
6969
|
- ".8xp.txt"
|
6904
6970
|
language_id: 422
|
6905
|
-
tm_scope:
|
6971
|
+
tm_scope: source.8xp
|
6906
6972
|
TL-Verilog:
|
6907
6973
|
type: programming
|
6908
6974
|
extensions:
|
@@ -7125,6 +7191,14 @@ Text:
|
|
7125
7191
|
tm_scope: none
|
7126
7192
|
ace_mode: text
|
7127
7193
|
language_id: 372
|
7194
|
+
TextGrid:
|
7195
|
+
type: data
|
7196
|
+
color: "#c8506d"
|
7197
|
+
tm_scope: source.textgrid
|
7198
|
+
ace_mode: text
|
7199
|
+
extensions:
|
7200
|
+
- ".TextGrid"
|
7201
|
+
language_id: 965696054
|
7128
7202
|
TextMate Properties:
|
7129
7203
|
type: data
|
7130
7204
|
color: "#df66e4"
|
@@ -7805,6 +7879,7 @@ XML:
|
|
7805
7879
|
- ".mjml"
|
7806
7880
|
- ".mm"
|
7807
7881
|
- ".mod"
|
7882
|
+
- ".mojo"
|
7808
7883
|
- ".mxml"
|
7809
7884
|
- ".natvis"
|
7810
7885
|
- ".ncl"
|
@@ -8197,6 +8272,13 @@ jq:
|
|
8197
8272
|
type: programming
|
8198
8273
|
extensions:
|
8199
8274
|
- ".jq"
|
8275
|
+
interpreters:
|
8276
|
+
- gojq
|
8277
|
+
- jaq
|
8278
|
+
- jq
|
8279
|
+
- jqjq
|
8280
|
+
- jqq
|
8281
|
+
- query-json
|
8200
8282
|
tm_scope: source.jq
|
8201
8283
|
language_id: 905371884
|
8202
8284
|
kvlang:
|