linguist-js 2.5.4 → 2.5.6
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/helpers/convert-pcre.js +5 -4
- package/dist/helpers/load-data.js +2 -1
- package/dist/schema.d.ts +1 -1
- package/dist/types.d.ts +6 -6
- package/ext/documentation.yml +1 -1
- package/ext/generated.rb +5 -1
- package/ext/heuristics.yml +804 -771
- package/ext/languages.yml +272 -35
- package/ext/vendor.yml +4 -2
- package/package.json +7 -7
- package/readme.md +3 -2
package/ext/languages.yml
CHANGED
|
@@ -314,7 +314,8 @@ Apex:
|
|
|
314
314
|
color: "#1797c0"
|
|
315
315
|
extensions:
|
|
316
316
|
- ".cls"
|
|
317
|
-
|
|
317
|
+
- ".trigger"
|
|
318
|
+
tm_scope: source.apex
|
|
318
319
|
ace_mode: java
|
|
319
320
|
codemirror_mode: clike
|
|
320
321
|
codemirror_mime_type: text/x-java
|
|
@@ -708,6 +709,7 @@ C++:
|
|
|
708
709
|
- ".c++"
|
|
709
710
|
- ".cc"
|
|
710
711
|
- ".cp"
|
|
712
|
+
- ".cppm"
|
|
711
713
|
- ".cxx"
|
|
712
714
|
- ".h"
|
|
713
715
|
- ".h++"
|
|
@@ -722,6 +724,7 @@ C++:
|
|
|
722
724
|
- ".re"
|
|
723
725
|
- ".tcc"
|
|
724
726
|
- ".tpp"
|
|
727
|
+
- ".txx"
|
|
725
728
|
language_id: 43
|
|
726
729
|
C-ObjDump:
|
|
727
730
|
type: data
|
|
@@ -981,6 +984,14 @@ ChucK:
|
|
|
981
984
|
codemirror_mode: clike
|
|
982
985
|
codemirror_mime_type: text/x-java
|
|
983
986
|
language_id: 57
|
|
987
|
+
Circom:
|
|
988
|
+
type: programming
|
|
989
|
+
ace_mode: text
|
|
990
|
+
extensions:
|
|
991
|
+
- ".circom"
|
|
992
|
+
color: "#707575"
|
|
993
|
+
tm_scope: source.circom
|
|
994
|
+
language_id: 1042332086
|
|
984
995
|
Cirru:
|
|
985
996
|
type: programming
|
|
986
997
|
color: "#ccccff"
|
|
@@ -1352,6 +1363,16 @@ D-ObjDump:
|
|
|
1352
1363
|
tm_scope: objdump.x86asm
|
|
1353
1364
|
ace_mode: assembly_x86
|
|
1354
1365
|
language_id: 81
|
|
1366
|
+
D2:
|
|
1367
|
+
type: markup
|
|
1368
|
+
color: "#526ee8"
|
|
1369
|
+
extensions:
|
|
1370
|
+
- ".d2"
|
|
1371
|
+
aliases:
|
|
1372
|
+
- d2lang
|
|
1373
|
+
tm_scope: source.d2
|
|
1374
|
+
ace_mode: text
|
|
1375
|
+
language_id: 37531557
|
|
1355
1376
|
DIGITAL Command Language:
|
|
1356
1377
|
type: programming
|
|
1357
1378
|
aliases:
|
|
@@ -1504,6 +1525,27 @@ Dogescript:
|
|
|
1504
1525
|
tm_scope: none
|
|
1505
1526
|
ace_mode: text
|
|
1506
1527
|
language_id: 90
|
|
1528
|
+
Dotenv:
|
|
1529
|
+
type: data
|
|
1530
|
+
color: "#e5d559"
|
|
1531
|
+
extensions:
|
|
1532
|
+
- ".env"
|
|
1533
|
+
filenames:
|
|
1534
|
+
- ".env"
|
|
1535
|
+
- ".env.ci"
|
|
1536
|
+
- ".env.dev"
|
|
1537
|
+
- ".env.development"
|
|
1538
|
+
- ".env.development.local"
|
|
1539
|
+
- ".env.example"
|
|
1540
|
+
- ".env.local"
|
|
1541
|
+
- ".env.prod"
|
|
1542
|
+
- ".env.production"
|
|
1543
|
+
- ".env.staging"
|
|
1544
|
+
- ".env.test"
|
|
1545
|
+
- ".env.testing"
|
|
1546
|
+
tm_scope: source.dotenv
|
|
1547
|
+
ace_mode: text
|
|
1548
|
+
language_id: 111148035
|
|
1507
1549
|
Dylan:
|
|
1508
1550
|
type: programming
|
|
1509
1551
|
color: "#6c616e"
|
|
@@ -1714,6 +1756,13 @@ Elvish:
|
|
|
1714
1756
|
tm_scope: source.elvish
|
|
1715
1757
|
color: "#55BB55"
|
|
1716
1758
|
language_id: 570996448
|
|
1759
|
+
Elvish Transcript:
|
|
1760
|
+
type: programming
|
|
1761
|
+
group: Elvish
|
|
1762
|
+
ace_mode: text
|
|
1763
|
+
tm_scope: source.elvish-transcript
|
|
1764
|
+
color: "#55BB55"
|
|
1765
|
+
language_id: 452025714
|
|
1717
1766
|
Emacs Lisp:
|
|
1718
1767
|
type: programming
|
|
1719
1768
|
tm_scope: source.emacs.lisp
|
|
@@ -1756,6 +1805,7 @@ Erlang:
|
|
|
1756
1805
|
color: "#B83998"
|
|
1757
1806
|
extensions:
|
|
1758
1807
|
- ".erl"
|
|
1808
|
+
- ".app"
|
|
1759
1809
|
- ".app.src"
|
|
1760
1810
|
- ".es"
|
|
1761
1811
|
- ".escript"
|
|
@@ -1960,7 +2010,7 @@ Fortran Free Form:
|
|
|
1960
2010
|
language_id: 761352333
|
|
1961
2011
|
FreeBasic:
|
|
1962
2012
|
type: programming
|
|
1963
|
-
color: "#
|
|
2013
|
+
color: "#141AC9"
|
|
1964
2014
|
extensions:
|
|
1965
2015
|
- ".bi"
|
|
1966
2016
|
- ".bas"
|
|
@@ -2361,8 +2411,11 @@ Go Checksums:
|
|
|
2361
2411
|
aliases:
|
|
2362
2412
|
- go.sum
|
|
2363
2413
|
- go sum
|
|
2414
|
+
- go.work.sum
|
|
2415
|
+
- go work sum
|
|
2364
2416
|
filenames:
|
|
2365
2417
|
- go.sum
|
|
2418
|
+
- go.work.sum
|
|
2366
2419
|
tm_scope: go.sum
|
|
2367
2420
|
ace_mode: text
|
|
2368
2421
|
language_id: 1054391671
|
|
@@ -2377,6 +2430,30 @@ Go Module:
|
|
|
2377
2430
|
tm_scope: go.mod
|
|
2378
2431
|
ace_mode: text
|
|
2379
2432
|
language_id: 947461016
|
|
2433
|
+
Go Workspace:
|
|
2434
|
+
type: data
|
|
2435
|
+
color: "#00ADD8"
|
|
2436
|
+
aliases:
|
|
2437
|
+
- go.work
|
|
2438
|
+
- go work
|
|
2439
|
+
filenames:
|
|
2440
|
+
- go.work
|
|
2441
|
+
tm_scope: go.mod
|
|
2442
|
+
ace_mode: text
|
|
2443
|
+
language_id: 934546256
|
|
2444
|
+
Godot Resource:
|
|
2445
|
+
type: data
|
|
2446
|
+
color: "#355570"
|
|
2447
|
+
extensions:
|
|
2448
|
+
- ".gdnlib"
|
|
2449
|
+
- ".gdns"
|
|
2450
|
+
- ".tres"
|
|
2451
|
+
- ".tscn"
|
|
2452
|
+
filenames:
|
|
2453
|
+
- project.godot
|
|
2454
|
+
tm_scope: source.gdresource
|
|
2455
|
+
ace_mode: text
|
|
2456
|
+
language_id: 738107771
|
|
2380
2457
|
Golo:
|
|
2381
2458
|
type: programming
|
|
2382
2459
|
color: "#88562A"
|
|
@@ -2493,6 +2570,7 @@ HAProxy:
|
|
|
2493
2570
|
language_id: 366607477
|
|
2494
2571
|
HCL:
|
|
2495
2572
|
type: programming
|
|
2573
|
+
color: "#844FBA"
|
|
2496
2574
|
extensions:
|
|
2497
2575
|
- ".hcl"
|
|
2498
2576
|
- ".nomad"
|
|
@@ -2524,6 +2602,9 @@ HOCON:
|
|
|
2524
2602
|
color: "#9ff8ee"
|
|
2525
2603
|
extensions:
|
|
2526
2604
|
- ".hocon"
|
|
2605
|
+
filenames:
|
|
2606
|
+
- .scalafix.conf
|
|
2607
|
+
- .scalafmt.conf
|
|
2527
2608
|
tm_scope: source.hocon
|
|
2528
2609
|
ace_mode: text
|
|
2529
2610
|
language_id: 679725279
|
|
@@ -2725,6 +2806,15 @@ HolyC:
|
|
|
2725
2806
|
codemirror_mode: clike
|
|
2726
2807
|
codemirror_mime_type: text/x-csrc
|
|
2727
2808
|
language_id: 928121743
|
|
2809
|
+
Hosts File:
|
|
2810
|
+
type: data
|
|
2811
|
+
color: "#308888"
|
|
2812
|
+
filenames:
|
|
2813
|
+
- HOSTS
|
|
2814
|
+
- hosts
|
|
2815
|
+
tm_scope: source.hosts
|
|
2816
|
+
ace_mode: text
|
|
2817
|
+
language_id: 231021894
|
|
2728
2818
|
Hy:
|
|
2729
2819
|
type: programming
|
|
2730
2820
|
ace_mode: text
|
|
@@ -2772,6 +2862,7 @@ INI:
|
|
|
2772
2862
|
extensions:
|
|
2773
2863
|
- ".ini"
|
|
2774
2864
|
- ".cfg"
|
|
2865
|
+
- ".cnf"
|
|
2775
2866
|
- ".dof"
|
|
2776
2867
|
- ".lektorproject"
|
|
2777
2868
|
- ".prefs"
|
|
@@ -2782,8 +2873,11 @@ INI:
|
|
|
2782
2873
|
- ".coveragerc"
|
|
2783
2874
|
- ".flake8"
|
|
2784
2875
|
- ".pylintrc"
|
|
2876
|
+
- HOSTS
|
|
2785
2877
|
- buildozer.spec
|
|
2878
|
+
- hosts
|
|
2786
2879
|
- pylintrc
|
|
2880
|
+
- vlcrc
|
|
2787
2881
|
tm_scope: source.ini
|
|
2788
2882
|
aliases:
|
|
2789
2883
|
- dosini
|
|
@@ -2949,6 +3043,14 @@ JAR Manifest:
|
|
|
2949
3043
|
tm_scope: source.yaml
|
|
2950
3044
|
ace_mode: text
|
|
2951
3045
|
language_id: 447261135
|
|
3046
|
+
JCL:
|
|
3047
|
+
type: programming
|
|
3048
|
+
color: "#d90e09"
|
|
3049
|
+
extensions:
|
|
3050
|
+
- ".jcl"
|
|
3051
|
+
tm_scope: source.jcl
|
|
3052
|
+
ace_mode: text
|
|
3053
|
+
language_id: 316620079
|
|
2952
3054
|
JFlex:
|
|
2953
3055
|
type: programming
|
|
2954
3056
|
color: "#DBCA00"
|
|
@@ -3002,6 +3104,7 @@ JSON:
|
|
|
3002
3104
|
- ".watchmanconfig"
|
|
3003
3105
|
- Pipfile.lock
|
|
3004
3106
|
- composer.lock
|
|
3107
|
+
- flake.lock
|
|
3005
3108
|
- mcmod.info
|
|
3006
3109
|
language_id: 174
|
|
3007
3110
|
JSON with Comments:
|
|
@@ -3037,6 +3140,7 @@ JSON with Comments:
|
|
|
3037
3140
|
- ".jscsrc"
|
|
3038
3141
|
- ".jshintrc"
|
|
3039
3142
|
- ".jslintrc"
|
|
3143
|
+
- ".swcrc"
|
|
3040
3144
|
- api-extractor.json
|
|
3041
3145
|
- devcontainer.json
|
|
3042
3146
|
- jsconfig.json
|
|
@@ -3296,6 +3400,18 @@ Jupyter Notebook:
|
|
|
3296
3400
|
aliases:
|
|
3297
3401
|
- IPython Notebook
|
|
3298
3402
|
language_id: 185
|
|
3403
|
+
Just:
|
|
3404
|
+
type: programming
|
|
3405
|
+
aliases:
|
|
3406
|
+
- Justfile
|
|
3407
|
+
color: "#384d54"
|
|
3408
|
+
tm_scope: source.just
|
|
3409
|
+
filenames:
|
|
3410
|
+
- JUSTFILE
|
|
3411
|
+
- Justfile
|
|
3412
|
+
- justfile
|
|
3413
|
+
ace_mode: text
|
|
3414
|
+
language_id: 128447695
|
|
3299
3415
|
KRL:
|
|
3300
3416
|
type: programming
|
|
3301
3417
|
color: "#28430A"
|
|
@@ -3329,6 +3445,14 @@ KakouneScript:
|
|
|
3329
3445
|
- kakrc
|
|
3330
3446
|
ace_mode: text
|
|
3331
3447
|
language_id: 603336474
|
|
3448
|
+
KerboScript:
|
|
3449
|
+
type: programming
|
|
3450
|
+
ace_mode: text
|
|
3451
|
+
extensions:
|
|
3452
|
+
- ".ks"
|
|
3453
|
+
color: "#41adf0"
|
|
3454
|
+
tm_scope: source.kerboscript
|
|
3455
|
+
language_id: 59716426
|
|
3332
3456
|
KiCad Layout:
|
|
3333
3457
|
type: data
|
|
3334
3458
|
color: "#2f4aab"
|
|
@@ -3364,6 +3488,13 @@ KiCad Schematic:
|
|
|
3364
3488
|
tm_scope: source.pcb.schematic
|
|
3365
3489
|
ace_mode: text
|
|
3366
3490
|
language_id: 622447435
|
|
3491
|
+
Kickstart:
|
|
3492
|
+
type: data
|
|
3493
|
+
ace_mode: text
|
|
3494
|
+
extensions:
|
|
3495
|
+
- ".ks"
|
|
3496
|
+
tm_scope: source.kickstart
|
|
3497
|
+
language_id: 692635484
|
|
3367
3498
|
Kit:
|
|
3368
3499
|
type: markup
|
|
3369
3500
|
ace_mode: html
|
|
@@ -3416,7 +3547,7 @@ LOLCODE:
|
|
|
3416
3547
|
extensions:
|
|
3417
3548
|
- ".lol"
|
|
3418
3549
|
color: "#cc9900"
|
|
3419
|
-
tm_scope:
|
|
3550
|
+
tm_scope: source.lolcode
|
|
3420
3551
|
ace_mode: text
|
|
3421
3552
|
language_id: 192
|
|
3422
3553
|
LSL:
|
|
@@ -3649,9 +3780,8 @@ LookML:
|
|
|
3649
3780
|
codemirror_mime_type: text/x-yaml
|
|
3650
3781
|
color: "#652B81"
|
|
3651
3782
|
extensions:
|
|
3783
|
+
- ".lkml"
|
|
3652
3784
|
- ".lookml"
|
|
3653
|
-
- ".model.lkml"
|
|
3654
|
-
- ".view.lkml"
|
|
3655
3785
|
tm_scope: source.yaml
|
|
3656
3786
|
language_id: 211
|
|
3657
3787
|
LoomScript:
|
|
@@ -3736,6 +3866,17 @@ MAXScript:
|
|
|
3736
3866
|
tm_scope: source.maxscript
|
|
3737
3867
|
ace_mode: text
|
|
3738
3868
|
language_id: 217
|
|
3869
|
+
MDX:
|
|
3870
|
+
type: markup
|
|
3871
|
+
color: "#fcb32c"
|
|
3872
|
+
ace_mode: markdown
|
|
3873
|
+
codemirror_mode: gfm
|
|
3874
|
+
codemirror_mime_type: text/x-gfm
|
|
3875
|
+
wrap: true
|
|
3876
|
+
extensions:
|
|
3877
|
+
- ".mdx"
|
|
3878
|
+
tm_scope: source.mdx
|
|
3879
|
+
language_id: 512838272
|
|
3739
3880
|
MLIR:
|
|
3740
3881
|
type: programming
|
|
3741
3882
|
color: "#5EC8DB"
|
|
@@ -3843,6 +3984,7 @@ Markdown:
|
|
|
3843
3984
|
type: prose
|
|
3844
3985
|
color: "#083fa1"
|
|
3845
3986
|
aliases:
|
|
3987
|
+
- md
|
|
3846
3988
|
- pandoc
|
|
3847
3989
|
ace_mode: markdown
|
|
3848
3990
|
codemirror_mode: gfm
|
|
@@ -3854,7 +3996,6 @@ Markdown:
|
|
|
3854
3996
|
- ".markdown"
|
|
3855
3997
|
- ".mdown"
|
|
3856
3998
|
- ".mdwn"
|
|
3857
|
-
- ".mdx"
|
|
3858
3999
|
- ".mkd"
|
|
3859
4000
|
- ".mkdn"
|
|
3860
4001
|
- ".mkdown"
|
|
@@ -3863,7 +4004,7 @@ Markdown:
|
|
|
3863
4004
|
- ".workbook"
|
|
3864
4005
|
filenames:
|
|
3865
4006
|
- contents.lr
|
|
3866
|
-
tm_scope:
|
|
4007
|
+
tm_scope: text.md
|
|
3867
4008
|
language_id: 222
|
|
3868
4009
|
Marko:
|
|
3869
4010
|
type: markup
|
|
@@ -4232,7 +4373,7 @@ Nasal:
|
|
|
4232
4373
|
color: "#1d2c4e"
|
|
4233
4374
|
extensions:
|
|
4234
4375
|
- ".nas"
|
|
4235
|
-
tm_scope:
|
|
4376
|
+
tm_scope: source.nasal
|
|
4236
4377
|
ace_mode: text
|
|
4237
4378
|
language_id: 178322513
|
|
4238
4379
|
Nearley:
|
|
@@ -4400,6 +4541,21 @@ Nunjucks:
|
|
|
4400
4541
|
tm_scope: text.html.nunjucks
|
|
4401
4542
|
ace_mode: nunjucks
|
|
4402
4543
|
language_id: 461856962
|
|
4544
|
+
Nushell:
|
|
4545
|
+
type: programming
|
|
4546
|
+
color: "#4E9906"
|
|
4547
|
+
extensions:
|
|
4548
|
+
- ".nu"
|
|
4549
|
+
interpreters:
|
|
4550
|
+
- nu
|
|
4551
|
+
aliases:
|
|
4552
|
+
- nu-script
|
|
4553
|
+
- nushell-script
|
|
4554
|
+
tm_scope: source.nushell
|
|
4555
|
+
ace_mode: sh
|
|
4556
|
+
codemirror_mode: shell
|
|
4557
|
+
codemirror_mime_type: text/x-sh
|
|
4558
|
+
language_id: 446573572
|
|
4403
4559
|
OASv2-json:
|
|
4404
4560
|
type: data
|
|
4405
4561
|
color: "#85ea2d"
|
|
@@ -4451,7 +4607,7 @@ OCaml:
|
|
|
4451
4607
|
ace_mode: ocaml
|
|
4452
4608
|
codemirror_mode: mllike
|
|
4453
4609
|
codemirror_mime_type: text/x-ocaml
|
|
4454
|
-
color: "#
|
|
4610
|
+
color: "#ef7a08"
|
|
4455
4611
|
extensions:
|
|
4456
4612
|
- ".ml"
|
|
4457
4613
|
- ".eliom"
|
|
@@ -4812,6 +4968,14 @@ POV-Ray SDL:
|
|
|
4812
4968
|
tm_scope: source.pov-ray sdl
|
|
4813
4969
|
ace_mode: text
|
|
4814
4970
|
language_id: 275
|
|
4971
|
+
Pact:
|
|
4972
|
+
type: programming
|
|
4973
|
+
color: "#F7A8B8"
|
|
4974
|
+
ace_mode: text
|
|
4975
|
+
tm_scope: source.pact
|
|
4976
|
+
extensions:
|
|
4977
|
+
- ".pact"
|
|
4978
|
+
language_id: 756774415
|
|
4815
4979
|
Pan:
|
|
4816
4980
|
type: programming
|
|
4817
4981
|
color: "#cc0000"
|
|
@@ -4980,6 +5144,7 @@ Pike:
|
|
|
4980
5144
|
language_id: 287
|
|
4981
5145
|
PlantUML:
|
|
4982
5146
|
type: data
|
|
5147
|
+
color: "#fbbd16"
|
|
4983
5148
|
extensions:
|
|
4984
5149
|
- ".puml"
|
|
4985
5150
|
- ".iuml"
|
|
@@ -5128,6 +5293,7 @@ Prolog:
|
|
|
5128
5293
|
color: "#74283c"
|
|
5129
5294
|
extensions:
|
|
5130
5295
|
- ".pl"
|
|
5296
|
+
- ".plt"
|
|
5131
5297
|
- ".pro"
|
|
5132
5298
|
- ".prolog"
|
|
5133
5299
|
- ".yap"
|
|
@@ -5156,6 +5322,7 @@ Propeller Spin:
|
|
|
5156
5322
|
Protocol Buffer:
|
|
5157
5323
|
type: data
|
|
5158
5324
|
aliases:
|
|
5325
|
+
- proto
|
|
5159
5326
|
- protobuf
|
|
5160
5327
|
- Protocol Buffers
|
|
5161
5328
|
extensions:
|
|
@@ -5236,6 +5403,14 @@ PureScript:
|
|
|
5236
5403
|
codemirror_mode: haskell
|
|
5237
5404
|
codemirror_mime_type: text/x-haskell
|
|
5238
5405
|
language_id: 302
|
|
5406
|
+
Pyret:
|
|
5407
|
+
type: programming
|
|
5408
|
+
color: "#ee1e10"
|
|
5409
|
+
extensions:
|
|
5410
|
+
- ".arr"
|
|
5411
|
+
ace_mode: python
|
|
5412
|
+
tm_scope: source.arr
|
|
5413
|
+
language_id: 252961827
|
|
5239
5414
|
Python:
|
|
5240
5415
|
type: programming
|
|
5241
5416
|
tm_scope: source.python
|
|
@@ -5257,7 +5432,6 @@ Python:
|
|
|
5257
5432
|
- ".pyt"
|
|
5258
5433
|
- ".pyw"
|
|
5259
5434
|
- ".rpy"
|
|
5260
|
-
- ".smk"
|
|
5261
5435
|
- ".spec"
|
|
5262
5436
|
- ".tac"
|
|
5263
5437
|
- ".wsgi"
|
|
@@ -5267,12 +5441,14 @@ Python:
|
|
|
5267
5441
|
- DEPS
|
|
5268
5442
|
- SConscript
|
|
5269
5443
|
- SConstruct
|
|
5270
|
-
- Snakefile
|
|
5271
5444
|
- wscript
|
|
5272
5445
|
interpreters:
|
|
5273
5446
|
- python
|
|
5274
5447
|
- python2
|
|
5275
5448
|
- python3
|
|
5449
|
+
- py
|
|
5450
|
+
- pypy
|
|
5451
|
+
- pypy3
|
|
5276
5452
|
aliases:
|
|
5277
5453
|
- python3
|
|
5278
5454
|
- rusthon
|
|
@@ -5377,6 +5553,17 @@ RAML:
|
|
|
5377
5553
|
extensions:
|
|
5378
5554
|
- ".raml"
|
|
5379
5555
|
language_id: 308
|
|
5556
|
+
RBS:
|
|
5557
|
+
type: data
|
|
5558
|
+
ace_mode: ruby
|
|
5559
|
+
codemirror_mode: ruby
|
|
5560
|
+
codemirror_mime_type: text/x-ruby
|
|
5561
|
+
extensions:
|
|
5562
|
+
- ".rbs"
|
|
5563
|
+
color: "#701516"
|
|
5564
|
+
tm_scope: source.rbs
|
|
5565
|
+
group: Ruby
|
|
5566
|
+
language_id: 899227493
|
|
5380
5567
|
RDoc:
|
|
5381
5568
|
type: prose
|
|
5382
5569
|
color: "#701516"
|
|
@@ -5423,7 +5610,7 @@ RMarkdown:
|
|
|
5423
5610
|
extensions:
|
|
5424
5611
|
- ".qmd"
|
|
5425
5612
|
- ".rmd"
|
|
5426
|
-
tm_scope:
|
|
5613
|
+
tm_scope: text.md
|
|
5427
5614
|
language_id: 313
|
|
5428
5615
|
RPC:
|
|
5429
5616
|
type: programming
|
|
@@ -5878,6 +6065,8 @@ Rust:
|
|
|
5878
6065
|
ace_mode: rust
|
|
5879
6066
|
codemirror_mode: rust
|
|
5880
6067
|
codemirror_mime_type: text/x-rustsrc
|
|
6068
|
+
interpreters:
|
|
6069
|
+
- rust-script
|
|
5881
6070
|
language_id: 327
|
|
5882
6071
|
SAS:
|
|
5883
6072
|
type: programming
|
|
@@ -6180,23 +6369,22 @@ Shell:
|
|
|
6180
6369
|
- ".bats"
|
|
6181
6370
|
- ".cgi"
|
|
6182
6371
|
- ".command"
|
|
6183
|
-
- ".env"
|
|
6184
6372
|
- ".fcgi"
|
|
6185
6373
|
- ".ksh"
|
|
6186
6374
|
- ".sh.in"
|
|
6187
6375
|
- ".tmux"
|
|
6188
6376
|
- ".tool"
|
|
6377
|
+
- ".trigger"
|
|
6189
6378
|
- ".zsh"
|
|
6190
6379
|
- ".zsh-theme"
|
|
6191
6380
|
filenames:
|
|
6192
6381
|
- ".bash_aliases"
|
|
6382
|
+
- ".bash_functions"
|
|
6193
6383
|
- ".bash_history"
|
|
6194
6384
|
- ".bash_logout"
|
|
6195
6385
|
- ".bash_profile"
|
|
6196
6386
|
- ".bashrc"
|
|
6197
6387
|
- ".cshrc"
|
|
6198
|
-
- ".env"
|
|
6199
|
-
- ".env.example"
|
|
6200
6388
|
- ".flaskenv"
|
|
6201
6389
|
- ".kshrc"
|
|
6202
6390
|
- ".login"
|
|
@@ -6376,6 +6564,22 @@ Smithy:
|
|
|
6376
6564
|
extensions:
|
|
6377
6565
|
- ".smithy"
|
|
6378
6566
|
language_id: 1027892786
|
|
6567
|
+
Snakemake:
|
|
6568
|
+
type: programming
|
|
6569
|
+
group: Python
|
|
6570
|
+
tm_scope: source.python
|
|
6571
|
+
ace_mode: python
|
|
6572
|
+
codemirror_mode: python
|
|
6573
|
+
codemirror_mime_type: text/x-python
|
|
6574
|
+
color: "#419179"
|
|
6575
|
+
extensions:
|
|
6576
|
+
- ".smk"
|
|
6577
|
+
- ".snakefile"
|
|
6578
|
+
filenames:
|
|
6579
|
+
- Snakefile
|
|
6580
|
+
aliases:
|
|
6581
|
+
- snakefile
|
|
6582
|
+
language_id: 151241392
|
|
6379
6583
|
Solidity:
|
|
6380
6584
|
type: programming
|
|
6381
6585
|
color: "#AA6746"
|
|
@@ -6456,6 +6660,7 @@ Starlark:
|
|
|
6456
6660
|
- BUCK
|
|
6457
6661
|
- BUILD
|
|
6458
6662
|
- BUILD.bazel
|
|
6663
|
+
- MODULE.bazel
|
|
6459
6664
|
- Tiltfile
|
|
6460
6665
|
- WORKSPACE
|
|
6461
6666
|
- WORKSPACE.bazel
|
|
@@ -6533,6 +6738,16 @@ Svelte:
|
|
|
6533
6738
|
extensions:
|
|
6534
6739
|
- ".svelte"
|
|
6535
6740
|
language_id: 928734530
|
|
6741
|
+
Sway:
|
|
6742
|
+
type: programming
|
|
6743
|
+
color: "#dea584"
|
|
6744
|
+
extensions:
|
|
6745
|
+
- ".sw"
|
|
6746
|
+
tm_scope: source.sway
|
|
6747
|
+
ace_mode: rust
|
|
6748
|
+
codemirror_mode: rust
|
|
6749
|
+
codemirror_mime_type: text/x-rustsrc
|
|
6750
|
+
language_id: 271471144
|
|
6536
6751
|
Swift:
|
|
6537
6752
|
type: programming
|
|
6538
6753
|
color: "#F05138"
|
|
@@ -6566,6 +6781,14 @@ TI Program:
|
|
|
6566
6781
|
- ".8xp.txt"
|
|
6567
6782
|
language_id: 422
|
|
6568
6783
|
tm_scope: none
|
|
6784
|
+
TL-Verilog:
|
|
6785
|
+
type: programming
|
|
6786
|
+
extensions:
|
|
6787
|
+
- ".tlv"
|
|
6788
|
+
tm_scope: source.tlverilog
|
|
6789
|
+
ace_mode: verilog
|
|
6790
|
+
color: "#C40023"
|
|
6791
|
+
language_id: 118656070
|
|
6569
6792
|
TLA:
|
|
6570
6793
|
type: programming
|
|
6571
6794
|
color: "#4b0079"
|
|
@@ -6946,7 +7169,7 @@ VBA:
|
|
|
6946
7169
|
- ".cls"
|
|
6947
7170
|
- ".frm"
|
|
6948
7171
|
- ".vba"
|
|
6949
|
-
tm_scope: source.
|
|
7172
|
+
tm_scope: source.vba
|
|
6950
7173
|
aliases:
|
|
6951
7174
|
- visual basic for applications
|
|
6952
7175
|
ace_mode: text
|
|
@@ -7102,6 +7325,7 @@ Visual Basic 6.0:
|
|
|
7102
7325
|
type: programming
|
|
7103
7326
|
color: "#2c6353"
|
|
7104
7327
|
extensions:
|
|
7328
|
+
- ".bas"
|
|
7105
7329
|
- ".cls"
|
|
7106
7330
|
- ".ctl"
|
|
7107
7331
|
- ".Dsr"
|
|
@@ -7143,6 +7367,24 @@ Vyper:
|
|
|
7143
7367
|
ace_mode: text
|
|
7144
7368
|
tm_scope: source.vyper
|
|
7145
7369
|
language_id: 1055641948
|
|
7370
|
+
WDL:
|
|
7371
|
+
aliases:
|
|
7372
|
+
- Workflow Description Language
|
|
7373
|
+
type: programming
|
|
7374
|
+
color: "#42f1f4"
|
|
7375
|
+
extensions:
|
|
7376
|
+
- ".wdl"
|
|
7377
|
+
tm_scope: source.wdl
|
|
7378
|
+
ace_mode: text
|
|
7379
|
+
language_id: 374521672
|
|
7380
|
+
WGSL:
|
|
7381
|
+
type: programming
|
|
7382
|
+
color: "#1a5e9a"
|
|
7383
|
+
extensions:
|
|
7384
|
+
- ".wgsl"
|
|
7385
|
+
tm_scope: source.wgsl
|
|
7386
|
+
ace_mode: text
|
|
7387
|
+
language_id: 836605993
|
|
7146
7388
|
Wavefront Material:
|
|
7147
7389
|
type: data
|
|
7148
7390
|
extensions:
|
|
@@ -7179,6 +7421,18 @@ WebAssembly:
|
|
|
7179
7421
|
codemirror_mode: commonlisp
|
|
7180
7422
|
codemirror_mime_type: text/x-common-lisp
|
|
7181
7423
|
language_id: 956556503
|
|
7424
|
+
WebAssembly Interface Type:
|
|
7425
|
+
type: data
|
|
7426
|
+
color: "#6250e7"
|
|
7427
|
+
extensions:
|
|
7428
|
+
- ".wit"
|
|
7429
|
+
aliases:
|
|
7430
|
+
- wit
|
|
7431
|
+
ace_mode: text
|
|
7432
|
+
tm_scope: source.wit
|
|
7433
|
+
codemirror_mode: webidl
|
|
7434
|
+
codemirror_mime_type: text/x-webidl
|
|
7435
|
+
language_id: 134534086
|
|
7182
7436
|
WebIDL:
|
|
7183
7437
|
type: programming
|
|
7184
7438
|
extensions:
|
|
@@ -7428,6 +7682,7 @@ XML:
|
|
|
7428
7682
|
- ".srdf"
|
|
7429
7683
|
- ".storyboard"
|
|
7430
7684
|
- ".sublime-snippet"
|
|
7685
|
+
- ".sw"
|
|
7431
7686
|
- ".targets"
|
|
7432
7687
|
- ".tml"
|
|
7433
7688
|
- ".ts"
|
|
@@ -7792,16 +8047,6 @@ jq:
|
|
|
7792
8047
|
- ".jq"
|
|
7793
8048
|
tm_scope: source.jq
|
|
7794
8049
|
language_id: 905371884
|
|
7795
|
-
just:
|
|
7796
|
-
type: programming
|
|
7797
|
-
aliases:
|
|
7798
|
-
- Justfile
|
|
7799
|
-
color: "#384d54"
|
|
7800
|
-
tm_scope: source.just
|
|
7801
|
-
filenames:
|
|
7802
|
-
- Justfile
|
|
7803
|
-
ace_mode: text
|
|
7804
|
-
language_id: 128447695
|
|
7805
8050
|
kvlang:
|
|
7806
8051
|
type: markup
|
|
7807
8052
|
ace_mode: text
|
|
@@ -7909,14 +8154,6 @@ sed:
|
|
|
7909
8154
|
ace_mode: text
|
|
7910
8155
|
tm_scope: source.sed
|
|
7911
8156
|
language_id: 847830017
|
|
7912
|
-
wdl:
|
|
7913
|
-
type: programming
|
|
7914
|
-
color: "#42f1f4"
|
|
7915
|
-
extensions:
|
|
7916
|
-
- ".wdl"
|
|
7917
|
-
tm_scope: source.wdl
|
|
7918
|
-
ace_mode: text
|
|
7919
|
-
language_id: 374521672
|
|
7920
8157
|
wisp:
|
|
7921
8158
|
type: programming
|
|
7922
8159
|
ace_mode: clojure
|
|
@@ -7940,4 +8177,4 @@ xBase:
|
|
|
7940
8177
|
- ".prw"
|
|
7941
8178
|
tm_scope: source.harbour
|
|
7942
8179
|
ace_mode: text
|
|
7943
|
-
language_id: 421
|
|
8180
|
+
language_id: 421
|
package/ext/vendor.yml
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
- (^|/)\.indent\.pro
|
|
30
30
|
- (\.|-)min\.(js|css)$
|
|
31
31
|
- ([^\s]*)import\.(css|less|scss|styl)$
|
|
32
|
-
- (^|/)bootstrap([^/.]*)(
|
|
32
|
+
- (^|/)bootstrap([^/.]*)(\..*)?\.(js|css|less|scss|styl)$
|
|
33
33
|
- (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$
|
|
34
34
|
- (^|/)font-?awesome\.(css|less|scss|styl)$
|
|
35
35
|
- (^|/)font-?awesome/.*\.(css|less|scss|styl)$
|
|
@@ -164,4 +164,6 @@
|
|
|
164
164
|
- (^|/)\.google_apis/
|
|
165
165
|
- (^|/)Jenkinsfile$
|
|
166
166
|
- (^|/)\.gitpod\.Dockerfile$
|
|
167
|
-
- (^|/)\.github/
|
|
167
|
+
- (^|/)\.github/
|
|
168
|
+
- (^|/)\.obsidian/
|
|
169
|
+
- (^|/)\.teamcity/
|