github-linguist 7.27.0 → 7.28.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/linguist/lex.linguist_yy.c +313 -294
- data/ext/linguist/lex.linguist_yy.h +5 -4
- data/ext/linguist/tokenizer.l +5 -2
- data/grammars/inline.edgeql.json +1 -0
- data/grammars/inline.hbs.json +1 -0
- data/grammars/inline.template.json +1 -0
- data/grammars/markdown.lean4.codeblock.json +1 -0
- data/grammars/markdown.move.codeblock.json +1 -0
- data/grammars/mdx.LANGUAGE.codeblock.json +1 -0
- data/grammars/source.al.json +1 -1
- data/grammars/source.bicep.json +1 -1
- data/grammars/source.cds.json +1 -1
- data/grammars/source.cobol.json +1 -1
- data/grammars/source.cs.json +1 -1
- data/grammars/source.dart.json +1 -1
- data/grammars/source.denizenscript.json +1 -1
- data/grammars/source.dm.json +1 -1
- data/grammars/source.earthfile.json +1 -1
- data/grammars/source.edgeql.json +1 -0
- data/grammars/source.fsharp.json +1 -1
- data/grammars/source.gdresource.json +1 -1
- data/grammars/source.gdscript.json +1 -1
- data/grammars/source.genero-4gl.json +1 -0
- data/grammars/source.genero-per.json +1 -0
- data/grammars/source.gjs.json +1 -0
- data/grammars/source.gsc.json +1 -1
- data/grammars/source.gts.json +1 -0
- data/grammars/source.hcl.json +1 -0
- data/grammars/source.hcl.terraform.json +1 -0
- data/grammars/source.ice.json +1 -0
- data/grammars/source.julia.json +1 -1
- data/grammars/source.kotlin.json +1 -1
- data/grammars/source.lean4.json +1 -0
- data/grammars/source.lean4.markdown.json +1 -0
- data/grammars/source.matlab.json +1 -1
- data/grammars/source.mdx.json +1 -1
- data/grammars/source.meta-info.json +1 -1
- data/grammars/source.nasal.json +1 -1
- data/grammars/source.nim.json +1 -1
- data/grammars/source.nushell.json +1 -1
- data/grammars/source.odin.json +1 -1
- data/grammars/source.praat.json +1 -0
- data/grammars/source.ql.json +1 -1
- data/grammars/source.raku.json +1 -1
- data/grammars/source.rego.json +1 -1
- data/grammars/source.rpgle.json +1 -1
- data/grammars/source.rust.json +1 -1
- data/grammars/source.sentinel.json +1 -0
- data/grammars/source.slice.json +1 -1
- data/grammars/source.swift.json +1 -1
- data/grammars/source.textgrid.json +1 -0
- data/grammars/source.toit.json +1 -0
- data/grammars/source.vba.json +1 -1
- data/grammars/source.viml.json +1 -1
- data/grammars/text.adblock.json +1 -1
- data/grammars/text.html.ember-handlebars.json +1 -0
- data/grammars/text.html.statamic.json +1 -1
- data/grammars/text.md.json +1 -1
- data/grammars/text.tex.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/generated.rb +4 -4
- data/lib/linguist/heuristics.yml +6 -0
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +63 -9
- data/lib/linguist/samples.json +1 -1
- metadata +23 -6
- data/grammars/govulncheck.json +0 -1
- data/grammars/source.dmf.json +0 -1
- data/grammars/source.genero-forms.json +0 -1
- data/grammars/source.genero.json +0 -1
data/lib/linguist/languages.yml
CHANGED
@@ -1661,7 +1661,7 @@ ECL:
|
|
1661
1661
|
ECLiPSe:
|
1662
1662
|
type: programming
|
1663
1663
|
color: "#001d9d"
|
1664
|
-
group:
|
1664
|
+
group: Prolog
|
1665
1665
|
extensions:
|
1666
1666
|
- ".ecl"
|
1667
1667
|
tm_scope: source.prolog.eclipse
|
@@ -1743,6 +1743,17 @@ Ecmarkup:
|
|
1743
1743
|
aliases:
|
1744
1744
|
- ecmarkdown
|
1745
1745
|
language_id: 844766630
|
1746
|
+
EdgeQL:
|
1747
|
+
type: programming
|
1748
|
+
color: "#31A7FF"
|
1749
|
+
aliases:
|
1750
|
+
- esdl
|
1751
|
+
extensions:
|
1752
|
+
- ".edgeql"
|
1753
|
+
- ".esdl"
|
1754
|
+
ace_mode: text
|
1755
|
+
tm_scope: source.edgeql
|
1756
|
+
language_id: 925235833
|
1746
1757
|
EditorConfig:
|
1747
1758
|
type: data
|
1748
1759
|
color: "#fff1f2"
|
@@ -2260,20 +2271,20 @@ Gemini:
|
|
2260
2271
|
wrap: true
|
2261
2272
|
tm_scope: source.gemini
|
2262
2273
|
language_id: 310828396
|
2263
|
-
Genero:
|
2274
|
+
Genero 4gl:
|
2264
2275
|
type: programming
|
2265
2276
|
color: "#63408e"
|
2266
2277
|
extensions:
|
2267
2278
|
- ".4gl"
|
2268
|
-
tm_scope: source.genero
|
2279
|
+
tm_scope: source.genero-4gl
|
2269
2280
|
ace_mode: text
|
2270
2281
|
language_id: 986054050
|
2271
|
-
Genero
|
2282
|
+
Genero per:
|
2272
2283
|
type: markup
|
2273
2284
|
color: "#d8df39"
|
2274
2285
|
extensions:
|
2275
2286
|
- ".per"
|
2276
|
-
tm_scope: source.genero-
|
2287
|
+
tm_scope: source.genero-per
|
2277
2288
|
ace_mode: text
|
2278
2289
|
language_id: 902995658
|
2279
2290
|
Genie:
|
@@ -2371,7 +2382,6 @@ Gherkin:
|
|
2371
2382
|
Git Attributes:
|
2372
2383
|
type: data
|
2373
2384
|
color: "#F44D27"
|
2374
|
-
group: INI
|
2375
2385
|
aliases:
|
2376
2386
|
- gitattributes
|
2377
2387
|
filenames:
|
@@ -2416,6 +2426,15 @@ Gleam:
|
|
2416
2426
|
- ".gleam"
|
2417
2427
|
tm_scope: source.gleam
|
2418
2428
|
language_id: 1054258749
|
2429
|
+
Glimmer JS:
|
2430
|
+
type: programming
|
2431
|
+
extensions:
|
2432
|
+
- ".gjs"
|
2433
|
+
ace_mode: javascript
|
2434
|
+
color: "#F5835F"
|
2435
|
+
tm_scope: source.gjs
|
2436
|
+
group: JavaScript
|
2437
|
+
language_id: 5523150
|
2419
2438
|
Glyph:
|
2420
2439
|
type: programming
|
2421
2440
|
color: "#c1ac7f"
|
@@ -2976,7 +2995,6 @@ Idris:
|
|
2976
2995
|
Ignore List:
|
2977
2996
|
type: data
|
2978
2997
|
color: "#000000"
|
2979
|
-
group: INI
|
2980
2998
|
aliases:
|
2981
2999
|
- ignore
|
2982
3000
|
- gitignore
|
@@ -3170,6 +3188,7 @@ JSON:
|
|
3170
3188
|
- ".watchmanconfig"
|
3171
3189
|
- Pipfile.lock
|
3172
3190
|
- composer.lock
|
3191
|
+
- deno.lock
|
3173
3192
|
- flake.lock
|
3174
3193
|
- mcmod.info
|
3175
3194
|
language_id: 174
|
@@ -3690,6 +3709,14 @@ Lean:
|
|
3690
3709
|
tm_scope: source.lean
|
3691
3710
|
ace_mode: text
|
3692
3711
|
language_id: 197
|
3712
|
+
Lean 4:
|
3713
|
+
type: programming
|
3714
|
+
group: Lean
|
3715
|
+
extensions:
|
3716
|
+
- ".lean"
|
3717
|
+
tm_scope: source.lean4
|
3718
|
+
ace_mode: text
|
3719
|
+
language_id: 455147478
|
3693
3720
|
Less:
|
3694
3721
|
type: markup
|
3695
3722
|
color: "#1d365d"
|
@@ -4441,7 +4468,7 @@ Nasal:
|
|
4441
4468
|
extensions:
|
4442
4469
|
- ".nas"
|
4443
4470
|
tm_scope: source.nasal
|
4444
|
-
ace_mode:
|
4471
|
+
ace_mode: nasal
|
4445
4472
|
language_id: 178322513
|
4446
4473
|
Nearley:
|
4447
4474
|
type: programming
|
@@ -5328,6 +5355,14 @@ PowerShell:
|
|
5328
5355
|
interpreters:
|
5329
5356
|
- pwsh
|
5330
5357
|
language_id: 293
|
5358
|
+
Praat:
|
5359
|
+
type: programming
|
5360
|
+
color: "#c8506d"
|
5361
|
+
tm_scope: source.praat
|
5362
|
+
ace_mode: praat
|
5363
|
+
extensions:
|
5364
|
+
- ".praat"
|
5365
|
+
language_id: 106029007
|
5331
5366
|
Prisma:
|
5332
5367
|
type: data
|
5333
5368
|
color: "#0c344b"
|
@@ -6819,7 +6854,7 @@ Svelte:
|
|
6819
6854
|
language_id: 928734530
|
6820
6855
|
Sway:
|
6821
6856
|
type: programming
|
6822
|
-
color: "#
|
6857
|
+
color: "#00F58C"
|
6823
6858
|
extensions:
|
6824
6859
|
- ".sw"
|
6825
6860
|
tm_scope: source.sway
|
@@ -7026,6 +7061,17 @@ Terra:
|
|
7026
7061
|
interpreters:
|
7027
7062
|
- lua
|
7028
7063
|
language_id: 371
|
7064
|
+
Terraform Template:
|
7065
|
+
type: markup
|
7066
|
+
extensions:
|
7067
|
+
- ".tftpl"
|
7068
|
+
color: "#7b42bb"
|
7069
|
+
tm_scope: source.hcl.terraform
|
7070
|
+
ace_mode: ruby
|
7071
|
+
codemirror_mode: ruby
|
7072
|
+
codemirror_mime_type: text/x-ruby
|
7073
|
+
group: HCL
|
7074
|
+
language_id: 856832701
|
7029
7075
|
Texinfo:
|
7030
7076
|
type: prose
|
7031
7077
|
wrap: true
|
@@ -7110,6 +7156,14 @@ Thrift:
|
|
7110
7156
|
- ".thrift"
|
7111
7157
|
ace_mode: text
|
7112
7158
|
language_id: 374
|
7159
|
+
Toit:
|
7160
|
+
type: programming
|
7161
|
+
color: "#c2c9fb"
|
7162
|
+
extensions:
|
7163
|
+
- ".toit"
|
7164
|
+
tm_scope: source.toit
|
7165
|
+
ace_mode: text
|
7166
|
+
language_id: 356554395
|
7113
7167
|
Turing:
|
7114
7168
|
type: programming
|
7115
7169
|
color: "#cf142b"
|