github-linguist 7.22.1 → 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/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.abapcds.json +1 -1
- data/grammars/source.astro.json +1 -1
- data/grammars/source.bicep.json +1 -1
- data/grammars/source.brs.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.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.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.jsonnet.json +1 -1
- data/grammars/source.julia.json +1 -1
- data/grammars/source.kusto.json +1 -1
- data/grammars/source.mo.json +1 -1
- data/grammars/source.move.json +1 -1
- data/grammars/source.p4.json +1 -1
- data/grammars/source.pic.json +1 -1
- data/grammars/source.postscript.json +1 -1
- data/grammars/source.ql.json +1 -1
- data/grammars/source.rsc.json +1 -1
- data/grammars/source.scala.json +1 -1
- data/grammars/source.sexp.json +1 -0
- data/grammars/source.stan.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.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/generated.rb +2 -2
- data/lib/linguist/generic.yml +1 -0
- data/lib/linguist/heuristics.yml +50 -2
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +45 -1
- data/lib/linguist/samples.json +1 -1
- metadata +19 -3
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"
|
@@ -528,6 +541,7 @@ Befunge:
|
|
528
541
|
type: programming
|
529
542
|
extensions:
|
530
543
|
- ".befunge"
|
544
|
+
- ".bf"
|
531
545
|
tm_scope: source.befunge
|
532
546
|
ace_mode: text
|
533
547
|
language_id: 30
|
@@ -1701,6 +1715,16 @@ Elm:
|
|
1701
1715
|
codemirror_mode: elm
|
1702
1716
|
codemirror_mime_type: text/x-elm
|
1703
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
|
1704
1728
|
Emacs Lisp:
|
1705
1729
|
type: programming
|
1706
1730
|
tm_scope: source.emacs.lisp
|
@@ -2131,6 +2155,17 @@ Gemfile.lock:
|
|
2131
2155
|
filenames:
|
2132
2156
|
- Gemfile.lock
|
2133
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
|
2134
2169
|
Genero:
|
2135
2170
|
type: programming
|
2136
2171
|
color: "#63408e"
|
@@ -2495,6 +2530,14 @@ HLSL:
|
|
2495
2530
|
ace_mode: text
|
2496
2531
|
tm_scope: source.hlsl
|
2497
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
|
2498
2541
|
HTML:
|
2499
2542
|
type: markup
|
2500
2543
|
tm_scope: text.html.basic
|
@@ -3074,6 +3117,7 @@ Java Server Pages:
|
|
3074
3117
|
- jsp
|
3075
3118
|
extensions:
|
3076
3119
|
- ".jsp"
|
3120
|
+
- ".tag"
|
3077
3121
|
tm_scope: text.html.jsp
|
3078
3122
|
ace_mode: jsp
|
3079
3123
|
codemirror_mode: htmlembedded
|
@@ -3338,6 +3382,7 @@ Kusto:
|
|
3338
3382
|
type: data
|
3339
3383
|
extensions:
|
3340
3384
|
- ".csl"
|
3385
|
+
- ".kql"
|
3341
3386
|
tm_scope: source.kusto
|
3342
3387
|
ace_mode: text
|
3343
3388
|
language_id: 225697190
|
@@ -6314,7 +6359,6 @@ SugarSS:
|
|
6314
6359
|
type: markup
|
6315
6360
|
color: "#2fcc9f"
|
6316
6361
|
tm_scope: source.css.postcss.sugarss
|
6317
|
-
group: CSS
|
6318
6362
|
extensions:
|
6319
6363
|
- ".sss"
|
6320
6364
|
ace_mode: text
|