github-linguist 9.6.0 → 9.7.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/gno.mod.json +1 -0
- data/grammars/source.abl.json +1 -1
- data/grammars/source.aleo.json +1 -0
- data/grammars/source.astro.json +1 -1
- data/grammars/source.baml.json +1 -1
- data/grammars/source.bird2.json +1 -0
- data/grammars/source.blueprint.json +1 -0
- data/grammars/source.bnd.json +1 -1
- data/grammars/source.bsl.json +1 -1
- data/grammars/source.carbon.json +1 -0
- data/grammars/source.cl.json +1 -1
- data/grammars/source.clar.json +1 -1
- data/grammars/source.clarion.json +1 -1
- data/grammars/source.cmd.json +1 -1
- data/grammars/source.comment-string.wesl.json +1 -1
- data/grammars/source.comment-string.wgsl.json +1 -1
- data/grammars/source.cs.json +1 -1
- data/grammars/source.csswg.json +1 -1
- data/grammars/source.curlrc.json +1 -1
- data/grammars/source.dart.json +1 -1
- data/grammars/source.dds.dspf.json +1 -1
- data/grammars/source.dds.icff.json +1 -1
- data/grammars/source.dds.lf.json +1 -1
- data/grammars/source.dds.pf.json +1 -1
- data/grammars/source.dds.prtf.json +1 -1
- data/grammars/source.deq.json +1 -0
- data/grammars/source.fift.json +1 -0
- data/grammars/source.flix.json +1 -1
- data/grammars/source.fpp.json +1 -0
- data/grammars/source.func.json +1 -0
- data/grammars/source.gdscript.json +1 -1
- data/grammars/source.gedcom.json +1 -1
- data/grammars/source.gitconfig.json +1 -1
- data/grammars/source.gno.json +1 -0
- data/grammars/source.graphql.json +1 -1
- data/grammars/source.hack.json +1 -1
- data/grammars/source.hx.json +1 -1
- data/grammars/source.hxml.json +1 -1
- data/grammars/source.ink.json +1 -1
- data/grammars/source.jac.json +1 -1
- data/grammars/source.jass.json +1 -0
- data/grammars/source.julia.json +1 -1
- data/grammars/source.kcl.json +1 -1
- data/grammars/source.koka.json +1 -1
- data/grammars/source.leo.json +1 -1
- data/grammars/source.lobster.json +1 -0
- data/grammars/source.logos.json +1 -1
- data/grammars/source.luau.json +1 -1
- data/grammars/source.m2.json +1 -1
- data/grammars/source.mi.json +1 -1
- data/grammars/source.mojo.json +1 -1
- data/grammars/source.ms.json +1 -0
- data/grammars/source.nim.json +1 -1
- data/grammars/source.openqasm.json +1 -1
- data/grammars/source.opy.json +1 -1
- data/grammars/source.paperspecs.json +1 -0
- data/grammars/source.pl.json +1 -0
- data/grammars/source.pnlgrp.json +1 -1
- data/grammars/source.qsharp.json +1 -1
- data/grammars/source.rarlist.json +1 -0
- data/grammars/source.rascal.json +1 -1
- data/grammars/source.rego.json +1 -1
- data/grammars/source.rhai.json +1 -0
- data/grammars/source.rpg.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.smithy.json +1 -1
- data/grammars/source.spicedb.json +1 -1
- data/grammars/source.stim.json +1 -0
- data/grammars/source.surrealql.json +1 -1
- data/grammars/source.swift.json +1 -1
- data/grammars/source.tasm.json +1 -0
- data/grammars/source.tlb.json +1 -0
- data/grammars/source.tolk.json +1 -0
- data/grammars/source.ucode-template.json +1 -0
- data/grammars/source.ucode.json +1 -0
- data/grammars/source.vento.json +1 -1
- data/grammars/source.verse.json +1 -0
- data/grammars/source.vespaSchema.json +1 -0
- data/grammars/source.vhs.json +1 -0
- data/grammars/source.wgsl.json +1 -1
- data/grammars/source.yaml.salt.json +1 -1
- data/grammars/text.bbcode.json +1 -0
- data/grammars/text.html.handlebars.json +1 -1
- data/grammars/text.recfile.json +1 -0
- data/grammars/text.roff.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/blob_helper.rb +19 -0
- data/lib/linguist/generated.rb +24 -0
- data/lib/linguist/generic.yml +1 -0
- data/lib/linguist/heuristics.yml +80 -5
- data/lib/linguist/language.rb +5 -9
- data/lib/linguist/languages.yml +231 -27
- data/lib/linguist/languages_data.rb +7663 -0
- data/lib/linguist/lazy_blob.rb +6 -1
- data/lib/linguist/samples.rb +4 -10
- data/lib/linguist/samples_data.rb +196100 -0
- metadata +31 -19
- data/grammars/markdown.bicep.codeblock.json +0 -1
- data/grammars/source.baml-jinja.json +0 -1
- data/lib/linguist/languages.json +0 -1
- data/lib/linguist/samples.json +0 -1
data/lib/linguist/languages.yml
CHANGED
|
@@ -279,6 +279,14 @@ Aiken:
|
|
|
279
279
|
- ".ak"
|
|
280
280
|
tm_scope: source.aiken
|
|
281
281
|
language_id: 899409497
|
|
282
|
+
Aleo:
|
|
283
|
+
type: programming
|
|
284
|
+
color: "#154BF9"
|
|
285
|
+
extensions:
|
|
286
|
+
- ".aleo"
|
|
287
|
+
tm_scope: source.aleo
|
|
288
|
+
ace_mode: text
|
|
289
|
+
language_id: 566431048
|
|
282
290
|
Alloy:
|
|
283
291
|
type: programming
|
|
284
292
|
color: "#64C800"
|
|
@@ -488,6 +496,8 @@ AutoHotkey:
|
|
|
488
496
|
- ahk
|
|
489
497
|
extensions:
|
|
490
498
|
- ".ahk"
|
|
499
|
+
- ".ah1"
|
|
500
|
+
- ".ah2"
|
|
491
501
|
- ".ahkl"
|
|
492
502
|
tm_scope: source.ahk
|
|
493
503
|
ace_mode: autohotkey
|
|
@@ -529,6 +539,14 @@ Awk:
|
|
|
529
539
|
tm_scope: source.awk
|
|
530
540
|
ace_mode: text
|
|
531
541
|
language_id: 28
|
|
542
|
+
B:
|
|
543
|
+
type: programming
|
|
544
|
+
color: "#da7666"
|
|
545
|
+
extensions:
|
|
546
|
+
- ".b"
|
|
547
|
+
tm_scope: source.c
|
|
548
|
+
ace_mode: text
|
|
549
|
+
language_id: 700792152
|
|
532
550
|
B (Formal Method):
|
|
533
551
|
type: programming
|
|
534
552
|
color: "#8aa8c5"
|
|
@@ -536,7 +554,7 @@ B (Formal Method):
|
|
|
536
554
|
- ".mch"
|
|
537
555
|
tm_scope: source.b
|
|
538
556
|
ace_mode: text
|
|
539
|
-
language_id:
|
|
557
|
+
language_id: 993355937
|
|
540
558
|
B4X:
|
|
541
559
|
type: programming
|
|
542
560
|
color: "#00e4ff"
|
|
@@ -567,6 +585,25 @@ BASIC:
|
|
|
567
585
|
ace_mode: basic
|
|
568
586
|
color: "#ff0000"
|
|
569
587
|
language_id: 28923963
|
|
588
|
+
BBCode:
|
|
589
|
+
type: markup
|
|
590
|
+
extensions:
|
|
591
|
+
- ".bbcode"
|
|
592
|
+
tm_scope: text.bbcode
|
|
593
|
+
ace_mode: text
|
|
594
|
+
color: "#CAFF42"
|
|
595
|
+
language_id: 206921123
|
|
596
|
+
BIRD2:
|
|
597
|
+
type: data
|
|
598
|
+
color: "#b6d7e4"
|
|
599
|
+
filenames:
|
|
600
|
+
- bird.conf
|
|
601
|
+
aliases:
|
|
602
|
+
- bird
|
|
603
|
+
- bird3
|
|
604
|
+
ace_mode: text
|
|
605
|
+
tm_scope: source.bird2
|
|
606
|
+
language_id: 584191811
|
|
570
607
|
BQN:
|
|
571
608
|
type: programming
|
|
572
609
|
color: "#2b7067"
|
|
@@ -719,6 +756,16 @@ BlitzMax:
|
|
|
719
756
|
tm_scope: source.blitzmax
|
|
720
757
|
ace_mode: text
|
|
721
758
|
language_id: 35
|
|
759
|
+
Blueprint:
|
|
760
|
+
type: markup
|
|
761
|
+
color: "#3584E4"
|
|
762
|
+
extensions:
|
|
763
|
+
- ".blp"
|
|
764
|
+
aliases:
|
|
765
|
+
- blp
|
|
766
|
+
tm_scope: source.blueprint
|
|
767
|
+
ace_mode: text
|
|
768
|
+
language_id: 765545512
|
|
722
769
|
Bluespec:
|
|
723
770
|
type: programming
|
|
724
771
|
color: "#12223c"
|
|
@@ -838,7 +885,7 @@ C#:
|
|
|
838
885
|
codemirror_mode: clike
|
|
839
886
|
codemirror_mime_type: text/x-csharp
|
|
840
887
|
tm_scope: source.cs
|
|
841
|
-
color: "#
|
|
888
|
+
color: "#7355dd"
|
|
842
889
|
aliases:
|
|
843
890
|
- csharp
|
|
844
891
|
- cake
|
|
@@ -1117,10 +1164,8 @@ Carbon:
|
|
|
1117
1164
|
color: "#222222"
|
|
1118
1165
|
extensions:
|
|
1119
1166
|
- ".carbon"
|
|
1120
|
-
ace_mode:
|
|
1121
|
-
|
|
1122
|
-
codemirror_mime_type: text/x-go
|
|
1123
|
-
tm_scope: source.v
|
|
1167
|
+
ace_mode: text
|
|
1168
|
+
tm_scope: source.carbon
|
|
1124
1169
|
language_id: 55627273
|
|
1125
1170
|
CartoCSS:
|
|
1126
1171
|
type: programming
|
|
@@ -1348,6 +1393,7 @@ CoffeeScript:
|
|
|
1348
1393
|
- "._coffee"
|
|
1349
1394
|
- ".cake"
|
|
1350
1395
|
- ".cjsx"
|
|
1396
|
+
- ".coffee.erb"
|
|
1351
1397
|
- ".iced"
|
|
1352
1398
|
filenames:
|
|
1353
1399
|
- Cakefile
|
|
@@ -2168,6 +2214,15 @@ FLUX:
|
|
|
2168
2214
|
tm_scope: none
|
|
2169
2215
|
ace_mode: text
|
|
2170
2216
|
language_id: 106
|
|
2217
|
+
FPP:
|
|
2218
|
+
type: programming
|
|
2219
|
+
color: "#d37327"
|
|
2220
|
+
extensions:
|
|
2221
|
+
- ".fpp"
|
|
2222
|
+
- ".fppi"
|
|
2223
|
+
tm_scope: source.fpp
|
|
2224
|
+
ace_mode: text
|
|
2225
|
+
language_id: 252360067
|
|
2171
2226
|
Factor:
|
|
2172
2227
|
type: programming
|
|
2173
2228
|
color: "#636746"
|
|
@@ -2647,6 +2702,7 @@ Git Commit:
|
|
|
2647
2702
|
aliases:
|
|
2648
2703
|
- commit
|
|
2649
2704
|
filenames:
|
|
2705
|
+
- ".gitmessage"
|
|
2650
2706
|
- COMMIT_EDITMSG
|
|
2651
2707
|
ace_mode: text
|
|
2652
2708
|
tm_scope: text.git-commit
|
|
@@ -2664,6 +2720,8 @@ Git Config:
|
|
|
2664
2720
|
filenames:
|
|
2665
2721
|
- ".gitconfig"
|
|
2666
2722
|
- ".gitmodules"
|
|
2723
|
+
- ".tgitconfig"
|
|
2724
|
+
- config.worktree
|
|
2667
2725
|
ace_mode: ini
|
|
2668
2726
|
codemirror_mode: properties
|
|
2669
2727
|
codemirror_mime_type: text/x-properties
|
|
@@ -2726,6 +2784,18 @@ Glyph Bitmap Distribution Format:
|
|
|
2726
2784
|
tm_scope: source.bdf
|
|
2727
2785
|
ace_mode: text
|
|
2728
2786
|
language_id: 997665271
|
|
2787
|
+
Gno:
|
|
2788
|
+
type: programming
|
|
2789
|
+
color: "#226c57"
|
|
2790
|
+
aliases:
|
|
2791
|
+
- gnolang
|
|
2792
|
+
extensions:
|
|
2793
|
+
- ".gno"
|
|
2794
|
+
tm_scope: source.gno
|
|
2795
|
+
ace_mode: golang
|
|
2796
|
+
codemirror_mode: go
|
|
2797
|
+
codemirror_mime_type: text/x-go
|
|
2798
|
+
language_id: 279301301
|
|
2729
2799
|
Gnuplot:
|
|
2730
2800
|
type: programming
|
|
2731
2801
|
color: "#f0a9f0"
|
|
@@ -3315,6 +3385,7 @@ INI:
|
|
|
3315
3385
|
- ".buckconfig"
|
|
3316
3386
|
- ".coveragerc"
|
|
3317
3387
|
- ".flake8"
|
|
3388
|
+
- ".gitreview"
|
|
3318
3389
|
- ".pylintrc"
|
|
3319
3390
|
- HOSTS
|
|
3320
3391
|
- buildozer.spec
|
|
@@ -3371,9 +3442,11 @@ Ignore List:
|
|
|
3371
3442
|
extensions:
|
|
3372
3443
|
- ".gitignore"
|
|
3373
3444
|
filenames:
|
|
3445
|
+
- ".agignore"
|
|
3374
3446
|
- ".atomignore"
|
|
3375
3447
|
- ".babelignore"
|
|
3376
3448
|
- ".bzrignore"
|
|
3449
|
+
- ".ckignore"
|
|
3377
3450
|
- ".coffeelintignore"
|
|
3378
3451
|
- ".cvsignore"
|
|
3379
3452
|
- ".dockerignore"
|
|
@@ -3387,6 +3460,7 @@ Ignore List:
|
|
|
3387
3460
|
- ".nodemonignore"
|
|
3388
3461
|
- ".npmignore"
|
|
3389
3462
|
- ".prettierignore"
|
|
3463
|
+
- ".rgignore"
|
|
3390
3464
|
- ".stylelintignore"
|
|
3391
3465
|
- ".vercelignore"
|
|
3392
3466
|
- ".vscodeignore"
|
|
@@ -3397,6 +3471,20 @@ Ignore List:
|
|
|
3397
3471
|
codemirror_mode: shell
|
|
3398
3472
|
codemirror_mime_type: text/x-sh
|
|
3399
3473
|
language_id: 74444240
|
|
3474
|
+
ImHex Pattern Language:
|
|
3475
|
+
type: programming
|
|
3476
|
+
color: "#3a6be0"
|
|
3477
|
+
extensions:
|
|
3478
|
+
- ".hexpat"
|
|
3479
|
+
aliases:
|
|
3480
|
+
- ImHex
|
|
3481
|
+
- ImHexPatternLanguage
|
|
3482
|
+
- imhexpl
|
|
3483
|
+
tm_scope: source.pl
|
|
3484
|
+
ace_mode: c_cpp
|
|
3485
|
+
codemirror_mode: clike
|
|
3486
|
+
codemirror_mime_type: text/x-csrc
|
|
3487
|
+
language_id: 805861688
|
|
3400
3488
|
ImageJ Macro:
|
|
3401
3489
|
type: programming
|
|
3402
3490
|
color: "#99AAFF"
|
|
@@ -3499,6 +3587,16 @@ JAR Manifest:
|
|
|
3499
3587
|
tm_scope: source.yaml
|
|
3500
3588
|
ace_mode: text
|
|
3501
3589
|
language_id: 447261135
|
|
3590
|
+
JASS:
|
|
3591
|
+
type: programming
|
|
3592
|
+
color: "#FF0303"
|
|
3593
|
+
aliases:
|
|
3594
|
+
- jass2
|
|
3595
|
+
extensions:
|
|
3596
|
+
- ".j"
|
|
3597
|
+
tm_scope: source.jass
|
|
3598
|
+
ace_mode: text
|
|
3599
|
+
language_id: 504860504
|
|
3502
3600
|
JCL:
|
|
3503
3601
|
type: programming
|
|
3504
3602
|
color: "#d90e09"
|
|
@@ -3560,6 +3658,8 @@ JSON:
|
|
|
3560
3658
|
- ".htmlhintrc"
|
|
3561
3659
|
- ".imgbotconfig"
|
|
3562
3660
|
- ".nycrc"
|
|
3661
|
+
- ".releaserc"
|
|
3662
|
+
- ".secrets.baseline"
|
|
3563
3663
|
- ".tern-config"
|
|
3564
3664
|
- ".tern-project"
|
|
3565
3665
|
- ".watchmanconfig"
|
|
@@ -3586,6 +3686,7 @@ JSON with Comments:
|
|
|
3586
3686
|
- ".jsonc"
|
|
3587
3687
|
- ".code-snippets"
|
|
3588
3688
|
- ".code-workspace"
|
|
3689
|
+
- ".hujson"
|
|
3589
3690
|
- ".sublime-build"
|
|
3590
3691
|
- ".sublime-color-scheme"
|
|
3591
3692
|
- ".sublime-commands"
|
|
@@ -3604,6 +3705,7 @@ JSON with Comments:
|
|
|
3604
3705
|
filenames:
|
|
3605
3706
|
- ".babelrc"
|
|
3606
3707
|
- ".devcontainer.json"
|
|
3708
|
+
- ".eslintrc"
|
|
3607
3709
|
- ".eslintrc.json"
|
|
3608
3710
|
- ".jscsrc"
|
|
3609
3711
|
- ".jshintrc"
|
|
@@ -4371,6 +4473,14 @@ LiveScript:
|
|
|
4371
4473
|
codemirror_mode: livescript
|
|
4372
4474
|
codemirror_mime_type: text/x-livescript
|
|
4373
4475
|
language_id: 208
|
|
4476
|
+
Lobster:
|
|
4477
|
+
type: programming
|
|
4478
|
+
color: "#f95428"
|
|
4479
|
+
extensions:
|
|
4480
|
+
- ".lobster"
|
|
4481
|
+
ace_mode: python
|
|
4482
|
+
tm_scope: source.lobster
|
|
4483
|
+
language_id: 790066842
|
|
4374
4484
|
Logos:
|
|
4375
4485
|
type: programming
|
|
4376
4486
|
extensions:
|
|
@@ -4773,6 +4883,14 @@ MiniD:
|
|
|
4773
4883
|
tm_scope: none
|
|
4774
4884
|
ace_mode: text
|
|
4775
4885
|
language_id: 231
|
|
4886
|
+
MiniScript:
|
|
4887
|
+
type: programming
|
|
4888
|
+
color: "#4B4A56"
|
|
4889
|
+
extensions:
|
|
4890
|
+
- ".ms"
|
|
4891
|
+
tm_scope: source.ms
|
|
4892
|
+
ace_mode: text
|
|
4893
|
+
language_id: 704299647
|
|
4776
4894
|
MiniYAML:
|
|
4777
4895
|
type: data
|
|
4778
4896
|
color: "#ff1111"
|
|
@@ -6004,9 +6122,9 @@ PostScript:
|
|
|
6004
6122
|
Power Query:
|
|
6005
6123
|
type: programming
|
|
6006
6124
|
aliases:
|
|
6007
|
-
|
|
6125
|
+
- powerquery
|
|
6008
6126
|
extensions:
|
|
6009
|
-
|
|
6127
|
+
- ".pq"
|
|
6010
6128
|
tm_scope: source.powerquery
|
|
6011
6129
|
ace_mode: text
|
|
6012
6130
|
color: "#d38e0d"
|
|
@@ -6335,6 +6453,16 @@ QuakeC:
|
|
|
6335
6453
|
ace_mode: text
|
|
6336
6454
|
tm_scope: source.quakec
|
|
6337
6455
|
language_id: 472308069
|
|
6456
|
+
Quartus Simulation IP:
|
|
6457
|
+
type: data
|
|
6458
|
+
color: "#58C42E"
|
|
6459
|
+
extensions:
|
|
6460
|
+
- ".sip"
|
|
6461
|
+
tm_scope: source.tcl
|
|
6462
|
+
ace_mode: tcl
|
|
6463
|
+
codemirror_mode: tcl
|
|
6464
|
+
codemirror_mime_type: text/x-tcl
|
|
6465
|
+
language_id: 828144309
|
|
6338
6466
|
QuickBASIC:
|
|
6339
6467
|
type: programming
|
|
6340
6468
|
color: "#008080"
|
|
@@ -6369,8 +6497,11 @@ R:
|
|
|
6369
6497
|
extensions:
|
|
6370
6498
|
- ".r"
|
|
6371
6499
|
- ".rd"
|
|
6500
|
+
- ".rhistory"
|
|
6372
6501
|
- ".rsx"
|
|
6373
6502
|
filenames:
|
|
6503
|
+
- ".Rapp.history"
|
|
6504
|
+
- ".Rhistory"
|
|
6374
6505
|
- ".Rprofile"
|
|
6375
6506
|
- expr-dist
|
|
6376
6507
|
interpreters:
|
|
@@ -6733,6 +6864,14 @@ Rez:
|
|
|
6733
6864
|
ace_mode: text
|
|
6734
6865
|
color: "#FFDAB3"
|
|
6735
6866
|
language_id: 498022874
|
|
6867
|
+
Rhai:
|
|
6868
|
+
type: programming
|
|
6869
|
+
color: "#FBA63B"
|
|
6870
|
+
extensions:
|
|
6871
|
+
- ".rhai"
|
|
6872
|
+
tm_scope: source.rhai
|
|
6873
|
+
ace_mode: text
|
|
6874
|
+
language_id: 713228814
|
|
6736
6875
|
Rich Text Format:
|
|
6737
6876
|
type: markup
|
|
6738
6877
|
extensions:
|
|
@@ -7018,6 +7157,16 @@ SELinux Policy:
|
|
|
7018
7157
|
- security_classes
|
|
7019
7158
|
ace_mode: text
|
|
7020
7159
|
language_id: 880010326
|
|
7160
|
+
SIP:
|
|
7161
|
+
type: programming
|
|
7162
|
+
color: "#4E8D83"
|
|
7163
|
+
extensions:
|
|
7164
|
+
- ".sip"
|
|
7165
|
+
tm_scope: source.c++
|
|
7166
|
+
ace_mode: c_cpp
|
|
7167
|
+
codemirror_mode: clike
|
|
7168
|
+
codemirror_mime_type: text/x-c++src
|
|
7169
|
+
language_id: 796891177
|
|
7021
7170
|
SMT:
|
|
7022
7171
|
type: programming
|
|
7023
7172
|
extensions:
|
|
@@ -7179,12 +7328,12 @@ Sail:
|
|
|
7179
7328
|
- ".sail"
|
|
7180
7329
|
tm_scope: source.sail
|
|
7181
7330
|
language_id: 1029438153
|
|
7182
|
-
|
|
7331
|
+
Salt:
|
|
7183
7332
|
type: programming
|
|
7184
|
-
color: "#
|
|
7333
|
+
color: "#57bcad"
|
|
7185
7334
|
aliases:
|
|
7335
|
+
- saltstack
|
|
7186
7336
|
- saltstate
|
|
7187
|
-
- salt
|
|
7188
7337
|
extensions:
|
|
7189
7338
|
- ".sls"
|
|
7190
7339
|
tm_scope: source.yaml.salt
|
|
@@ -7301,6 +7450,7 @@ Shell:
|
|
|
7301
7450
|
- ".command"
|
|
7302
7451
|
- ".fcgi"
|
|
7303
7452
|
- ".ksh"
|
|
7453
|
+
- ".pacscript"
|
|
7304
7454
|
- ".sbatch"
|
|
7305
7455
|
- ".sh.in"
|
|
7306
7456
|
- ".slurm"
|
|
@@ -7885,6 +8035,15 @@ Talon:
|
|
|
7885
8035
|
- ".talon"
|
|
7886
8036
|
tm_scope: source.talon
|
|
7887
8037
|
language_id: 959889508
|
|
8038
|
+
Tape:
|
|
8039
|
+
type: programming
|
|
8040
|
+
aliases:
|
|
8041
|
+
- vhs
|
|
8042
|
+
extensions:
|
|
8043
|
+
- ".tape"
|
|
8044
|
+
tm_scope: source.vhs
|
|
8045
|
+
ace_mode: text
|
|
8046
|
+
language_id: 516874200
|
|
7888
8047
|
Tcl:
|
|
7889
8048
|
type: programming
|
|
7890
8049
|
color: "#e4cc98"
|
|
@@ -8092,6 +8251,16 @@ Toit:
|
|
|
8092
8251
|
tm_scope: source.toit
|
|
8093
8252
|
ace_mode: text
|
|
8094
8253
|
language_id: 356554395
|
|
8254
|
+
Tolk:
|
|
8255
|
+
type: programming
|
|
8256
|
+
color: "#30A1F5"
|
|
8257
|
+
extensions:
|
|
8258
|
+
- ".tolk"
|
|
8259
|
+
tm_scope: source.tolk
|
|
8260
|
+
ace_mode: text
|
|
8261
|
+
codemirror_mode: stylus
|
|
8262
|
+
codemirror_mime_type: text/x-styl
|
|
8263
|
+
language_id: 678673060
|
|
8095
8264
|
Tor Config:
|
|
8096
8265
|
type: data
|
|
8097
8266
|
color: "#59316b"
|
|
@@ -8159,6 +8328,7 @@ TypeScript:
|
|
|
8159
8328
|
- deno
|
|
8160
8329
|
- ts-node
|
|
8161
8330
|
- tsx
|
|
8331
|
+
- node
|
|
8162
8332
|
extensions:
|
|
8163
8333
|
- ".ts"
|
|
8164
8334
|
- ".cts"
|
|
@@ -8383,6 +8553,24 @@ Verilog:
|
|
|
8383
8553
|
codemirror_mode: verilog
|
|
8384
8554
|
codemirror_mime_type: text/x-verilog
|
|
8385
8555
|
language_id: 387
|
|
8556
|
+
Verse:
|
|
8557
|
+
type: programming
|
|
8558
|
+
color: "#518ef8"
|
|
8559
|
+
extensions:
|
|
8560
|
+
- ".verse"
|
|
8561
|
+
tm_scope: source.verse
|
|
8562
|
+
ace_mode: text
|
|
8563
|
+
language_id: 180832205
|
|
8564
|
+
Vespa Schema Definition:
|
|
8565
|
+
type: data
|
|
8566
|
+
color: "#61D790"
|
|
8567
|
+
extensions:
|
|
8568
|
+
- ".sd"
|
|
8569
|
+
tm_scope: source.vespaSchema
|
|
8570
|
+
ace_mode: text
|
|
8571
|
+
aliases:
|
|
8572
|
+
- vespa
|
|
8573
|
+
language_id: 587879709
|
|
8386
8574
|
Vim Help File:
|
|
8387
8575
|
type: prose
|
|
8388
8576
|
color: "#199f4b"
|
|
@@ -8394,7 +8582,22 @@ Vim Help File:
|
|
|
8394
8582
|
tm_scope: text.vim-help
|
|
8395
8583
|
ace_mode: text
|
|
8396
8584
|
language_id: 508563686
|
|
8397
|
-
Vim
|
|
8585
|
+
Vim Snippet:
|
|
8586
|
+
type: markup
|
|
8587
|
+
color: "#199f4b"
|
|
8588
|
+
aliases:
|
|
8589
|
+
- SnipMate
|
|
8590
|
+
- UltiSnip
|
|
8591
|
+
- UltiSnips
|
|
8592
|
+
- NeoSnippet
|
|
8593
|
+
extensions:
|
|
8594
|
+
- ".snip"
|
|
8595
|
+
- ".snippet"
|
|
8596
|
+
- ".snippets"
|
|
8597
|
+
tm_scope: source.vim-snippet
|
|
8598
|
+
ace_mode: text
|
|
8599
|
+
language_id: 81265970
|
|
8600
|
+
Vim script:
|
|
8398
8601
|
type: programming
|
|
8399
8602
|
color: "#199f4b"
|
|
8400
8603
|
tm_scope: source.viml
|
|
@@ -8419,21 +8622,6 @@ Vim Script:
|
|
|
8419
8622
|
- vimrc
|
|
8420
8623
|
ace_mode: text
|
|
8421
8624
|
language_id: 388
|
|
8422
|
-
Vim Snippet:
|
|
8423
|
-
type: markup
|
|
8424
|
-
color: "#199f4b"
|
|
8425
|
-
aliases:
|
|
8426
|
-
- SnipMate
|
|
8427
|
-
- UltiSnip
|
|
8428
|
-
- UltiSnips
|
|
8429
|
-
- NeoSnippet
|
|
8430
|
-
extensions:
|
|
8431
|
-
- ".snip"
|
|
8432
|
-
- ".snippet"
|
|
8433
|
-
- ".snippets"
|
|
8434
|
-
tm_scope: source.vim-snippet
|
|
8435
|
-
ace_mode: text
|
|
8436
|
-
language_id: 81265970
|
|
8437
8625
|
Visual Basic .NET:
|
|
8438
8626
|
type: programming
|
|
8439
8627
|
color: "#945db7"
|
|
@@ -8818,6 +9006,7 @@ XML:
|
|
|
8818
9006
|
- ".kml"
|
|
8819
9007
|
- ".launch"
|
|
8820
9008
|
- ".mdpolicy"
|
|
9009
|
+
- ".meta4"
|
|
8821
9010
|
- ".mjml"
|
|
8822
9011
|
- ".mm"
|
|
8823
9012
|
- ".mod"
|
|
@@ -8839,6 +9028,7 @@ XML:
|
|
|
8839
9028
|
- ".pt"
|
|
8840
9029
|
- ".pubxml"
|
|
8841
9030
|
- ".qhelp"
|
|
9031
|
+
- ".rbxmx"
|
|
8842
9032
|
- ".rdf"
|
|
8843
9033
|
- ".res"
|
|
8844
9034
|
- ".resx"
|
|
@@ -9033,7 +9223,9 @@ YAML:
|
|
|
9033
9223
|
- ".clang-format"
|
|
9034
9224
|
- ".clang-tidy"
|
|
9035
9225
|
- ".clangd"
|
|
9226
|
+
- ".eslintrc"
|
|
9036
9227
|
- ".gemrc"
|
|
9228
|
+
- ".releaserc"
|
|
9037
9229
|
- CITATION.cff
|
|
9038
9230
|
- glide.lock
|
|
9039
9231
|
- pixi.lock
|
|
@@ -9399,6 +9591,18 @@ templ:
|
|
|
9399
9591
|
ace_mode: text
|
|
9400
9592
|
tm_scope: source.templ
|
|
9401
9593
|
language_id: 795579337
|
|
9594
|
+
ucode:
|
|
9595
|
+
type: programming
|
|
9596
|
+
color: "#00b8d4"
|
|
9597
|
+
extensions:
|
|
9598
|
+
- ".uc"
|
|
9599
|
+
interpreters:
|
|
9600
|
+
- ucode
|
|
9601
|
+
ace_mode: javascript
|
|
9602
|
+
codemirror_mode: javascript
|
|
9603
|
+
codemirror_mime_type: text/javascript
|
|
9604
|
+
tm_scope: source.ucode
|
|
9605
|
+
language_id: 365454253
|
|
9402
9606
|
vCard:
|
|
9403
9607
|
type: data
|
|
9404
9608
|
color: "#ee2647"
|