linguist-js 2.7.0 → 2.8.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.
- package/dist/cli.js +7 -3
- package/dist/helpers/norm-path.d.ts +2 -0
- package/dist/helpers/norm-path.js +15 -0
- package/dist/helpers/parse-gitattributes.d.ts +1 -0
- package/dist/helpers/parse-gitattributes.js +7 -8
- package/dist/helpers/parse-gitignore.d.ts +1 -0
- package/dist/helpers/parse-gitignore.js +12 -0
- package/dist/helpers/read-file.d.ts +1 -1
- package/dist/helpers/read-file.js +2 -2
- package/dist/helpers/walk-tree.js +18 -4
- package/dist/index.js +114 -62
- package/dist/types.d.ts +22 -0
- package/ext/generated.rb +6 -0
- package/ext/heuristics.yml +58 -6
- package/ext/languages.yml +314 -12
- package/license.md +1 -1
- package/package.json +4 -4
- package/readme.md +29 -5
package/ext/languages.yml
CHANGED
|
@@ -463,6 +463,18 @@ Awk:
|
|
|
463
463
|
tm_scope: source.awk
|
|
464
464
|
ace_mode: text
|
|
465
465
|
language_id: 28
|
|
466
|
+
B4X:
|
|
467
|
+
type: programming
|
|
468
|
+
color: "#00e4ff"
|
|
469
|
+
extensions:
|
|
470
|
+
- ".bas"
|
|
471
|
+
tm_scope: source.vba
|
|
472
|
+
aliases:
|
|
473
|
+
- basic for android
|
|
474
|
+
ace_mode: text
|
|
475
|
+
codemirror_mode: vb
|
|
476
|
+
codemirror_mime_type: text/x-vb
|
|
477
|
+
language_id: 96642275
|
|
466
478
|
BASIC:
|
|
467
479
|
type: programming
|
|
468
480
|
extensions:
|
|
@@ -471,6 +483,14 @@ BASIC:
|
|
|
471
483
|
ace_mode: text
|
|
472
484
|
color: "#ff0000"
|
|
473
485
|
language_id: 28923963
|
|
486
|
+
BQN:
|
|
487
|
+
type: programming
|
|
488
|
+
color: "#2b7067"
|
|
489
|
+
extensions:
|
|
490
|
+
- ".bqn"
|
|
491
|
+
tm_scope: source.bqn
|
|
492
|
+
ace_mode: text
|
|
493
|
+
language_id: 330386870
|
|
474
494
|
Ballerina:
|
|
475
495
|
type: programming
|
|
476
496
|
extensions:
|
|
@@ -538,6 +558,7 @@ Bicep:
|
|
|
538
558
|
color: "#519aba"
|
|
539
559
|
extensions:
|
|
540
560
|
- ".bicep"
|
|
561
|
+
- ".bicepparam"
|
|
541
562
|
tm_scope: source.bicep
|
|
542
563
|
ace_mode: text
|
|
543
564
|
language_id: 321200902
|
|
@@ -563,9 +584,12 @@ Bison:
|
|
|
563
584
|
BitBake:
|
|
564
585
|
type: programming
|
|
565
586
|
color: "#00bce4"
|
|
566
|
-
tm_scope:
|
|
587
|
+
tm_scope: source.bb
|
|
567
588
|
extensions:
|
|
568
589
|
- ".bb"
|
|
590
|
+
- ".bbappend"
|
|
591
|
+
- ".bbclass"
|
|
592
|
+
- ".inc"
|
|
569
593
|
ace_mode: text
|
|
570
594
|
language_id: 32
|
|
571
595
|
Blade:
|
|
@@ -623,7 +647,7 @@ Bluespec BH:
|
|
|
623
647
|
aliases:
|
|
624
648
|
- bh
|
|
625
649
|
- bluespec classic
|
|
626
|
-
tm_scope: source.
|
|
650
|
+
tm_scope: source.bh
|
|
627
651
|
ace_mode: haskell
|
|
628
652
|
codemirror_mode: haskell
|
|
629
653
|
codemirror_mime_type: text/x-haskell
|
|
@@ -711,6 +735,7 @@ C#:
|
|
|
711
735
|
extensions:
|
|
712
736
|
- ".cs"
|
|
713
737
|
- ".cake"
|
|
738
|
+
- ".cs.pp"
|
|
714
739
|
- ".csx"
|
|
715
740
|
- ".linq"
|
|
716
741
|
language_id: 42
|
|
@@ -891,6 +916,18 @@ Cabal Config:
|
|
|
891
916
|
codemirror_mime_type: text/x-haskell
|
|
892
917
|
tm_scope: source.cabal
|
|
893
918
|
language_id: 677095381
|
|
919
|
+
Caddyfile:
|
|
920
|
+
type: data
|
|
921
|
+
color: "#22b638"
|
|
922
|
+
aliases:
|
|
923
|
+
- Caddy
|
|
924
|
+
extensions:
|
|
925
|
+
- ".caddyfile"
|
|
926
|
+
filenames:
|
|
927
|
+
- Caddyfile
|
|
928
|
+
ace_mode: text
|
|
929
|
+
tm_scope: source.Caddyfile
|
|
930
|
+
language_id: 615465151
|
|
894
931
|
Cadence:
|
|
895
932
|
type: programming
|
|
896
933
|
color: "#00ef8b"
|
|
@@ -906,7 +943,17 @@ Cairo:
|
|
|
906
943
|
tm_scope: source.cairo
|
|
907
944
|
extensions:
|
|
908
945
|
- ".cairo"
|
|
946
|
+
group: Cairo
|
|
909
947
|
language_id: 620599567
|
|
948
|
+
Cairo Zero:
|
|
949
|
+
type: programming
|
|
950
|
+
color: "#ff4a48"
|
|
951
|
+
ace_mode: text
|
|
952
|
+
tm_scope: source.cairo0
|
|
953
|
+
extensions:
|
|
954
|
+
- ".cairo"
|
|
955
|
+
group: Cairo
|
|
956
|
+
language_id: 891399890
|
|
910
957
|
CameLIGO:
|
|
911
958
|
type: programming
|
|
912
959
|
color: "#3be133"
|
|
@@ -926,6 +973,16 @@ Cap'n Proto:
|
|
|
926
973
|
- ".capnp"
|
|
927
974
|
ace_mode: text
|
|
928
975
|
language_id: 52
|
|
976
|
+
Carbon:
|
|
977
|
+
type: programming
|
|
978
|
+
color: "#222222"
|
|
979
|
+
extensions:
|
|
980
|
+
- ".carbon"
|
|
981
|
+
ace_mode: golang
|
|
982
|
+
codemirror_mode: go
|
|
983
|
+
codemirror_mime_type: text/x-go
|
|
984
|
+
tm_scope: source.v
|
|
985
|
+
language_id: 55627273
|
|
929
986
|
CartoCSS:
|
|
930
987
|
type: programming
|
|
931
988
|
aliases:
|
|
@@ -1176,7 +1233,7 @@ ColdFusion CFC:
|
|
|
1176
1233
|
language_id: 65
|
|
1177
1234
|
Common Lisp:
|
|
1178
1235
|
type: programming
|
|
1179
|
-
tm_scope: source.
|
|
1236
|
+
tm_scope: source.commonlisp
|
|
1180
1237
|
color: "#3fb68b"
|
|
1181
1238
|
aliases:
|
|
1182
1239
|
- lisp
|
|
@@ -1339,6 +1396,17 @@ Cycript:
|
|
|
1339
1396
|
codemirror_mode: javascript
|
|
1340
1397
|
codemirror_mime_type: text/javascript
|
|
1341
1398
|
language_id: 78
|
|
1399
|
+
Cylc:
|
|
1400
|
+
type: data
|
|
1401
|
+
color: "#00b3fd"
|
|
1402
|
+
extensions:
|
|
1403
|
+
- ".cylc"
|
|
1404
|
+
filenames:
|
|
1405
|
+
- suite.rc
|
|
1406
|
+
tm_scope: source.cylc
|
|
1407
|
+
ace_mode: ini
|
|
1408
|
+
group: INI
|
|
1409
|
+
language_id: 476447814
|
|
1342
1410
|
Cypher:
|
|
1343
1411
|
type: programming
|
|
1344
1412
|
color: "#34c0eb"
|
|
@@ -1559,12 +1627,21 @@ Dotenv:
|
|
|
1559
1627
|
- ".env.local"
|
|
1560
1628
|
- ".env.prod"
|
|
1561
1629
|
- ".env.production"
|
|
1630
|
+
- ".env.sample"
|
|
1562
1631
|
- ".env.staging"
|
|
1563
1632
|
- ".env.test"
|
|
1564
1633
|
- ".env.testing"
|
|
1565
1634
|
tm_scope: source.dotenv
|
|
1566
1635
|
ace_mode: text
|
|
1567
1636
|
language_id: 111148035
|
|
1637
|
+
Dune:
|
|
1638
|
+
type: programming
|
|
1639
|
+
ace_mode: lisp
|
|
1640
|
+
filenames:
|
|
1641
|
+
- dune-project
|
|
1642
|
+
tm_scope: source.dune
|
|
1643
|
+
color: "#89421e"
|
|
1644
|
+
language_id: 754574151
|
|
1568
1645
|
Dylan:
|
|
1569
1646
|
type: programming
|
|
1570
1647
|
color: "#6c616e"
|
|
@@ -1708,6 +1785,14 @@ Ecmarkup:
|
|
|
1708
1785
|
aliases:
|
|
1709
1786
|
- ecmarkdown
|
|
1710
1787
|
language_id: 844766630
|
|
1788
|
+
Edge:
|
|
1789
|
+
type: markup
|
|
1790
|
+
color: "#0dffe0"
|
|
1791
|
+
extensions:
|
|
1792
|
+
- ".edge"
|
|
1793
|
+
tm_scope: text.html.edge
|
|
1794
|
+
ace_mode: html
|
|
1795
|
+
language_id: 460509620
|
|
1711
1796
|
EdgeQL:
|
|
1712
1797
|
type: programming
|
|
1713
1798
|
color: "#31A7FF"
|
|
@@ -1902,6 +1987,14 @@ FIGlet Font:
|
|
|
1902
1987
|
tm_scope: source.figfont
|
|
1903
1988
|
ace_mode: text
|
|
1904
1989
|
language_id: 686129783
|
|
1990
|
+
FIRRTL:
|
|
1991
|
+
type: programming
|
|
1992
|
+
color: "#2f632f"
|
|
1993
|
+
extensions:
|
|
1994
|
+
- ".fir"
|
|
1995
|
+
tm_scope: source.firrtl
|
|
1996
|
+
ace_mode: text
|
|
1997
|
+
language_id: 906694254
|
|
1905
1998
|
FLUX:
|
|
1906
1999
|
type: programming
|
|
1907
2000
|
color: "#88ccff"
|
|
@@ -2400,6 +2493,15 @@ Glimmer JS:
|
|
|
2400
2493
|
tm_scope: source.gjs
|
|
2401
2494
|
group: JavaScript
|
|
2402
2495
|
language_id: 5523150
|
|
2496
|
+
Glimmer TS:
|
|
2497
|
+
type: programming
|
|
2498
|
+
extensions:
|
|
2499
|
+
- ".gts"
|
|
2500
|
+
ace_mode: typescript
|
|
2501
|
+
color: "#3178c6"
|
|
2502
|
+
tm_scope: source.gts
|
|
2503
|
+
group: TypeScript
|
|
2504
|
+
language_id: 95110458
|
|
2403
2505
|
Glyph:
|
|
2404
2506
|
type: programming
|
|
2405
2507
|
color: "#c1ac7f"
|
|
@@ -2631,7 +2733,7 @@ HCL:
|
|
|
2631
2733
|
ace_mode: ruby
|
|
2632
2734
|
codemirror_mode: ruby
|
|
2633
2735
|
codemirror_mime_type: text/x-ruby
|
|
2634
|
-
tm_scope: source.
|
|
2736
|
+
tm_scope: source.hcl
|
|
2635
2737
|
language_id: 144
|
|
2636
2738
|
HLSL:
|
|
2637
2739
|
type: programming
|
|
@@ -2860,6 +2962,7 @@ Hosts File:
|
|
|
2860
2962
|
filenames:
|
|
2861
2963
|
- HOSTS
|
|
2862
2964
|
- hosts
|
|
2965
|
+
- hosts.txt
|
|
2863
2966
|
aliases:
|
|
2864
2967
|
- hosts
|
|
2865
2968
|
tm_scope: source.hosts
|
|
@@ -3120,6 +3223,7 @@ JSON:
|
|
|
3120
3223
|
aliases:
|
|
3121
3224
|
- geojson
|
|
3122
3225
|
- jsonl
|
|
3226
|
+
- sarif
|
|
3123
3227
|
- topojson
|
|
3124
3228
|
extensions:
|
|
3125
3229
|
- ".json"
|
|
@@ -3133,6 +3237,7 @@ JSON:
|
|
|
3133
3237
|
- ".JSON-tmLanguage"
|
|
3134
3238
|
- ".jsonl"
|
|
3135
3239
|
- ".mcmeta"
|
|
3240
|
+
- ".sarif"
|
|
3136
3241
|
- ".tfstate"
|
|
3137
3242
|
- ".tfstate.backup"
|
|
3138
3243
|
- ".topojson"
|
|
@@ -3151,6 +3256,7 @@ JSON:
|
|
|
3151
3256
|
- ".tern-config"
|
|
3152
3257
|
- ".tern-project"
|
|
3153
3258
|
- ".watchmanconfig"
|
|
3259
|
+
- MODULE.bazel.lock
|
|
3154
3260
|
- Pipfile.lock
|
|
3155
3261
|
- composer.lock
|
|
3156
3262
|
- deno.lock
|
|
@@ -3172,6 +3278,7 @@ JSON with Comments:
|
|
|
3172
3278
|
- ".code-snippets"
|
|
3173
3279
|
- ".code-workspace"
|
|
3174
3280
|
- ".sublime-build"
|
|
3281
|
+
- ".sublime-color-scheme"
|
|
3175
3282
|
- ".sublime-commands"
|
|
3176
3283
|
- ".sublime-completions"
|
|
3177
3284
|
- ".sublime-keymap"
|
|
@@ -3285,6 +3392,17 @@ Java Server Pages:
|
|
|
3285
3392
|
codemirror_mode: htmlembedded
|
|
3286
3393
|
codemirror_mime_type: application/x-jsp
|
|
3287
3394
|
language_id: 182
|
|
3395
|
+
Java Template Engine:
|
|
3396
|
+
type: programming
|
|
3397
|
+
color: "#2A6277"
|
|
3398
|
+
group: Java
|
|
3399
|
+
aliases:
|
|
3400
|
+
- jte
|
|
3401
|
+
extensions:
|
|
3402
|
+
- ".jte"
|
|
3403
|
+
ace_mode: text
|
|
3404
|
+
tm_scope: text.html.jte
|
|
3405
|
+
language_id: 599494012
|
|
3288
3406
|
JavaScript:
|
|
3289
3407
|
type: programming
|
|
3290
3408
|
tm_scope: source.js
|
|
@@ -3437,6 +3555,13 @@ Julia:
|
|
|
3437
3555
|
codemirror_mode: julia
|
|
3438
3556
|
codemirror_mime_type: text/x-julia
|
|
3439
3557
|
language_id: 184
|
|
3558
|
+
Julia REPL:
|
|
3559
|
+
type: programming
|
|
3560
|
+
color: "#a270ba"
|
|
3561
|
+
tm_scope: source.julia.console
|
|
3562
|
+
group: Julia
|
|
3563
|
+
ace_mode: text
|
|
3564
|
+
language_id: 220689142
|
|
3440
3565
|
Jupyter Notebook:
|
|
3441
3566
|
type: markup
|
|
3442
3567
|
ace_mode: json
|
|
@@ -3458,9 +3583,14 @@ Just:
|
|
|
3458
3583
|
color: "#384d54"
|
|
3459
3584
|
tm_scope: source.just
|
|
3460
3585
|
filenames:
|
|
3586
|
+
- ".JUSTFILE"
|
|
3587
|
+
- ".Justfile"
|
|
3588
|
+
- ".justfile"
|
|
3461
3589
|
- JUSTFILE
|
|
3462
3590
|
- Justfile
|
|
3463
3591
|
- justfile
|
|
3592
|
+
extensions:
|
|
3593
|
+
- ".just"
|
|
3464
3594
|
ace_mode: text
|
|
3465
3595
|
language_id: 128447695
|
|
3466
3596
|
KRL:
|
|
@@ -3798,6 +3928,14 @@ Literate Haskell:
|
|
|
3798
3928
|
codemirror_mode: haskell-literate
|
|
3799
3929
|
codemirror_mime_type: text/x-literate-haskell
|
|
3800
3930
|
language_id: 207
|
|
3931
|
+
LiveCode Script:
|
|
3932
|
+
type: programming
|
|
3933
|
+
color: "#0c5ba5"
|
|
3934
|
+
extensions:
|
|
3935
|
+
- ".livecodescript"
|
|
3936
|
+
tm_scope: source.livecodescript
|
|
3937
|
+
ace_mode: text
|
|
3938
|
+
language_id: 891017
|
|
3801
3939
|
LiveScript:
|
|
3802
3940
|
type: programming
|
|
3803
3941
|
color: "#499886"
|
|
@@ -3871,6 +4009,18 @@ Lua:
|
|
|
3871
4009
|
interpreters:
|
|
3872
4010
|
- lua
|
|
3873
4011
|
language_id: 213
|
|
4012
|
+
Luau:
|
|
4013
|
+
type: programming
|
|
4014
|
+
tm_scope: source.luau
|
|
4015
|
+
ace_mode: lua
|
|
4016
|
+
codemirror_mode: lua
|
|
4017
|
+
codemirror_mime_type: text/x-lua
|
|
4018
|
+
color: "#00A2FF"
|
|
4019
|
+
extensions:
|
|
4020
|
+
- ".luau"
|
|
4021
|
+
interpreters:
|
|
4022
|
+
- luau
|
|
4023
|
+
language_id: 365050359
|
|
3874
4024
|
M:
|
|
3875
4025
|
type: programming
|
|
3876
4026
|
aliases:
|
|
@@ -4269,6 +4419,16 @@ Module Management System:
|
|
|
4269
4419
|
tm_scope: none
|
|
4270
4420
|
ace_mode: text
|
|
4271
4421
|
language_id: 235
|
|
4422
|
+
Mojo:
|
|
4423
|
+
type: programming
|
|
4424
|
+
color: "#ff4c1f"
|
|
4425
|
+
extensions:
|
|
4426
|
+
- ".mojo"
|
|
4427
|
+
ace_mode: python
|
|
4428
|
+
codemirror_mode: python
|
|
4429
|
+
codemirror_mime_type: text/x-python
|
|
4430
|
+
tm_scope: source.mojo
|
|
4431
|
+
language_id: 1045019587
|
|
4272
4432
|
Monkey:
|
|
4273
4433
|
type: programming
|
|
4274
4434
|
extensions:
|
|
@@ -4396,6 +4556,14 @@ NL:
|
|
|
4396
4556
|
tm_scope: none
|
|
4397
4557
|
ace_mode: text
|
|
4398
4558
|
language_id: 241
|
|
4559
|
+
NMODL:
|
|
4560
|
+
type: programming
|
|
4561
|
+
color: "#00356B"
|
|
4562
|
+
extensions:
|
|
4563
|
+
- ".mod"
|
|
4564
|
+
tm_scope: none
|
|
4565
|
+
ace_mode: text
|
|
4566
|
+
language_id: 136456478
|
|
4399
4567
|
NPM Config:
|
|
4400
4568
|
type: data
|
|
4401
4569
|
color: "#cb3837"
|
|
@@ -4561,6 +4729,18 @@ Nix:
|
|
|
4561
4729
|
tm_scope: source.nix
|
|
4562
4730
|
ace_mode: nix
|
|
4563
4731
|
language_id: 252
|
|
4732
|
+
Noir:
|
|
4733
|
+
type: programming
|
|
4734
|
+
aliases:
|
|
4735
|
+
- nargo
|
|
4736
|
+
ace_mode: rust
|
|
4737
|
+
codemirror_mode: rust
|
|
4738
|
+
codemirror_mime_type: text/x-rustsrc
|
|
4739
|
+
extensions:
|
|
4740
|
+
- ".nr"
|
|
4741
|
+
color: "#2f1f49"
|
|
4742
|
+
tm_scope: source.nr
|
|
4743
|
+
language_id: 813068465
|
|
4564
4744
|
Nu:
|
|
4565
4745
|
type: programming
|
|
4566
4746
|
color: "#c9df40"
|
|
@@ -4681,6 +4861,13 @@ OCaml:
|
|
|
4681
4861
|
- ocamlscript
|
|
4682
4862
|
tm_scope: source.ocaml
|
|
4683
4863
|
language_id: 255
|
|
4864
|
+
Oberon:
|
|
4865
|
+
type: programming
|
|
4866
|
+
extensions:
|
|
4867
|
+
- ".ob2"
|
|
4868
|
+
tm_scope: source.modula2
|
|
4869
|
+
ace_mode: text
|
|
4870
|
+
language_id: 677210597
|
|
4684
4871
|
ObjDump:
|
|
4685
4872
|
type: data
|
|
4686
4873
|
extensions:
|
|
@@ -4948,7 +5135,8 @@ PEG.js:
|
|
|
4948
5135
|
color: "#234d6b"
|
|
4949
5136
|
extensions:
|
|
4950
5137
|
- ".pegjs"
|
|
4951
|
-
|
|
5138
|
+
- ".peggy"
|
|
5139
|
+
tm_scope: source.peggy
|
|
4952
5140
|
ace_mode: javascript
|
|
4953
5141
|
codemirror_mode: javascript
|
|
4954
5142
|
codemirror_mime_type: text/javascript
|
|
@@ -5205,6 +5393,25 @@ Pike:
|
|
|
5205
5393
|
tm_scope: source.pike
|
|
5206
5394
|
ace_mode: text
|
|
5207
5395
|
language_id: 287
|
|
5396
|
+
Pip Requirements:
|
|
5397
|
+
type: data
|
|
5398
|
+
color: "#FFD343"
|
|
5399
|
+
filenames:
|
|
5400
|
+
- requirements-dev.txt
|
|
5401
|
+
- requirements.txt
|
|
5402
|
+
ace_mode: text
|
|
5403
|
+
tm_scope: source.pip-requirements
|
|
5404
|
+
language_id: 684385621
|
|
5405
|
+
Pkl:
|
|
5406
|
+
type: programming
|
|
5407
|
+
color: "#6b9543"
|
|
5408
|
+
extensions:
|
|
5409
|
+
- ".pkl"
|
|
5410
|
+
interpreters:
|
|
5411
|
+
- pkl
|
|
5412
|
+
tm_scope: source.pkl
|
|
5413
|
+
ace_mode: text
|
|
5414
|
+
language_id: 288822799
|
|
5208
5415
|
PlantUML:
|
|
5209
5416
|
type: data
|
|
5210
5417
|
color: "#fbbd16"
|
|
@@ -5300,7 +5507,7 @@ PowerBuilder:
|
|
|
5300
5507
|
- ".sra"
|
|
5301
5508
|
- ".sru"
|
|
5302
5509
|
- ".srw"
|
|
5303
|
-
tm_scope:
|
|
5510
|
+
tm_scope: source.powerbuilder
|
|
5304
5511
|
ace_mode: text
|
|
5305
5512
|
language_id: 292
|
|
5306
5513
|
PowerShell:
|
|
@@ -5597,7 +5804,6 @@ R:
|
|
|
5597
5804
|
type: programming
|
|
5598
5805
|
color: "#198CE7"
|
|
5599
5806
|
aliases:
|
|
5600
|
-
- R
|
|
5601
5807
|
- Rscript
|
|
5602
5808
|
- splus
|
|
5603
5809
|
extensions:
|
|
@@ -5683,6 +5889,14 @@ RMarkdown:
|
|
|
5683
5889
|
- ".rmd"
|
|
5684
5890
|
tm_scope: text.md
|
|
5685
5891
|
language_id: 313
|
|
5892
|
+
RON:
|
|
5893
|
+
type: data
|
|
5894
|
+
color: "#a62c00"
|
|
5895
|
+
extensions:
|
|
5896
|
+
- ".ron"
|
|
5897
|
+
ace_mode: rust
|
|
5898
|
+
tm_scope: source.ron
|
|
5899
|
+
language_id: 587855233
|
|
5686
5900
|
RPC:
|
|
5687
5901
|
type: programming
|
|
5688
5902
|
aliases:
|
|
@@ -5958,9 +6172,18 @@ RobotFramework:
|
|
|
5958
6172
|
color: "#00c0b5"
|
|
5959
6173
|
extensions:
|
|
5960
6174
|
- ".robot"
|
|
6175
|
+
- ".resource"
|
|
5961
6176
|
tm_scope: text.robot
|
|
5962
6177
|
ace_mode: text
|
|
5963
6178
|
language_id: 324
|
|
6179
|
+
Roc:
|
|
6180
|
+
type: programming
|
|
6181
|
+
color: "#7c38f5"
|
|
6182
|
+
extensions:
|
|
6183
|
+
- ".roc"
|
|
6184
|
+
tm_scope: source.roc
|
|
6185
|
+
ace_mode: text
|
|
6186
|
+
language_id: 440182480
|
|
5964
6187
|
Roff:
|
|
5965
6188
|
type: markup
|
|
5966
6189
|
color: "#ecdebe"
|
|
@@ -6442,6 +6665,7 @@ Shell:
|
|
|
6442
6665
|
- shell-script
|
|
6443
6666
|
- bash
|
|
6444
6667
|
- zsh
|
|
6668
|
+
- envrc
|
|
6445
6669
|
extensions:
|
|
6446
6670
|
- ".sh"
|
|
6447
6671
|
- ".bash"
|
|
@@ -6464,10 +6688,12 @@ Shell:
|
|
|
6464
6688
|
- ".bash_profile"
|
|
6465
6689
|
- ".bashrc"
|
|
6466
6690
|
- ".cshrc"
|
|
6691
|
+
- ".envrc"
|
|
6467
6692
|
- ".flaskenv"
|
|
6468
6693
|
- ".kshrc"
|
|
6469
6694
|
- ".login"
|
|
6470
6695
|
- ".profile"
|
|
6696
|
+
- ".tmux.conf"
|
|
6471
6697
|
- ".zlogin"
|
|
6472
6698
|
- ".zlogout"
|
|
6473
6699
|
- ".zprofile"
|
|
@@ -6485,6 +6711,7 @@ Shell:
|
|
|
6485
6711
|
- login
|
|
6486
6712
|
- man
|
|
6487
6713
|
- profile
|
|
6714
|
+
- tmux.conf
|
|
6488
6715
|
- zlogin
|
|
6489
6716
|
- zlogout
|
|
6490
6717
|
- zprofile
|
|
@@ -6578,7 +6805,7 @@ Slash:
|
|
|
6578
6805
|
Slice:
|
|
6579
6806
|
type: programming
|
|
6580
6807
|
color: "#003fa2"
|
|
6581
|
-
tm_scope: source.
|
|
6808
|
+
tm_scope: source.ice
|
|
6582
6809
|
ace_mode: text
|
|
6583
6810
|
extensions:
|
|
6584
6811
|
- ".ice"
|
|
@@ -6593,6 +6820,14 @@ Slim:
|
|
|
6593
6820
|
codemirror_mode: slim
|
|
6594
6821
|
codemirror_mime_type: text/x-slim
|
|
6595
6822
|
language_id: 350
|
|
6823
|
+
Slint:
|
|
6824
|
+
type: markup
|
|
6825
|
+
color: "#2379F4"
|
|
6826
|
+
extensions:
|
|
6827
|
+
- ".slint"
|
|
6828
|
+
tm_scope: source.slint
|
|
6829
|
+
ace_mode: text
|
|
6830
|
+
language_id: 119900149
|
|
6596
6831
|
SmPL:
|
|
6597
6832
|
type: programming
|
|
6598
6833
|
extensions:
|
|
@@ -6863,11 +7098,9 @@ TI Program:
|
|
|
6863
7098
|
color: "#A0AA87"
|
|
6864
7099
|
extensions:
|
|
6865
7100
|
- ".8xp"
|
|
6866
|
-
- ".8xk"
|
|
6867
|
-
- ".8xk.txt"
|
|
6868
7101
|
- ".8xp.txt"
|
|
6869
7102
|
language_id: 422
|
|
6870
|
-
tm_scope:
|
|
7103
|
+
tm_scope: source.8xp
|
|
6871
7104
|
TL-Verilog:
|
|
6872
7105
|
type: programming
|
|
6873
7106
|
extensions:
|
|
@@ -6891,10 +7124,12 @@ TOML:
|
|
|
6891
7124
|
- ".toml"
|
|
6892
7125
|
filenames:
|
|
6893
7126
|
- Cargo.lock
|
|
7127
|
+
- Cargo.toml.orig
|
|
6894
7128
|
- Gopkg.lock
|
|
6895
7129
|
- Pipfile
|
|
6896
7130
|
- pdm.lock
|
|
6897
7131
|
- poetry.lock
|
|
7132
|
+
- uv.lock
|
|
6898
7133
|
tm_scope: source.toml
|
|
6899
7134
|
ace_mode: toml
|
|
6900
7135
|
codemirror_mode: toml
|
|
@@ -6915,6 +7150,9 @@ TSV:
|
|
|
6915
7150
|
tm_scope: source.generic-db
|
|
6916
7151
|
extensions:
|
|
6917
7152
|
- ".tsv"
|
|
7153
|
+
- ".vcf"
|
|
7154
|
+
aliases:
|
|
7155
|
+
- tab-seperated values
|
|
6918
7156
|
language_id: 1035892117
|
|
6919
7157
|
TSX:
|
|
6920
7158
|
type: programming
|
|
@@ -7090,6 +7328,14 @@ Text:
|
|
|
7090
7328
|
tm_scope: none
|
|
7091
7329
|
ace_mode: text
|
|
7092
7330
|
language_id: 372
|
|
7331
|
+
TextGrid:
|
|
7332
|
+
type: data
|
|
7333
|
+
color: "#c8506d"
|
|
7334
|
+
tm_scope: source.textgrid
|
|
7335
|
+
ace_mode: text
|
|
7336
|
+
extensions:
|
|
7337
|
+
- ".TextGrid"
|
|
7338
|
+
language_id: 965696054
|
|
7093
7339
|
TextMate Properties:
|
|
7094
7340
|
type: data
|
|
7095
7341
|
color: "#df66e4"
|
|
@@ -7174,6 +7420,7 @@ TypeScript:
|
|
|
7174
7420
|
interpreters:
|
|
7175
7421
|
- deno
|
|
7176
7422
|
- ts-node
|
|
7423
|
+
- tsx
|
|
7177
7424
|
extensions:
|
|
7178
7425
|
- ".ts"
|
|
7179
7426
|
- ".cts"
|
|
@@ -7390,6 +7637,7 @@ Vim Script:
|
|
|
7390
7637
|
- vim
|
|
7391
7638
|
- viml
|
|
7392
7639
|
- nvim
|
|
7640
|
+
- vimscript
|
|
7393
7641
|
extensions:
|
|
7394
7642
|
- ".vim"
|
|
7395
7643
|
- ".vba"
|
|
@@ -7446,7 +7694,7 @@ Visual Basic 6.0:
|
|
|
7446
7694
|
- ".ctl"
|
|
7447
7695
|
- ".Dsr"
|
|
7448
7696
|
- ".frm"
|
|
7449
|
-
tm_scope: source.
|
|
7697
|
+
tm_scope: source.vba
|
|
7450
7698
|
aliases:
|
|
7451
7699
|
- vb6
|
|
7452
7700
|
- vb 6
|
|
@@ -7770,6 +8018,7 @@ XML:
|
|
|
7770
8018
|
- ".mjml"
|
|
7771
8019
|
- ".mm"
|
|
7772
8020
|
- ".mod"
|
|
8021
|
+
- ".mojo"
|
|
7773
8022
|
- ".mxml"
|
|
7774
8023
|
- ".natvis"
|
|
7775
8024
|
- ".ncl"
|
|
@@ -8072,6 +8321,7 @@ Zig:
|
|
|
8072
8321
|
color: "#ec915c"
|
|
8073
8322
|
extensions:
|
|
8074
8323
|
- ".zig"
|
|
8324
|
+
- ".zig.zon"
|
|
8075
8325
|
tm_scope: source.zig
|
|
8076
8326
|
ace_mode: text
|
|
8077
8327
|
language_id: 646424281
|
|
@@ -8096,6 +8346,17 @@ cURL Config:
|
|
|
8096
8346
|
tm_scope: source.curlrc
|
|
8097
8347
|
ace_mode: text
|
|
8098
8348
|
language_id: 992375436
|
|
8349
|
+
crontab:
|
|
8350
|
+
type: data
|
|
8351
|
+
color: "#ead7ac"
|
|
8352
|
+
aliases:
|
|
8353
|
+
- cron
|
|
8354
|
+
- cron table
|
|
8355
|
+
filenames:
|
|
8356
|
+
- crontab
|
|
8357
|
+
tm_scope: text.crontab
|
|
8358
|
+
ace_mode: tcl
|
|
8359
|
+
language_id: 705203557
|
|
8099
8360
|
desktop:
|
|
8100
8361
|
type: data
|
|
8101
8362
|
extensions:
|
|
@@ -8156,12 +8417,32 @@ hoon:
|
|
|
8156
8417
|
extensions:
|
|
8157
8418
|
- ".hoon"
|
|
8158
8419
|
language_id: 560883276
|
|
8420
|
+
iCalendar:
|
|
8421
|
+
type: data
|
|
8422
|
+
color: "#ec564c"
|
|
8423
|
+
extensions:
|
|
8424
|
+
- ".ics"
|
|
8425
|
+
- ".ical"
|
|
8426
|
+
tm_scope: source.iCalendar
|
|
8427
|
+
aliases:
|
|
8428
|
+
- iCal
|
|
8429
|
+
ace_mode: properties
|
|
8430
|
+
codemirror_mode: properties
|
|
8431
|
+
codemirror_mime_type: text/x-properties
|
|
8432
|
+
language_id: 98384424
|
|
8159
8433
|
jq:
|
|
8160
8434
|
color: "#c7254e"
|
|
8161
8435
|
ace_mode: text
|
|
8162
8436
|
type: programming
|
|
8163
8437
|
extensions:
|
|
8164
8438
|
- ".jq"
|
|
8439
|
+
interpreters:
|
|
8440
|
+
- gojq
|
|
8441
|
+
- jaq
|
|
8442
|
+
- jq
|
|
8443
|
+
- jqjq
|
|
8444
|
+
- jqq
|
|
8445
|
+
- query-json
|
|
8165
8446
|
tm_scope: source.jq
|
|
8166
8447
|
language_id: 905371884
|
|
8167
8448
|
kvlang:
|
|
@@ -8271,6 +8552,27 @@ sed:
|
|
|
8271
8552
|
ace_mode: text
|
|
8272
8553
|
tm_scope: source.sed
|
|
8273
8554
|
language_id: 847830017
|
|
8555
|
+
templ:
|
|
8556
|
+
type: markup
|
|
8557
|
+
color: "#66D0DD"
|
|
8558
|
+
extensions:
|
|
8559
|
+
- ".templ"
|
|
8560
|
+
ace_mode: text
|
|
8561
|
+
tm_scope: source.templ
|
|
8562
|
+
language_id: 795579337
|
|
8563
|
+
vCard:
|
|
8564
|
+
type: data
|
|
8565
|
+
color: "#ee2647"
|
|
8566
|
+
extensions:
|
|
8567
|
+
- ".vcf"
|
|
8568
|
+
tm_scope: source.vcard
|
|
8569
|
+
aliases:
|
|
8570
|
+
- virtual contact file
|
|
8571
|
+
- electronic business card
|
|
8572
|
+
ace_mode: properties
|
|
8573
|
+
codemirror_mode: properties
|
|
8574
|
+
codemirror_mime_type: text/x-properties
|
|
8575
|
+
language_id: 851476558
|
|
8274
8576
|
wisp:
|
|
8275
8577
|
type: programming
|
|
8276
8578
|
ace_mode: clojure
|
package/license.md
CHANGED