linguist-js 2.7.1 → 2.8.1
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 +5 -2
- package/dist/helpers/convert-pcre.js +1 -1
- package/dist/helpers/load-data.d.ts +1 -1
- package/dist/helpers/load-data.js +4 -5
- package/dist/helpers/parse-gitattributes.d.ts +1 -0
- package/dist/helpers/parse-gitattributes.js +6 -4
- package/dist/helpers/parse-gitignore.js +1 -1
- package/dist/helpers/read-file.d.ts +1 -1
- package/dist/helpers/read-file.js +2 -2
- package/dist/helpers/walk-tree.js +7 -2
- package/dist/index.js +73 -32
- package/dist/package.json +56 -0
- package/dist/src/cli.d.ts +1 -0
- package/dist/src/cli.js +146 -0
- package/dist/src/helpers/convert-pcre.d.ts +2 -0
- package/dist/src/helpers/convert-pcre.js +38 -0
- package/dist/src/helpers/load-data.d.ts +4 -0
- package/dist/src/helpers/load-data.js +37 -0
- package/dist/src/helpers/norm-path.d.ts +2 -0
- package/dist/src/helpers/norm-path.js +15 -0
- package/dist/src/helpers/parse-gitattributes.d.ts +17 -0
- package/dist/src/helpers/parse-gitattributes.js +37 -0
- package/dist/src/helpers/parse-gitignore.d.ts +1 -0
- package/dist/src/helpers/parse-gitignore.js +12 -0
- package/dist/src/helpers/read-file.d.ts +5 -0
- package/dist/src/helpers/read-file.js +23 -0
- package/dist/src/helpers/walk-tree.d.ts +20 -0
- package/dist/src/helpers/walk-tree.js +85 -0
- package/dist/src/index.d.ts +4 -0
- package/dist/src/index.js +485 -0
- package/dist/src/schema.d.ts +37 -0
- package/dist/src/schema.js +2 -0
- package/dist/src/types.d.ts +74 -0
- package/dist/src/types.js +2 -0
- package/dist/types.d.ts +22 -0
- package/dist/version.d.ts +2 -0
- package/dist/version.js +4 -0
- package/ext/documentation.yml +0 -3
- package/ext/generated.rb +5 -0
- package/ext/heuristics.yml +91 -16
- package/ext/languages.yml +317 -8
- package/ext/vendor.yml +0 -2
- package/package.json +6 -5
- package/readme.md +29 -5
package/ext/languages.yml
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
---
|
|
3
2
|
1C Enterprise:
|
|
4
3
|
type: programming
|
|
@@ -463,6 +462,18 @@ Awk:
|
|
|
463
462
|
tm_scope: source.awk
|
|
464
463
|
ace_mode: text
|
|
465
464
|
language_id: 28
|
|
465
|
+
B4X:
|
|
466
|
+
type: programming
|
|
467
|
+
color: "#00e4ff"
|
|
468
|
+
extensions:
|
|
469
|
+
- ".bas"
|
|
470
|
+
tm_scope: source.vba
|
|
471
|
+
aliases:
|
|
472
|
+
- basic for android
|
|
473
|
+
ace_mode: text
|
|
474
|
+
codemirror_mode: vb
|
|
475
|
+
codemirror_mime_type: text/x-vb
|
|
476
|
+
language_id: 96642275
|
|
466
477
|
BASIC:
|
|
467
478
|
type: programming
|
|
468
479
|
extensions:
|
|
@@ -471,6 +482,14 @@ BASIC:
|
|
|
471
482
|
ace_mode: text
|
|
472
483
|
color: "#ff0000"
|
|
473
484
|
language_id: 28923963
|
|
485
|
+
BQN:
|
|
486
|
+
type: programming
|
|
487
|
+
color: "#2b7067"
|
|
488
|
+
extensions:
|
|
489
|
+
- ".bqn"
|
|
490
|
+
tm_scope: source.bqn
|
|
491
|
+
ace_mode: text
|
|
492
|
+
language_id: 330386870
|
|
474
493
|
Ballerina:
|
|
475
494
|
type: programming
|
|
476
495
|
extensions:
|
|
@@ -853,7 +872,7 @@ CSS:
|
|
|
853
872
|
ace_mode: css
|
|
854
873
|
codemirror_mode: css
|
|
855
874
|
codemirror_mime_type: text/css
|
|
856
|
-
color: "#
|
|
875
|
+
color: "#663399"
|
|
857
876
|
extensions:
|
|
858
877
|
- ".css"
|
|
859
878
|
language_id: 50
|
|
@@ -896,6 +915,18 @@ Cabal Config:
|
|
|
896
915
|
codemirror_mime_type: text/x-haskell
|
|
897
916
|
tm_scope: source.cabal
|
|
898
917
|
language_id: 677095381
|
|
918
|
+
Caddyfile:
|
|
919
|
+
type: data
|
|
920
|
+
color: "#22b638"
|
|
921
|
+
aliases:
|
|
922
|
+
- Caddy
|
|
923
|
+
extensions:
|
|
924
|
+
- ".caddyfile"
|
|
925
|
+
filenames:
|
|
926
|
+
- Caddyfile
|
|
927
|
+
ace_mode: text
|
|
928
|
+
tm_scope: source.Caddyfile
|
|
929
|
+
language_id: 615465151
|
|
899
930
|
Cadence:
|
|
900
931
|
type: programming
|
|
901
932
|
color: "#00ef8b"
|
|
@@ -911,7 +942,17 @@ Cairo:
|
|
|
911
942
|
tm_scope: source.cairo
|
|
912
943
|
extensions:
|
|
913
944
|
- ".cairo"
|
|
945
|
+
group: Cairo
|
|
914
946
|
language_id: 620599567
|
|
947
|
+
Cairo Zero:
|
|
948
|
+
type: programming
|
|
949
|
+
color: "#ff4a48"
|
|
950
|
+
ace_mode: text
|
|
951
|
+
tm_scope: source.cairo0
|
|
952
|
+
extensions:
|
|
953
|
+
- ".cairo"
|
|
954
|
+
group: Cairo
|
|
955
|
+
language_id: 891399890
|
|
915
956
|
CameLIGO:
|
|
916
957
|
type: programming
|
|
917
958
|
color: "#3be133"
|
|
@@ -931,6 +972,16 @@ Cap'n Proto:
|
|
|
931
972
|
- ".capnp"
|
|
932
973
|
ace_mode: text
|
|
933
974
|
language_id: 52
|
|
975
|
+
Carbon:
|
|
976
|
+
type: programming
|
|
977
|
+
color: "#222222"
|
|
978
|
+
extensions:
|
|
979
|
+
- ".carbon"
|
|
980
|
+
ace_mode: golang
|
|
981
|
+
codemirror_mode: go
|
|
982
|
+
codemirror_mime_type: text/x-go
|
|
983
|
+
tm_scope: source.v
|
|
984
|
+
language_id: 55627273
|
|
934
985
|
CartoCSS:
|
|
935
986
|
type: programming
|
|
936
987
|
aliases:
|
|
@@ -1344,6 +1395,17 @@ Cycript:
|
|
|
1344
1395
|
codemirror_mode: javascript
|
|
1345
1396
|
codemirror_mime_type: text/javascript
|
|
1346
1397
|
language_id: 78
|
|
1398
|
+
Cylc:
|
|
1399
|
+
type: data
|
|
1400
|
+
color: "#00b3fd"
|
|
1401
|
+
extensions:
|
|
1402
|
+
- ".cylc"
|
|
1403
|
+
filenames:
|
|
1404
|
+
- suite.rc
|
|
1405
|
+
tm_scope: source.cylc
|
|
1406
|
+
ace_mode: ini
|
|
1407
|
+
group: INI
|
|
1408
|
+
language_id: 476447814
|
|
1347
1409
|
Cypher:
|
|
1348
1410
|
type: programming
|
|
1349
1411
|
color: "#34c0eb"
|
|
@@ -1534,6 +1596,7 @@ Dockerfile:
|
|
|
1534
1596
|
tm_scope: source.dockerfile
|
|
1535
1597
|
extensions:
|
|
1536
1598
|
- ".dockerfile"
|
|
1599
|
+
- ".containerfile"
|
|
1537
1600
|
filenames:
|
|
1538
1601
|
- Containerfile
|
|
1539
1602
|
- Dockerfile
|
|
@@ -1571,6 +1634,14 @@ Dotenv:
|
|
|
1571
1634
|
tm_scope: source.dotenv
|
|
1572
1635
|
ace_mode: text
|
|
1573
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
|
|
1574
1645
|
Dylan:
|
|
1575
1646
|
type: programming
|
|
1576
1647
|
color: "#6c616e"
|
|
@@ -1916,6 +1987,14 @@ FIGlet Font:
|
|
|
1916
1987
|
tm_scope: source.figfont
|
|
1917
1988
|
ace_mode: text
|
|
1918
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
|
|
1919
1998
|
FLUX:
|
|
1920
1999
|
type: programming
|
|
1921
2000
|
color: "#88ccff"
|
|
@@ -2052,7 +2131,7 @@ Fortran Free Form:
|
|
|
2052
2131
|
codemirror_mode: fortran
|
|
2053
2132
|
codemirror_mime_type: text/x-fortran
|
|
2054
2133
|
language_id: 761352333
|
|
2055
|
-
|
|
2134
|
+
FreeBASIC:
|
|
2056
2135
|
type: programming
|
|
2057
2136
|
color: "#141AC9"
|
|
2058
2137
|
extensions:
|
|
@@ -2654,7 +2733,7 @@ HCL:
|
|
|
2654
2733
|
ace_mode: ruby
|
|
2655
2734
|
codemirror_mode: ruby
|
|
2656
2735
|
codemirror_mime_type: text/x-ruby
|
|
2657
|
-
tm_scope: source.
|
|
2736
|
+
tm_scope: source.hcl
|
|
2658
2737
|
language_id: 144
|
|
2659
2738
|
HLSL:
|
|
2660
2739
|
type: programming
|
|
@@ -2831,6 +2910,14 @@ Harbour:
|
|
|
2831
2910
|
tm_scope: source.harbour
|
|
2832
2911
|
ace_mode: text
|
|
2833
2912
|
language_id: 156
|
|
2913
|
+
Hare:
|
|
2914
|
+
type: programming
|
|
2915
|
+
color: "#9d7424"
|
|
2916
|
+
extensions:
|
|
2917
|
+
- ".ha"
|
|
2918
|
+
ace_mode: text
|
|
2919
|
+
language_id: 463518941
|
|
2920
|
+
tm_scope: none
|
|
2834
2921
|
Haskell:
|
|
2835
2922
|
type: programming
|
|
2836
2923
|
color: "#5e5086"
|
|
@@ -2883,6 +2970,7 @@ Hosts File:
|
|
|
2883
2970
|
filenames:
|
|
2884
2971
|
- HOSTS
|
|
2885
2972
|
- hosts
|
|
2973
|
+
- hosts.txt
|
|
2886
2974
|
aliases:
|
|
2887
2975
|
- hosts
|
|
2888
2976
|
tm_scope: source.hosts
|
|
@@ -2943,6 +3031,7 @@ INI:
|
|
|
2943
3031
|
- ".properties"
|
|
2944
3032
|
- ".url"
|
|
2945
3033
|
filenames:
|
|
3034
|
+
- ".buckconfig"
|
|
2946
3035
|
- ".coveragerc"
|
|
2947
3036
|
- ".flake8"
|
|
2948
3037
|
- ".pylintrc"
|
|
@@ -2996,9 +3085,11 @@ Ignore List:
|
|
|
2996
3085
|
- ".coffeelintignore"
|
|
2997
3086
|
- ".cvsignore"
|
|
2998
3087
|
- ".dockerignore"
|
|
3088
|
+
- ".easignore"
|
|
2999
3089
|
- ".eleventyignore"
|
|
3000
3090
|
- ".eslintignore"
|
|
3001
3091
|
- ".gitignore"
|
|
3092
|
+
- ".ignore"
|
|
3002
3093
|
- ".markdownlintignore"
|
|
3003
3094
|
- ".nodemonignore"
|
|
3004
3095
|
- ".npmignore"
|
|
@@ -3155,9 +3246,11 @@ JSON:
|
|
|
3155
3246
|
- ".har"
|
|
3156
3247
|
- ".ice"
|
|
3157
3248
|
- ".JSON-tmLanguage"
|
|
3249
|
+
- ".json.example"
|
|
3158
3250
|
- ".jsonl"
|
|
3159
3251
|
- ".mcmeta"
|
|
3160
3252
|
- ".sarif"
|
|
3253
|
+
- ".tact"
|
|
3161
3254
|
- ".tfstate"
|
|
3162
3255
|
- ".tfstate.backup"
|
|
3163
3256
|
- ".topojson"
|
|
@@ -3176,6 +3269,7 @@ JSON:
|
|
|
3176
3269
|
- ".tern-config"
|
|
3177
3270
|
- ".tern-project"
|
|
3178
3271
|
- ".watchmanconfig"
|
|
3272
|
+
- MODULE.bazel.lock
|
|
3179
3273
|
- Pipfile.lock
|
|
3180
3274
|
- composer.lock
|
|
3181
3275
|
- deno.lock
|
|
@@ -3197,6 +3291,7 @@ JSON with Comments:
|
|
|
3197
3291
|
- ".code-snippets"
|
|
3198
3292
|
- ".code-workspace"
|
|
3199
3293
|
- ".sublime-build"
|
|
3294
|
+
- ".sublime-color-scheme"
|
|
3200
3295
|
- ".sublime-commands"
|
|
3201
3296
|
- ".sublime-completions"
|
|
3202
3297
|
- ".sublime-keymap"
|
|
@@ -3310,6 +3405,17 @@ Java Server Pages:
|
|
|
3310
3405
|
codemirror_mode: htmlembedded
|
|
3311
3406
|
codemirror_mime_type: application/x-jsp
|
|
3312
3407
|
language_id: 182
|
|
3408
|
+
Java Template Engine:
|
|
3409
|
+
type: programming
|
|
3410
|
+
color: "#2A6277"
|
|
3411
|
+
group: Java
|
|
3412
|
+
aliases:
|
|
3413
|
+
- jte
|
|
3414
|
+
extensions:
|
|
3415
|
+
- ".jte"
|
|
3416
|
+
ace_mode: text
|
|
3417
|
+
tm_scope: text.html.jte
|
|
3418
|
+
language_id: 599494012
|
|
3313
3419
|
JavaScript:
|
|
3314
3420
|
type: programming
|
|
3315
3421
|
tm_scope: source.js
|
|
@@ -3462,6 +3568,13 @@ Julia:
|
|
|
3462
3568
|
codemirror_mode: julia
|
|
3463
3569
|
codemirror_mime_type: text/x-julia
|
|
3464
3570
|
language_id: 184
|
|
3571
|
+
Julia REPL:
|
|
3572
|
+
type: programming
|
|
3573
|
+
color: "#a270ba"
|
|
3574
|
+
tm_scope: source.julia.console
|
|
3575
|
+
group: Julia
|
|
3576
|
+
ace_mode: text
|
|
3577
|
+
language_id: 220689142
|
|
3465
3578
|
Jupyter Notebook:
|
|
3466
3579
|
type: markup
|
|
3467
3580
|
ace_mode: json
|
|
@@ -3483,9 +3596,14 @@ Just:
|
|
|
3483
3596
|
color: "#384d54"
|
|
3484
3597
|
tm_scope: source.just
|
|
3485
3598
|
filenames:
|
|
3599
|
+
- ".JUSTFILE"
|
|
3600
|
+
- ".Justfile"
|
|
3601
|
+
- ".justfile"
|
|
3486
3602
|
- JUSTFILE
|
|
3487
3603
|
- Justfile
|
|
3488
3604
|
- justfile
|
|
3605
|
+
extensions:
|
|
3606
|
+
- ".just"
|
|
3489
3607
|
ace_mode: text
|
|
3490
3608
|
language_id: 128447695
|
|
3491
3609
|
KRL:
|
|
@@ -3823,6 +3941,14 @@ Literate Haskell:
|
|
|
3823
3941
|
codemirror_mode: haskell-literate
|
|
3824
3942
|
codemirror_mime_type: text/x-literate-haskell
|
|
3825
3943
|
language_id: 207
|
|
3944
|
+
LiveCode Script:
|
|
3945
|
+
type: programming
|
|
3946
|
+
color: "#0c5ba5"
|
|
3947
|
+
extensions:
|
|
3948
|
+
- ".livecodescript"
|
|
3949
|
+
tm_scope: source.livecodescript
|
|
3950
|
+
ace_mode: text
|
|
3951
|
+
language_id: 891017
|
|
3826
3952
|
LiveScript:
|
|
3827
3953
|
type: programming
|
|
3828
3954
|
color: "#499886"
|
|
@@ -3896,6 +4022,18 @@ Lua:
|
|
|
3896
4022
|
interpreters:
|
|
3897
4023
|
- lua
|
|
3898
4024
|
language_id: 213
|
|
4025
|
+
Luau:
|
|
4026
|
+
type: programming
|
|
4027
|
+
tm_scope: source.luau
|
|
4028
|
+
ace_mode: lua
|
|
4029
|
+
codemirror_mode: lua
|
|
4030
|
+
codemirror_mime_type: text/x-lua
|
|
4031
|
+
color: "#00A2FF"
|
|
4032
|
+
extensions:
|
|
4033
|
+
- ".luau"
|
|
4034
|
+
interpreters:
|
|
4035
|
+
- luau
|
|
4036
|
+
language_id: 365050359
|
|
3899
4037
|
M:
|
|
3900
4038
|
type: programming
|
|
3901
4039
|
aliases:
|
|
@@ -4329,6 +4467,14 @@ Moocode:
|
|
|
4329
4467
|
tm_scope: none
|
|
4330
4468
|
ace_mode: text
|
|
4331
4469
|
language_id: 237
|
|
4470
|
+
MoonBit:
|
|
4471
|
+
type: programming
|
|
4472
|
+
color: "#b92381"
|
|
4473
|
+
extensions:
|
|
4474
|
+
- ".mbt"
|
|
4475
|
+
tm_scope: source.moonbit
|
|
4476
|
+
ace_mode: text
|
|
4477
|
+
language_id: 181453007
|
|
4332
4478
|
MoonScript:
|
|
4333
4479
|
type: programming
|
|
4334
4480
|
color: "#ff4585"
|
|
@@ -4431,6 +4577,14 @@ NL:
|
|
|
4431
4577
|
tm_scope: none
|
|
4432
4578
|
ace_mode: text
|
|
4433
4579
|
language_id: 241
|
|
4580
|
+
NMODL:
|
|
4581
|
+
type: programming
|
|
4582
|
+
color: "#00356B"
|
|
4583
|
+
extensions:
|
|
4584
|
+
- ".mod"
|
|
4585
|
+
tm_scope: none
|
|
4586
|
+
ace_mode: text
|
|
4587
|
+
language_id: 136456478
|
|
4434
4588
|
NPM Config:
|
|
4435
4589
|
type: data
|
|
4436
4590
|
color: "#cb3837"
|
|
@@ -4596,6 +4750,18 @@ Nix:
|
|
|
4596
4750
|
tm_scope: source.nix
|
|
4597
4751
|
ace_mode: nix
|
|
4598
4752
|
language_id: 252
|
|
4753
|
+
Noir:
|
|
4754
|
+
type: programming
|
|
4755
|
+
aliases:
|
|
4756
|
+
- nargo
|
|
4757
|
+
ace_mode: rust
|
|
4758
|
+
codemirror_mode: rust
|
|
4759
|
+
codemirror_mime_type: text/x-rustsrc
|
|
4760
|
+
extensions:
|
|
4761
|
+
- ".nr"
|
|
4762
|
+
color: "#2f1f49"
|
|
4763
|
+
tm_scope: source.nr
|
|
4764
|
+
language_id: 813068465
|
|
4599
4765
|
Nu:
|
|
4600
4766
|
type: programming
|
|
4601
4767
|
color: "#c9df40"
|
|
@@ -4990,7 +5156,8 @@ PEG.js:
|
|
|
4990
5156
|
color: "#234d6b"
|
|
4991
5157
|
extensions:
|
|
4992
5158
|
- ".pegjs"
|
|
4993
|
-
|
|
5159
|
+
- ".peggy"
|
|
5160
|
+
tm_scope: source.peggy
|
|
4994
5161
|
ace_mode: javascript
|
|
4995
5162
|
codemirror_mode: javascript
|
|
4996
5163
|
codemirror_mime_type: text/javascript
|
|
@@ -5256,6 +5423,16 @@ Pip Requirements:
|
|
|
5256
5423
|
ace_mode: text
|
|
5257
5424
|
tm_scope: source.pip-requirements
|
|
5258
5425
|
language_id: 684385621
|
|
5426
|
+
Pkl:
|
|
5427
|
+
type: programming
|
|
5428
|
+
color: "#6b9543"
|
|
5429
|
+
extensions:
|
|
5430
|
+
- ".pkl"
|
|
5431
|
+
interpreters:
|
|
5432
|
+
- pkl
|
|
5433
|
+
tm_scope: source.pkl
|
|
5434
|
+
ace_mode: text
|
|
5435
|
+
language_id: 288822799
|
|
5259
5436
|
PlantUML:
|
|
5260
5437
|
type: data
|
|
5261
5438
|
color: "#fbbd16"
|
|
@@ -5351,7 +5528,7 @@ PowerBuilder:
|
|
|
5351
5528
|
- ".sra"
|
|
5352
5529
|
- ".sru"
|
|
5353
5530
|
- ".srw"
|
|
5354
|
-
tm_scope:
|
|
5531
|
+
tm_scope: source.powerbuilder
|
|
5355
5532
|
ace_mode: text
|
|
5356
5533
|
language_id: 292
|
|
5357
5534
|
PowerShell:
|
|
@@ -5644,6 +5821,22 @@ Quake:
|
|
|
5644
5821
|
ace_mode: text
|
|
5645
5822
|
tm_scope: source.quake
|
|
5646
5823
|
language_id: 375265331
|
|
5824
|
+
QuickBASIC:
|
|
5825
|
+
type: programming
|
|
5826
|
+
color: "#008080"
|
|
5827
|
+
extensions:
|
|
5828
|
+
- ".bas"
|
|
5829
|
+
tm_scope: source.QB64
|
|
5830
|
+
aliases:
|
|
5831
|
+
- qb
|
|
5832
|
+
- qbasic
|
|
5833
|
+
- qb64
|
|
5834
|
+
- classic qbasic
|
|
5835
|
+
- classic quickbasic
|
|
5836
|
+
ace_mode: text
|
|
5837
|
+
codemirror_mode: vb
|
|
5838
|
+
codemirror_mime_type: text/x-vb
|
|
5839
|
+
language_id: 593107205
|
|
5647
5840
|
R:
|
|
5648
5841
|
type: programming
|
|
5649
5842
|
color: "#198CE7"
|
|
@@ -5733,6 +5926,14 @@ RMarkdown:
|
|
|
5733
5926
|
- ".rmd"
|
|
5734
5927
|
tm_scope: text.md
|
|
5735
5928
|
language_id: 313
|
|
5929
|
+
RON:
|
|
5930
|
+
type: data
|
|
5931
|
+
color: "#a62c00"
|
|
5932
|
+
extensions:
|
|
5933
|
+
- ".ron"
|
|
5934
|
+
ace_mode: rust
|
|
5935
|
+
tm_scope: source.ron
|
|
5936
|
+
language_id: 587855233
|
|
5736
5937
|
RPC:
|
|
5737
5938
|
type: programming
|
|
5738
5939
|
aliases:
|
|
@@ -6008,6 +6209,7 @@ RobotFramework:
|
|
|
6008
6209
|
color: "#00c0b5"
|
|
6009
6210
|
extensions:
|
|
6010
6211
|
- ".robot"
|
|
6212
|
+
- ".resource"
|
|
6011
6213
|
tm_scope: text.robot
|
|
6012
6214
|
ace_mode: text
|
|
6013
6215
|
language_id: 324
|
|
@@ -6322,6 +6524,11 @@ SRecode Template:
|
|
|
6322
6524
|
SSH Config:
|
|
6323
6525
|
type: data
|
|
6324
6526
|
group: INI
|
|
6527
|
+
aliases:
|
|
6528
|
+
- sshconfig
|
|
6529
|
+
- sshdconfig
|
|
6530
|
+
- ssh_config
|
|
6531
|
+
- sshd_config
|
|
6325
6532
|
filenames:
|
|
6326
6533
|
- ssh-config
|
|
6327
6534
|
- ssh_config
|
|
@@ -6500,6 +6707,7 @@ Shell:
|
|
|
6500
6707
|
- shell-script
|
|
6501
6708
|
- bash
|
|
6502
6709
|
- zsh
|
|
6710
|
+
- envrc
|
|
6503
6711
|
extensions:
|
|
6504
6712
|
- ".sh"
|
|
6505
6713
|
- ".bash"
|
|
@@ -6522,6 +6730,7 @@ Shell:
|
|
|
6522
6730
|
- ".bash_profile"
|
|
6523
6731
|
- ".bashrc"
|
|
6524
6732
|
- ".cshrc"
|
|
6733
|
+
- ".envrc"
|
|
6525
6734
|
- ".flaskenv"
|
|
6526
6735
|
- ".kshrc"
|
|
6527
6736
|
- ".login"
|
|
@@ -6811,6 +7020,7 @@ Starlark:
|
|
|
6811
7020
|
- Tiltfile
|
|
6812
7021
|
- WORKSPACE
|
|
6813
7022
|
- WORKSPACE.bazel
|
|
7023
|
+
- WORKSPACE.bzlmod
|
|
6814
7024
|
aliases:
|
|
6815
7025
|
- bazel
|
|
6816
7026
|
- bzl
|
|
@@ -6957,15 +7167,27 @@ TOML:
|
|
|
6957
7167
|
- ".toml"
|
|
6958
7168
|
filenames:
|
|
6959
7169
|
- Cargo.lock
|
|
7170
|
+
- Cargo.toml.orig
|
|
6960
7171
|
- Gopkg.lock
|
|
6961
7172
|
- Pipfile
|
|
6962
7173
|
- pdm.lock
|
|
6963
7174
|
- poetry.lock
|
|
7175
|
+
- uv.lock
|
|
6964
7176
|
tm_scope: source.toml
|
|
6965
7177
|
ace_mode: toml
|
|
6966
7178
|
codemirror_mode: toml
|
|
6967
7179
|
codemirror_mime_type: text/x-toml
|
|
6968
7180
|
language_id: 365
|
|
7181
|
+
TSPLIB data:
|
|
7182
|
+
aliases:
|
|
7183
|
+
- travelling salesman problem
|
|
7184
|
+
- traveling salesman problem
|
|
7185
|
+
type: data
|
|
7186
|
+
extensions:
|
|
7187
|
+
- ".tsp"
|
|
7188
|
+
tm_scope: none
|
|
7189
|
+
ace_mode: text
|
|
7190
|
+
language_id: 89289301
|
|
6969
7191
|
TSQL:
|
|
6970
7192
|
type: programming
|
|
6971
7193
|
color: "#e38c00"
|
|
@@ -6981,6 +7203,9 @@ TSV:
|
|
|
6981
7203
|
tm_scope: source.generic-db
|
|
6982
7204
|
extensions:
|
|
6983
7205
|
- ".tsv"
|
|
7206
|
+
- ".vcf"
|
|
7207
|
+
aliases:
|
|
7208
|
+
- tab-seperated values
|
|
6984
7209
|
language_id: 1035892117
|
|
6985
7210
|
TSX:
|
|
6986
7211
|
type: programming
|
|
@@ -7001,6 +7226,14 @@ TXL:
|
|
|
7001
7226
|
tm_scope: source.txl
|
|
7002
7227
|
ace_mode: text
|
|
7003
7228
|
language_id: 366
|
|
7229
|
+
Tact:
|
|
7230
|
+
type: programming
|
|
7231
|
+
color: "#48b5ff"
|
|
7232
|
+
extensions:
|
|
7233
|
+
- ".tact"
|
|
7234
|
+
ace_mode: text
|
|
7235
|
+
tm_scope: source.tact
|
|
7236
|
+
language_id: 606708469
|
|
7004
7237
|
Talon:
|
|
7005
7238
|
type: programming
|
|
7006
7239
|
ace_mode: text
|
|
@@ -7248,6 +7481,7 @@ TypeScript:
|
|
|
7248
7481
|
interpreters:
|
|
7249
7482
|
- deno
|
|
7250
7483
|
- ts-node
|
|
7484
|
+
- tsx
|
|
7251
7485
|
extensions:
|
|
7252
7486
|
- ".ts"
|
|
7253
7487
|
- ".cts"
|
|
@@ -7257,6 +7491,16 @@ TypeScript:
|
|
|
7257
7491
|
codemirror_mode: javascript
|
|
7258
7492
|
codemirror_mime_type: application/typescript
|
|
7259
7493
|
language_id: 378
|
|
7494
|
+
TypeSpec:
|
|
7495
|
+
type: programming
|
|
7496
|
+
color: "#4A3665"
|
|
7497
|
+
aliases:
|
|
7498
|
+
- tsp
|
|
7499
|
+
extensions:
|
|
7500
|
+
- ".tsp"
|
|
7501
|
+
tm_scope: source.tsp
|
|
7502
|
+
ace_mode: text
|
|
7503
|
+
language_id: 952272597
|
|
7260
7504
|
Typst:
|
|
7261
7505
|
type: programming
|
|
7262
7506
|
color: "#239dad"
|
|
@@ -7464,6 +7708,7 @@ Vim Script:
|
|
|
7464
7708
|
- vim
|
|
7465
7709
|
- viml
|
|
7466
7710
|
- nvim
|
|
7711
|
+
- vimscript
|
|
7467
7712
|
extensions:
|
|
7468
7713
|
- ".vim"
|
|
7469
7714
|
- ".vba"
|
|
@@ -7520,7 +7765,7 @@ Visual Basic 6.0:
|
|
|
7520
7765
|
- ".ctl"
|
|
7521
7766
|
- ".Dsr"
|
|
7522
7767
|
- ".frm"
|
|
7523
|
-
tm_scope: source.
|
|
7768
|
+
tm_scope: source.vba
|
|
7524
7769
|
aliases:
|
|
7525
7770
|
- vb6
|
|
7526
7771
|
- vb 6
|
|
@@ -7546,7 +7791,7 @@ Vue:
|
|
|
7546
7791
|
color: "#41b883"
|
|
7547
7792
|
extensions:
|
|
7548
7793
|
- ".vue"
|
|
7549
|
-
tm_scope:
|
|
7794
|
+
tm_scope: source.vue
|
|
7550
7795
|
ace_mode: html
|
|
7551
7796
|
language_id: 391
|
|
7552
7797
|
Vyper:
|
|
@@ -8045,9 +8290,11 @@ YAML:
|
|
|
8045
8290
|
filenames:
|
|
8046
8291
|
- ".clang-format"
|
|
8047
8292
|
- ".clang-tidy"
|
|
8293
|
+
- ".clangd"
|
|
8048
8294
|
- ".gemrc"
|
|
8049
8295
|
- CITATION.cff
|
|
8050
8296
|
- glide.lock
|
|
8297
|
+
- pixi.lock
|
|
8051
8298
|
- yarn.lock
|
|
8052
8299
|
ace_mode: yaml
|
|
8053
8300
|
codemirror_mode: yaml
|
|
@@ -8147,6 +8394,7 @@ Zig:
|
|
|
8147
8394
|
color: "#ec915c"
|
|
8148
8395
|
extensions:
|
|
8149
8396
|
- ".zig"
|
|
8397
|
+
- ".zig.zon"
|
|
8150
8398
|
tm_scope: source.zig
|
|
8151
8399
|
ace_mode: text
|
|
8152
8400
|
language_id: 646424281
|
|
@@ -8171,6 +8419,17 @@ cURL Config:
|
|
|
8171
8419
|
tm_scope: source.curlrc
|
|
8172
8420
|
ace_mode: text
|
|
8173
8421
|
language_id: 992375436
|
|
8422
|
+
crontab:
|
|
8423
|
+
type: data
|
|
8424
|
+
color: "#ead7ac"
|
|
8425
|
+
aliases:
|
|
8426
|
+
- cron
|
|
8427
|
+
- cron table
|
|
8428
|
+
filenames:
|
|
8429
|
+
- crontab
|
|
8430
|
+
tm_scope: text.crontab
|
|
8431
|
+
ace_mode: tcl
|
|
8432
|
+
language_id: 705203557
|
|
8174
8433
|
desktop:
|
|
8175
8434
|
type: data
|
|
8176
8435
|
extensions:
|
|
@@ -8231,6 +8490,19 @@ hoon:
|
|
|
8231
8490
|
extensions:
|
|
8232
8491
|
- ".hoon"
|
|
8233
8492
|
language_id: 560883276
|
|
8493
|
+
iCalendar:
|
|
8494
|
+
type: data
|
|
8495
|
+
color: "#ec564c"
|
|
8496
|
+
extensions:
|
|
8497
|
+
- ".ics"
|
|
8498
|
+
- ".ical"
|
|
8499
|
+
tm_scope: source.iCalendar
|
|
8500
|
+
aliases:
|
|
8501
|
+
- iCal
|
|
8502
|
+
ace_mode: properties
|
|
8503
|
+
codemirror_mode: properties
|
|
8504
|
+
codemirror_mime_type: text/x-properties
|
|
8505
|
+
language_id: 98384424
|
|
8234
8506
|
jq:
|
|
8235
8507
|
color: "#c7254e"
|
|
8236
8508
|
ace_mode: text
|
|
@@ -8298,6 +8570,22 @@ nesC:
|
|
|
8298
8570
|
ace_mode: text
|
|
8299
8571
|
tm_scope: source.nesc
|
|
8300
8572
|
language_id: 417
|
|
8573
|
+
omnetpp-msg:
|
|
8574
|
+
type: programming
|
|
8575
|
+
extensions:
|
|
8576
|
+
- ".msg"
|
|
8577
|
+
color: "#a0e0a0"
|
|
8578
|
+
tm_scope: source.msg
|
|
8579
|
+
ace_mode: text
|
|
8580
|
+
language_id: 664100008
|
|
8581
|
+
omnetpp-ned:
|
|
8582
|
+
type: programming
|
|
8583
|
+
extensions:
|
|
8584
|
+
- ".ned"
|
|
8585
|
+
color: "#08607c"
|
|
8586
|
+
tm_scope: source.ned
|
|
8587
|
+
ace_mode: text
|
|
8588
|
+
language_id: 924868392
|
|
8301
8589
|
ooc:
|
|
8302
8590
|
type: programming
|
|
8303
8591
|
color: "#b0b77e"
|
|
@@ -8353,6 +8641,27 @@ sed:
|
|
|
8353
8641
|
ace_mode: text
|
|
8354
8642
|
tm_scope: source.sed
|
|
8355
8643
|
language_id: 847830017
|
|
8644
|
+
templ:
|
|
8645
|
+
type: markup
|
|
8646
|
+
color: "#66D0DD"
|
|
8647
|
+
extensions:
|
|
8648
|
+
- ".templ"
|
|
8649
|
+
ace_mode: text
|
|
8650
|
+
tm_scope: source.templ
|
|
8651
|
+
language_id: 795579337
|
|
8652
|
+
vCard:
|
|
8653
|
+
type: data
|
|
8654
|
+
color: "#ee2647"
|
|
8655
|
+
extensions:
|
|
8656
|
+
- ".vcf"
|
|
8657
|
+
tm_scope: source.vcard
|
|
8658
|
+
aliases:
|
|
8659
|
+
- virtual contact file
|
|
8660
|
+
- electronic business card
|
|
8661
|
+
ace_mode: properties
|
|
8662
|
+
codemirror_mode: properties
|
|
8663
|
+
codemirror_mime_type: text/x-properties
|
|
8664
|
+
language_id: 851476558
|
|
8356
8665
|
wisp:
|
|
8357
8666
|
type: programming
|
|
8358
8667
|
ace_mode: clojure
|
package/ext/vendor.yml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "linguist-js",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "Analyse languages used in a folder. Powered by GitHub Linguist, although it doesn't need to be installed.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -8,10 +8,11 @@
|
|
|
8
8
|
"linguist": "bin/index.js"
|
|
9
9
|
},
|
|
10
10
|
"engines": {
|
|
11
|
-
"node": ">=12"
|
|
11
|
+
"node": ">=12",
|
|
12
|
+
"npm": "<9"
|
|
12
13
|
},
|
|
13
14
|
"scripts": {
|
|
14
|
-
"download-files": "npx tsx@
|
|
15
|
+
"download-files": "npx tsx@3 build/download-files",
|
|
15
16
|
"pre-publish": "npm run download-files && npm test && npm run perf",
|
|
16
17
|
"perf": "tsc && node test/perf",
|
|
17
18
|
"test": "tsc && node test/folder && node test/unit"
|
|
@@ -38,11 +39,11 @@
|
|
|
38
39
|
},
|
|
39
40
|
"homepage": "https://github.com/Nixinova/Linguist#readme",
|
|
40
41
|
"dependencies": {
|
|
41
|
-
"binary-extensions": "^2.
|
|
42
|
+
"binary-extensions": "^2.3.0 <3",
|
|
42
43
|
"commander": "^9.5.0 <10",
|
|
43
44
|
"common-path-prefix": "^3.0.0",
|
|
44
45
|
"cross-fetch": "^3.1.8 <4",
|
|
45
|
-
"ignore": "^5.3.
|
|
46
|
+
"ignore": "^5.3.2",
|
|
46
47
|
"isbinaryfile": "^4.0.10 <5",
|
|
47
48
|
"js-yaml": "^4.1.0",
|
|
48
49
|
"node-cache": "^5.1.2"
|