github-linguist 7.21.0 → 7.23.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 +584 -498
- data/ext/linguist/lex.linguist_yy.h +2 -3
- data/ext/linguist/tokenizer.l +52 -15
- data/grammars/inline.graphql.json +1 -0
- data/grammars/inline.graphql.php.json +1 -0
- data/grammars/inline.graphql.python.json +1 -0
- data/grammars/inline.graphql.re.json +1 -0
- data/grammars/inline.graphql.res.json +1 -0
- data/grammars/inline.prisma.json +1 -1
- data/grammars/liquid.injection.json +1 -1
- data/grammars/markdown.graphql.codeblock.json +1 -0
- data/grammars/markdown.rescript.codeblock.json +1 -0
- data/grammars/source.abap.json +1 -1
- data/grammars/source.abapcds.json +1 -1
- data/grammars/source.astro.json +1 -1
- data/grammars/source.ats.json +1 -1
- data/grammars/source.bicep.json +1 -1
- data/grammars/source.brs.json +1 -1
- data/grammars/source.cds.json +1 -1
- data/grammars/source.cobol.json +1 -1
- data/grammars/source.context.json +1 -0
- data/grammars/source.cs.json +1 -1
- data/grammars/source.curry.json +1 -1
- data/grammars/source.dart.json +1 -1
- data/grammars/source.denizenscript.json +1 -1
- data/grammars/source.ditroff.json +1 -1
- data/grammars/source.elvish-transcript.json +1 -0
- data/grammars/source.elvish.in.markdown.json +1 -0
- data/grammars/source.elvish.json +1 -0
- data/grammars/source.fsharp.json +1 -1
- data/grammars/source.ftl.json +1 -1
- data/grammars/source.gcode.json +1 -1
- data/grammars/source.gdscript.json +1 -1
- data/grammars/source.gdshader.json +1 -1
- data/grammars/source.gemini.json +1 -0
- data/grammars/source.graphql.json +1 -1
- data/grammars/source.hack.json +1 -1
- data/grammars/source.hocon.json +1 -0
- data/grammars/source.json.json +1 -1
- data/grammars/source.jsonnet.json +1 -1
- data/grammars/source.kusto.json +1 -1
- data/grammars/source.livescript.json +1 -1
- data/grammars/source.mo.json +1 -1
- data/grammars/source.move.json +1 -0
- data/grammars/source.nix.json +1 -1
- data/grammars/source.pic.json +1 -1
- data/grammars/source.pony.json +1 -1
- data/grammars/source.postscript.json +1 -1
- data/grammars/source.ql.json +1 -1
- data/grammars/source.rego.json +1 -1
- data/grammars/source.rescript.json +1 -1
- data/grammars/source.rsc.json +1 -0
- data/grammars/source.scala.json +1 -1
- data/grammars/source.sexp.json +1 -0
- data/grammars/source.stan.json +1 -1
- data/grammars/source.svelte.json +1 -1
- data/grammars/source.ts.json +1 -1
- data/grammars/source.ts.prismaClientRawSQL.json +1 -0
- data/grammars/source.tsx.json +1 -1
- data/grammars/source.v.json +1 -1
- data/grammars/source.velocity.html.json +1 -0
- data/grammars/source.velocity.json +1 -0
- data/grammars/source.wren.json +1 -0
- data/grammars/source.wsd.json +1 -1
- data/grammars/source.xojo.json +1 -1
- data/grammars/text.adblock.json +1 -0
- data/grammars/text.checksums.json +1 -1
- data/grammars/text.html.liquid.json +1 -1
- data/grammars/text.html.statamic.json +1 -1
- data/grammars/text.info.json +1 -1
- data/grammars/text.marko.json +1 -1
- data/grammars/text.restructuredtext.json +1 -1
- data/grammars/text.roff.json +1 -1
- data/grammars/text.texinfo.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/blob_helper.rb +2 -2
- data/lib/linguist/generated.rb +2 -2
- data/lib/linguist/generic.yml +1 -0
- data/lib/linguist/heuristics.yml +50 -2
- data/lib/linguist/language.rb +3 -4
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +96 -1
- data/lib/linguist/samples.json +1 -1
- data/lib/linguist/vendor.yml +1 -1
- metadata +32 -11
data/lib/linguist/languages.yml
CHANGED
@@ -227,6 +227,19 @@ Ada:
|
|
227
227
|
tm_scope: source.ada
|
228
228
|
ace_mode: ada
|
229
229
|
language_id: 11
|
230
|
+
Adblock Filter List:
|
231
|
+
type: data
|
232
|
+
color: "#800000"
|
233
|
+
ace_mode: text
|
234
|
+
extensions:
|
235
|
+
- ".txt"
|
236
|
+
aliases:
|
237
|
+
- ad block filters
|
238
|
+
- ad block
|
239
|
+
- adb
|
240
|
+
- adblock
|
241
|
+
tm_scope: text.adblock
|
242
|
+
language_id: 884614762
|
230
243
|
Adobe Font Metrics:
|
231
244
|
type: data
|
232
245
|
color: "#fa0f00"
|
@@ -401,6 +414,7 @@ Assembly:
|
|
401
414
|
- ".a51"
|
402
415
|
- ".i"
|
403
416
|
- ".inc"
|
417
|
+
- ".nas"
|
404
418
|
- ".nasm"
|
405
419
|
tm_scope: source.assembly
|
406
420
|
ace_mode: assembly_x86
|
@@ -527,6 +541,7 @@ Befunge:
|
|
527
541
|
type: programming
|
528
542
|
extensions:
|
529
543
|
- ".befunge"
|
544
|
+
- ".bf"
|
530
545
|
tm_scope: source.befunge
|
531
546
|
ace_mode: text
|
532
547
|
language_id: 30
|
@@ -1700,6 +1715,16 @@ Elm:
|
|
1700
1715
|
codemirror_mode: elm
|
1701
1716
|
codemirror_mime_type: text/x-elm
|
1702
1717
|
language_id: 101
|
1718
|
+
Elvish:
|
1719
|
+
type: programming
|
1720
|
+
ace_mode: text
|
1721
|
+
extensions:
|
1722
|
+
- ".elv"
|
1723
|
+
interpreters:
|
1724
|
+
- elvish
|
1725
|
+
tm_scope: source.elvish
|
1726
|
+
color: "#55BB55"
|
1727
|
+
language_id: 570996448
|
1703
1728
|
Emacs Lisp:
|
1704
1729
|
type: programming
|
1705
1730
|
tm_scope: source.emacs.lisp
|
@@ -2130,6 +2155,17 @@ Gemfile.lock:
|
|
2130
2155
|
filenames:
|
2131
2156
|
- Gemfile.lock
|
2132
2157
|
language_id: 907065713
|
2158
|
+
Gemini:
|
2159
|
+
type: prose
|
2160
|
+
color: "#ff6900"
|
2161
|
+
ace_mode: text
|
2162
|
+
extensions:
|
2163
|
+
- ".gmi"
|
2164
|
+
aliases:
|
2165
|
+
- gemtext
|
2166
|
+
wrap: true
|
2167
|
+
tm_scope: source.gemini
|
2168
|
+
language_id: 310828396
|
2133
2169
|
Genero:
|
2134
2170
|
type: programming
|
2135
2171
|
color: "#63408e"
|
@@ -2494,6 +2530,14 @@ HLSL:
|
|
2494
2530
|
ace_mode: text
|
2495
2531
|
tm_scope: source.hlsl
|
2496
2532
|
language_id: 145
|
2533
|
+
HOCON:
|
2534
|
+
type: data
|
2535
|
+
color: "#9ff8ee"
|
2536
|
+
extensions:
|
2537
|
+
- ".hocon"
|
2538
|
+
tm_scope: source.hocon
|
2539
|
+
ace_mode: text
|
2540
|
+
language_id: 679725279
|
2497
2541
|
HTML:
|
2498
2542
|
type: markup
|
2499
2543
|
tm_scope: text.html.basic
|
@@ -3073,6 +3117,7 @@ Java Server Pages:
|
|
3073
3117
|
- jsp
|
3074
3118
|
extensions:
|
3075
3119
|
- ".jsp"
|
3120
|
+
- ".tag"
|
3076
3121
|
tm_scope: text.html.jsp
|
3077
3122
|
ace_mode: jsp
|
3078
3123
|
codemirror_mode: htmlembedded
|
@@ -3337,6 +3382,7 @@ Kusto:
|
|
3337
3382
|
type: data
|
3338
3383
|
extensions:
|
3339
3384
|
- ".csl"
|
3385
|
+
- ".kql"
|
3340
3386
|
tm_scope: source.kusto
|
3341
3387
|
ace_mode: text
|
3342
3388
|
language_id: 225697190
|
@@ -4062,6 +4108,14 @@ Motorola 68K Assembly:
|
|
4062
4108
|
tm_scope: source.m68k
|
4063
4109
|
ace_mode: assembly_x86
|
4064
4110
|
language_id: 477582706
|
4111
|
+
Move:
|
4112
|
+
type: programming
|
4113
|
+
color: "#4a137a"
|
4114
|
+
extensions:
|
4115
|
+
- ".move"
|
4116
|
+
tm_scope: source.move
|
4117
|
+
ace_mode: text
|
4118
|
+
language_id: 638334599
|
4065
4119
|
Muse:
|
4066
4120
|
type: prose
|
4067
4121
|
extensions:
|
@@ -4154,6 +4208,14 @@ NWScript:
|
|
4154
4208
|
codemirror_mode: clike
|
4155
4209
|
codemirror_mime_type: text/x-csrc
|
4156
4210
|
language_id: 731233819
|
4211
|
+
Nasal:
|
4212
|
+
type: programming
|
4213
|
+
color: "#1d2c4e"
|
4214
|
+
extensions:
|
4215
|
+
- ".nas"
|
4216
|
+
tm_scope: none
|
4217
|
+
ace_mode: text
|
4218
|
+
language_id: 178322513
|
4157
4219
|
Nearley:
|
4158
4220
|
type: programming
|
4159
4221
|
ace_mode: text
|
@@ -5613,6 +5675,16 @@ Rouge:
|
|
5613
5675
|
- ".rg"
|
5614
5676
|
tm_scope: source.clojure
|
5615
5677
|
language_id: 325
|
5678
|
+
RouterOS Script:
|
5679
|
+
type: programming
|
5680
|
+
ace_mode: text
|
5681
|
+
extensions:
|
5682
|
+
- ".rsc"
|
5683
|
+
interpreters:
|
5684
|
+
- RouterOS
|
5685
|
+
color: "#DE3941"
|
5686
|
+
tm_scope: none
|
5687
|
+
language_id: 592853203
|
5616
5688
|
Ruby:
|
5617
5689
|
type: programming
|
5618
5690
|
tm_scope: source.ruby
|
@@ -6287,7 +6359,6 @@ SugarSS:
|
|
6287
6359
|
type: markup
|
6288
6360
|
color: "#2fcc9f"
|
6289
6361
|
tm_scope: source.css.postcss.sugarss
|
6290
|
-
group: CSS
|
6291
6362
|
extensions:
|
6292
6363
|
- ".sss"
|
6293
6364
|
ace_mode: text
|
@@ -6786,6 +6857,19 @@ Valve Data Format:
|
|
6786
6857
|
ace_mode: text
|
6787
6858
|
tm_scope: source.keyvalues
|
6788
6859
|
language_id: 544060961
|
6860
|
+
Velocity Template Language:
|
6861
|
+
type: markup
|
6862
|
+
color: "#507cff"
|
6863
|
+
aliases:
|
6864
|
+
- vtl
|
6865
|
+
- velocity
|
6866
|
+
extensions:
|
6867
|
+
- ".vtl"
|
6868
|
+
ace_mode: velocity
|
6869
|
+
tm_scope: source.velocity
|
6870
|
+
codemirror_mode: velocity
|
6871
|
+
codemirror_mime_type: text/velocity
|
6872
|
+
language_id: 292377326
|
6789
6873
|
Verilog:
|
6790
6874
|
type: programming
|
6791
6875
|
color: "#b2b7f8"
|
@@ -7019,6 +7103,16 @@ World of Warcraft Addon Data:
|
|
7019
7103
|
tm_scope: source.toc
|
7020
7104
|
ace_mode: text
|
7021
7105
|
language_id: 396
|
7106
|
+
Wren:
|
7107
|
+
type: programming
|
7108
|
+
color: "#383838"
|
7109
|
+
aliases:
|
7110
|
+
- wrenlang
|
7111
|
+
extensions:
|
7112
|
+
- ".wren"
|
7113
|
+
tm_scope: source.wren
|
7114
|
+
ace_mode: text
|
7115
|
+
language_id: 713580619
|
7022
7116
|
X BitMap:
|
7023
7117
|
type: data
|
7024
7118
|
group: C
|
@@ -7151,6 +7245,7 @@ XML:
|
|
7151
7245
|
- ".ps1xml"
|
7152
7246
|
- ".psc1"
|
7153
7247
|
- ".pt"
|
7248
|
+
- ".qhelp"
|
7154
7249
|
- ".rdf"
|
7155
7250
|
- ".res"
|
7156
7251
|
- ".resx"
|