linguist-js 2.5.3 → 2.5.5
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.d.ts +1 -1
- package/dist/cli.js +107 -107
- package/dist/helpers/convert-pcre.js +38 -37
- package/dist/helpers/load-data.js +30 -30
- package/dist/helpers/read-file.js +23 -23
- package/dist/helpers/walk-tree.js +64 -64
- package/dist/index.d.ts +4 -4
- package/dist/index.js +375 -375
- package/dist/schema.d.ts +37 -37
- package/dist/schema.js +2 -2
- package/dist/types.d.ts +47 -47
- package/dist/types.js +2 -2
- package/ext/documentation.yml +5 -1
- package/ext/generated.rb +64 -16
- package/ext/heuristics.yml +128 -70
- package/ext/languages.yml +481 -28
- package/ext/vendor.yml +6 -3
- package/package.json +11 -11
- 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"
|
|
@@ -1309,6 +1320,15 @@ Cycript:
|
|
|
1309
1320
|
codemirror_mode: javascript
|
|
1310
1321
|
codemirror_mime_type: text/javascript
|
|
1311
1322
|
language_id: 78
|
|
1323
|
+
Cypher:
|
|
1324
|
+
type: programming
|
|
1325
|
+
color: "#34c0eb"
|
|
1326
|
+
extensions:
|
|
1327
|
+
- ".cyp"
|
|
1328
|
+
- ".cypher"
|
|
1329
|
+
tm_scope: source.cypher
|
|
1330
|
+
ace_mode: text
|
|
1331
|
+
language_id: 850806976
|
|
1312
1332
|
Cython:
|
|
1313
1333
|
type: programming
|
|
1314
1334
|
color: "#fedf5b"
|
|
@@ -1343,6 +1363,16 @@ D-ObjDump:
|
|
|
1343
1363
|
tm_scope: objdump.x86asm
|
|
1344
1364
|
ace_mode: assembly_x86
|
|
1345
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
|
|
1346
1376
|
DIGITAL Command Language:
|
|
1347
1377
|
type: programming
|
|
1348
1378
|
aliases:
|
|
@@ -1495,6 +1525,27 @@ Dogescript:
|
|
|
1495
1525
|
tm_scope: none
|
|
1496
1526
|
ace_mode: text
|
|
1497
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
|
|
1498
1549
|
Dylan:
|
|
1499
1550
|
type: programming
|
|
1500
1551
|
color: "#6c616e"
|
|
@@ -1625,10 +1676,25 @@ Ecere Projects:
|
|
|
1625
1676
|
codemirror_mode: javascript
|
|
1626
1677
|
codemirror_mime_type: application/json
|
|
1627
1678
|
language_id: 98
|
|
1679
|
+
Ecmarkup:
|
|
1680
|
+
type: markup
|
|
1681
|
+
color: "#eb8131"
|
|
1682
|
+
group: HTML
|
|
1683
|
+
extensions:
|
|
1684
|
+
- ".html"
|
|
1685
|
+
tm_scope: text.html.ecmarkup
|
|
1686
|
+
ace_mode: html
|
|
1687
|
+
codemirror_mode: htmlmixed
|
|
1688
|
+
codemirror_mime_type: text/html
|
|
1689
|
+
aliases:
|
|
1690
|
+
- ecmarkdown
|
|
1691
|
+
language_id: 844766630
|
|
1628
1692
|
EditorConfig:
|
|
1629
1693
|
type: data
|
|
1630
1694
|
color: "#fff1f2"
|
|
1631
1695
|
group: INI
|
|
1696
|
+
extensions:
|
|
1697
|
+
- ".editorconfig"
|
|
1632
1698
|
filenames:
|
|
1633
1699
|
- ".editorconfig"
|
|
1634
1700
|
aliases:
|
|
@@ -1690,6 +1756,13 @@ Elvish:
|
|
|
1690
1756
|
tm_scope: source.elvish
|
|
1691
1757
|
color: "#55BB55"
|
|
1692
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
|
|
1693
1766
|
Emacs Lisp:
|
|
1694
1767
|
type: programming
|
|
1695
1768
|
tm_scope: source.emacs.lisp
|
|
@@ -1732,6 +1805,7 @@ Erlang:
|
|
|
1732
1805
|
color: "#B83998"
|
|
1733
1806
|
extensions:
|
|
1734
1807
|
- ".erl"
|
|
1808
|
+
- ".app"
|
|
1735
1809
|
- ".app.src"
|
|
1736
1810
|
- ".es"
|
|
1737
1811
|
- ".escript"
|
|
@@ -1936,7 +2010,7 @@ Fortran Free Form:
|
|
|
1936
2010
|
language_id: 761352333
|
|
1937
2011
|
FreeBasic:
|
|
1938
2012
|
type: programming
|
|
1939
|
-
color: "#
|
|
2013
|
+
color: "#141AC9"
|
|
1940
2014
|
extensions:
|
|
1941
2015
|
- ".bi"
|
|
1942
2016
|
- ".bas"
|
|
@@ -2337,8 +2411,11 @@ Go Checksums:
|
|
|
2337
2411
|
aliases:
|
|
2338
2412
|
- go.sum
|
|
2339
2413
|
- go sum
|
|
2414
|
+
- go.work.sum
|
|
2415
|
+
- go work sum
|
|
2340
2416
|
filenames:
|
|
2341
2417
|
- go.sum
|
|
2418
|
+
- go.work.sum
|
|
2342
2419
|
tm_scope: go.sum
|
|
2343
2420
|
ace_mode: text
|
|
2344
2421
|
language_id: 1054391671
|
|
@@ -2353,6 +2430,30 @@ Go Module:
|
|
|
2353
2430
|
tm_scope: go.mod
|
|
2354
2431
|
ace_mode: text
|
|
2355
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
|
|
2356
2457
|
Golo:
|
|
2357
2458
|
type: programming
|
|
2358
2459
|
color: "#88562A"
|
|
@@ -2469,6 +2570,7 @@ HAProxy:
|
|
|
2469
2570
|
language_id: 366607477
|
|
2470
2571
|
HCL:
|
|
2471
2572
|
type: programming
|
|
2573
|
+
color: "#844FBA"
|
|
2472
2574
|
extensions:
|
|
2473
2575
|
- ".hcl"
|
|
2474
2576
|
- ".nomad"
|
|
@@ -2500,6 +2602,9 @@ HOCON:
|
|
|
2500
2602
|
color: "#9ff8ee"
|
|
2501
2603
|
extensions:
|
|
2502
2604
|
- ".hocon"
|
|
2605
|
+
filenames:
|
|
2606
|
+
- .scalafix.conf
|
|
2607
|
+
- .scalafmt.conf
|
|
2503
2608
|
tm_scope: source.hocon
|
|
2504
2609
|
ace_mode: text
|
|
2505
2610
|
language_id: 679725279
|
|
@@ -2701,6 +2806,15 @@ HolyC:
|
|
|
2701
2806
|
codemirror_mode: clike
|
|
2702
2807
|
codemirror_mime_type: text/x-csrc
|
|
2703
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
|
|
2704
2818
|
Hy:
|
|
2705
2819
|
type: programming
|
|
2706
2820
|
ace_mode: text
|
|
@@ -2748,6 +2862,7 @@ INI:
|
|
|
2748
2862
|
extensions:
|
|
2749
2863
|
- ".ini"
|
|
2750
2864
|
- ".cfg"
|
|
2865
|
+
- ".cnf"
|
|
2751
2866
|
- ".dof"
|
|
2752
2867
|
- ".lektorproject"
|
|
2753
2868
|
- ".prefs"
|
|
@@ -2758,8 +2873,11 @@ INI:
|
|
|
2758
2873
|
- ".coveragerc"
|
|
2759
2874
|
- ".flake8"
|
|
2760
2875
|
- ".pylintrc"
|
|
2876
|
+
- HOSTS
|
|
2761
2877
|
- buildozer.spec
|
|
2878
|
+
- hosts
|
|
2762
2879
|
- pylintrc
|
|
2880
|
+
- vlcrc
|
|
2763
2881
|
tm_scope: source.ini
|
|
2764
2882
|
aliases:
|
|
2765
2883
|
- dosini
|
|
@@ -2833,6 +2951,14 @@ ImageJ Macro:
|
|
|
2833
2951
|
ace_mode: text
|
|
2834
2952
|
tm_scope: none
|
|
2835
2953
|
language_id: 575143428
|
|
2954
|
+
Imba:
|
|
2955
|
+
type: programming
|
|
2956
|
+
color: "#16cec6"
|
|
2957
|
+
extensions:
|
|
2958
|
+
- ".imba"
|
|
2959
|
+
ace_mode: text
|
|
2960
|
+
tm_scope: source.imba
|
|
2961
|
+
language_id: 1057618448
|
|
2836
2962
|
Inform 7:
|
|
2837
2963
|
type: programming
|
|
2838
2964
|
wrap: true
|
|
@@ -2845,6 +2971,14 @@ Inform 7:
|
|
|
2845
2971
|
- inform7
|
|
2846
2972
|
ace_mode: text
|
|
2847
2973
|
language_id: 166
|
|
2974
|
+
Ink:
|
|
2975
|
+
type: programming
|
|
2976
|
+
wrap: true
|
|
2977
|
+
extensions:
|
|
2978
|
+
- ".ink"
|
|
2979
|
+
tm_scope: source.ink
|
|
2980
|
+
ace_mode: text
|
|
2981
|
+
language_id: 838252715
|
|
2848
2982
|
Inno Setup:
|
|
2849
2983
|
type: programming
|
|
2850
2984
|
color: "#264b99"
|
|
@@ -2909,6 +3043,14 @@ JAR Manifest:
|
|
|
2909
3043
|
tm_scope: source.yaml
|
|
2910
3044
|
ace_mode: text
|
|
2911
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
|
|
2912
3054
|
JFlex:
|
|
2913
3055
|
type: programming
|
|
2914
3056
|
color: "#DBCA00"
|
|
@@ -2950,6 +3092,7 @@ JSON:
|
|
|
2950
3092
|
- ".yy"
|
|
2951
3093
|
- ".yyp"
|
|
2952
3094
|
filenames:
|
|
3095
|
+
- ".all-contributorsrc"
|
|
2953
3096
|
- ".arcconfig"
|
|
2954
3097
|
- ".auto-changelog"
|
|
2955
3098
|
- ".c8rc"
|
|
@@ -2961,6 +3104,7 @@ JSON:
|
|
|
2961
3104
|
- ".watchmanconfig"
|
|
2962
3105
|
- Pipfile.lock
|
|
2963
3106
|
- composer.lock
|
|
3107
|
+
- flake.lock
|
|
2964
3108
|
- mcmod.info
|
|
2965
3109
|
language_id: 174
|
|
2966
3110
|
JSON with Comments:
|
|
@@ -2996,6 +3140,7 @@ JSON with Comments:
|
|
|
2996
3140
|
- ".jscsrc"
|
|
2997
3141
|
- ".jshintrc"
|
|
2998
3142
|
- ".jslintrc"
|
|
3143
|
+
- ".swcrc"
|
|
2999
3144
|
- api-extractor.json
|
|
3000
3145
|
- devcontainer.json
|
|
3001
3146
|
- jsconfig.json
|
|
@@ -3063,6 +3208,7 @@ Java:
|
|
|
3063
3208
|
extensions:
|
|
3064
3209
|
- ".java"
|
|
3065
3210
|
- ".jav"
|
|
3211
|
+
- ".jsh"
|
|
3066
3212
|
language_id: 181
|
|
3067
3213
|
Java Properties:
|
|
3068
3214
|
type: data
|
|
@@ -3082,6 +3228,7 @@ Java Server Pages:
|
|
|
3082
3228
|
- jsp
|
|
3083
3229
|
extensions:
|
|
3084
3230
|
- ".jsp"
|
|
3231
|
+
- ".tag"
|
|
3085
3232
|
tm_scope: text.html.jsp
|
|
3086
3233
|
ace_mode: jsp
|
|
3087
3234
|
codemirror_mode: htmlembedded
|
|
@@ -3253,6 +3400,18 @@ Jupyter Notebook:
|
|
|
3253
3400
|
aliases:
|
|
3254
3401
|
- IPython Notebook
|
|
3255
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
|
|
3256
3415
|
KRL:
|
|
3257
3416
|
type: programming
|
|
3258
3417
|
color: "#28430A"
|
|
@@ -3286,6 +3445,14 @@ KakouneScript:
|
|
|
3286
3445
|
- kakrc
|
|
3287
3446
|
ace_mode: text
|
|
3288
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
|
|
3289
3456
|
KiCad Layout:
|
|
3290
3457
|
type: data
|
|
3291
3458
|
color: "#2f4aab"
|
|
@@ -3321,6 +3488,13 @@ KiCad Schematic:
|
|
|
3321
3488
|
tm_scope: source.pcb.schematic
|
|
3322
3489
|
ace_mode: text
|
|
3323
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
|
|
3324
3498
|
Kit:
|
|
3325
3499
|
type: markup
|
|
3326
3500
|
ace_mode: html
|
|
@@ -3373,7 +3547,7 @@ LOLCODE:
|
|
|
3373
3547
|
extensions:
|
|
3374
3548
|
- ".lol"
|
|
3375
3549
|
color: "#cc9900"
|
|
3376
|
-
tm_scope:
|
|
3550
|
+
tm_scope: source.lolcode
|
|
3377
3551
|
ace_mode: text
|
|
3378
3552
|
language_id: 192
|
|
3379
3553
|
LSL:
|
|
@@ -3606,9 +3780,8 @@ LookML:
|
|
|
3606
3780
|
codemirror_mime_type: text/x-yaml
|
|
3607
3781
|
color: "#652B81"
|
|
3608
3782
|
extensions:
|
|
3783
|
+
- ".lkml"
|
|
3609
3784
|
- ".lookml"
|
|
3610
|
-
- ".model.lkml"
|
|
3611
|
-
- ".view.lkml"
|
|
3612
3785
|
tm_scope: source.yaml
|
|
3613
3786
|
language_id: 211
|
|
3614
3787
|
LoomScript:
|
|
@@ -3693,6 +3866,17 @@ MAXScript:
|
|
|
3693
3866
|
tm_scope: source.maxscript
|
|
3694
3867
|
ace_mode: text
|
|
3695
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
|
|
3696
3880
|
MLIR:
|
|
3697
3881
|
type: programming
|
|
3698
3882
|
color: "#5EC8DB"
|
|
@@ -3800,6 +3984,7 @@ Markdown:
|
|
|
3800
3984
|
type: prose
|
|
3801
3985
|
color: "#083fa1"
|
|
3802
3986
|
aliases:
|
|
3987
|
+
- md
|
|
3803
3988
|
- pandoc
|
|
3804
3989
|
ace_mode: markdown
|
|
3805
3990
|
codemirror_mode: gfm
|
|
@@ -3811,7 +3996,6 @@ Markdown:
|
|
|
3811
3996
|
- ".markdown"
|
|
3812
3997
|
- ".mdown"
|
|
3813
3998
|
- ".mdwn"
|
|
3814
|
-
- ".mdx"
|
|
3815
3999
|
- ".mkd"
|
|
3816
4000
|
- ".mkdn"
|
|
3817
4001
|
- ".mkdown"
|
|
@@ -3820,7 +4004,7 @@ Markdown:
|
|
|
3820
4004
|
- ".workbook"
|
|
3821
4005
|
filenames:
|
|
3822
4006
|
- contents.lr
|
|
3823
|
-
tm_scope:
|
|
4007
|
+
tm_scope: text.md
|
|
3824
4008
|
language_id: 222
|
|
3825
4009
|
Marko:
|
|
3826
4010
|
type: markup
|
|
@@ -3904,6 +4088,17 @@ Mercury:
|
|
|
3904
4088
|
- ".moo"
|
|
3905
4089
|
tm_scope: source.mercury
|
|
3906
4090
|
language_id: 229
|
|
4091
|
+
Mermaid:
|
|
4092
|
+
type: markup
|
|
4093
|
+
color: "#ff3670"
|
|
4094
|
+
aliases:
|
|
4095
|
+
- mermaid example
|
|
4096
|
+
extensions:
|
|
4097
|
+
- ".mmd"
|
|
4098
|
+
- ".mermaid"
|
|
4099
|
+
tm_scope: source.mermaid
|
|
4100
|
+
ace_mode: text
|
|
4101
|
+
language_id: 385992043
|
|
3907
4102
|
Meson:
|
|
3908
4103
|
type: programming
|
|
3909
4104
|
color: "#007800"
|
|
@@ -3950,6 +4145,7 @@ MiniYAML:
|
|
|
3950
4145
|
tm_scope: source.miniyaml
|
|
3951
4146
|
extensions:
|
|
3952
4147
|
- ".yaml"
|
|
4148
|
+
- ".yml"
|
|
3953
4149
|
ace_mode: yaml
|
|
3954
4150
|
codemirror_mode: yaml
|
|
3955
4151
|
codemirror_mime_type: text/x-yaml
|
|
@@ -4076,7 +4272,7 @@ Move:
|
|
|
4076
4272
|
type: programming
|
|
4077
4273
|
color: "#4a137a"
|
|
4078
4274
|
extensions:
|
|
4079
|
-
|
|
4275
|
+
- ".move"
|
|
4080
4276
|
tm_scope: source.move
|
|
4081
4277
|
ace_mode: text
|
|
4082
4278
|
language_id: 638334599
|
|
@@ -4177,7 +4373,7 @@ Nasal:
|
|
|
4177
4373
|
color: "#1d2c4e"
|
|
4178
4374
|
extensions:
|
|
4179
4375
|
- ".nas"
|
|
4180
|
-
tm_scope:
|
|
4376
|
+
tm_scope: source.nasal
|
|
4181
4377
|
ace_mode: text
|
|
4182
4378
|
language_id: 178322513
|
|
4183
4379
|
Nearley:
|
|
@@ -4345,12 +4541,73 @@ Nunjucks:
|
|
|
4345
4541
|
tm_scope: text.html.nunjucks
|
|
4346
4542
|
ace_mode: nunjucks
|
|
4347
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
|
|
4559
|
+
OASv2-json:
|
|
4560
|
+
type: data
|
|
4561
|
+
color: "#85ea2d"
|
|
4562
|
+
extensions:
|
|
4563
|
+
- ".json"
|
|
4564
|
+
group: OpenAPI Specification v2
|
|
4565
|
+
tm_scope: source.json
|
|
4566
|
+
ace_mode: json
|
|
4567
|
+
codemirror_mode: javascript
|
|
4568
|
+
codemirror_mime_type: application/json
|
|
4569
|
+
language_id: 834374816
|
|
4570
|
+
OASv2-yaml:
|
|
4571
|
+
type: data
|
|
4572
|
+
color: "#85ea2d"
|
|
4573
|
+
extensions:
|
|
4574
|
+
- ".yaml"
|
|
4575
|
+
- ".yml"
|
|
4576
|
+
group: OpenAPI Specification v2
|
|
4577
|
+
tm_scope: source.yaml
|
|
4578
|
+
ace_mode: yaml
|
|
4579
|
+
codemirror_mode: yaml
|
|
4580
|
+
codemirror_mime_type: text/x-yaml
|
|
4581
|
+
language_id: 105187618
|
|
4582
|
+
OASv3-json:
|
|
4583
|
+
type: data
|
|
4584
|
+
color: "#85ea2d"
|
|
4585
|
+
extensions:
|
|
4586
|
+
- ".json"
|
|
4587
|
+
group: OpenAPI Specification v3
|
|
4588
|
+
tm_scope: source.json
|
|
4589
|
+
ace_mode: json
|
|
4590
|
+
codemirror_mode: javascript
|
|
4591
|
+
codemirror_mime_type: application/json
|
|
4592
|
+
language_id: 980062566
|
|
4593
|
+
OASv3-yaml:
|
|
4594
|
+
type: data
|
|
4595
|
+
color: "#85ea2d"
|
|
4596
|
+
extensions:
|
|
4597
|
+
- ".yaml"
|
|
4598
|
+
- ".yml"
|
|
4599
|
+
group: OpenAPI Specification v3
|
|
4600
|
+
tm_scope: source.yaml
|
|
4601
|
+
ace_mode: yaml
|
|
4602
|
+
codemirror_mode: yaml
|
|
4603
|
+
codemirror_mime_type: text/x-yaml
|
|
4604
|
+
language_id: 51239111
|
|
4348
4605
|
OCaml:
|
|
4349
4606
|
type: programming
|
|
4350
4607
|
ace_mode: ocaml
|
|
4351
4608
|
codemirror_mode: mllike
|
|
4352
4609
|
codemirror_mime_type: text/x-ocaml
|
|
4353
|
-
color: "#
|
|
4610
|
+
color: "#ef7a08"
|
|
4354
4611
|
extensions:
|
|
4355
4612
|
- ".ml"
|
|
4356
4613
|
- ".eliom"
|
|
@@ -4471,6 +4728,22 @@ Open Policy Agent:
|
|
|
4471
4728
|
- ".rego"
|
|
4472
4729
|
language_id: 840483232
|
|
4473
4730
|
tm_scope: source.rego
|
|
4731
|
+
OpenAPI Specification v2:
|
|
4732
|
+
aliases:
|
|
4733
|
+
- oasv2
|
|
4734
|
+
type: data
|
|
4735
|
+
color: "#85ea2d"
|
|
4736
|
+
tm_scope: none
|
|
4737
|
+
ace_mode: text
|
|
4738
|
+
language_id: 848295328
|
|
4739
|
+
OpenAPI Specification v3:
|
|
4740
|
+
aliases:
|
|
4741
|
+
- oasv3
|
|
4742
|
+
type: data
|
|
4743
|
+
color: "#85ea2d"
|
|
4744
|
+
tm_scope: none
|
|
4745
|
+
ace_mode: text
|
|
4746
|
+
language_id: 557959099
|
|
4474
4747
|
OpenCL:
|
|
4475
4748
|
type: programming
|
|
4476
4749
|
color: "#ed2e2d"
|
|
@@ -4542,6 +4815,21 @@ OpenType Feature File:
|
|
|
4542
4815
|
tm_scope: source.opentype
|
|
4543
4816
|
ace_mode: text
|
|
4544
4817
|
language_id: 374317347
|
|
4818
|
+
Option List:
|
|
4819
|
+
type: data
|
|
4820
|
+
color: "#476732"
|
|
4821
|
+
aliases:
|
|
4822
|
+
- opts
|
|
4823
|
+
- ackrc
|
|
4824
|
+
filenames:
|
|
4825
|
+
- ".ackrc"
|
|
4826
|
+
- ackrc
|
|
4827
|
+
- mocha.opts
|
|
4828
|
+
tm_scope: source.opts
|
|
4829
|
+
ace_mode: sh
|
|
4830
|
+
codemirror_mode: shell
|
|
4831
|
+
codemirror_mime_type: text/x-sh
|
|
4832
|
+
language_id: 723589315
|
|
4545
4833
|
Org:
|
|
4546
4834
|
type: prose
|
|
4547
4835
|
color: "#77aa99"
|
|
@@ -4586,6 +4874,14 @@ P4:
|
|
|
4586
4874
|
tm_scope: source.p4
|
|
4587
4875
|
ace_mode: text
|
|
4588
4876
|
language_id: 348895984
|
|
4877
|
+
PDDL:
|
|
4878
|
+
type: programming
|
|
4879
|
+
color: "#0d00ff"
|
|
4880
|
+
extensions:
|
|
4881
|
+
- ".pddl"
|
|
4882
|
+
tm_scope: source.pddl
|
|
4883
|
+
ace_mode: text
|
|
4884
|
+
language_id: 736235603
|
|
4589
4885
|
PEG.js:
|
|
4590
4886
|
type: programming
|
|
4591
4887
|
color: "#234d6b"
|
|
@@ -4672,6 +4968,14 @@ POV-Ray SDL:
|
|
|
4672
4968
|
tm_scope: source.pov-ray sdl
|
|
4673
4969
|
ace_mode: text
|
|
4674
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
|
|
4675
4979
|
Pan:
|
|
4676
4980
|
type: programming
|
|
4677
4981
|
color: "#cc0000"
|
|
@@ -4778,10 +5082,12 @@ Perl:
|
|
|
4778
5082
|
- ".psgi"
|
|
4779
5083
|
- ".t"
|
|
4780
5084
|
filenames:
|
|
5085
|
+
- ".latexmkrc"
|
|
4781
5086
|
- Makefile.PL
|
|
4782
5087
|
- Rexfile
|
|
4783
5088
|
- ack
|
|
4784
5089
|
- cpanfile
|
|
5090
|
+
- latexmkrc
|
|
4785
5091
|
interpreters:
|
|
4786
5092
|
- cperl
|
|
4787
5093
|
- perl
|
|
@@ -4838,6 +5144,7 @@ Pike:
|
|
|
4838
5144
|
language_id: 287
|
|
4839
5145
|
PlantUML:
|
|
4840
5146
|
type: data
|
|
5147
|
+
color: "#fbbd16"
|
|
4841
5148
|
extensions:
|
|
4842
5149
|
- ".puml"
|
|
4843
5150
|
- ".iuml"
|
|
@@ -4876,6 +5183,14 @@ PogoScript:
|
|
|
4876
5183
|
tm_scope: source.pogoscript
|
|
4877
5184
|
ace_mode: text
|
|
4878
5185
|
language_id: 289
|
|
5186
|
+
Polar:
|
|
5187
|
+
type: programming
|
|
5188
|
+
color: "#ae81ff"
|
|
5189
|
+
extensions:
|
|
5190
|
+
- ".polar"
|
|
5191
|
+
tm_scope: source.polar
|
|
5192
|
+
ace_mode: text
|
|
5193
|
+
language_id: 839112914
|
|
4879
5194
|
Pony:
|
|
4880
5195
|
type: programming
|
|
4881
5196
|
extensions:
|
|
@@ -4978,6 +5293,7 @@ Prolog:
|
|
|
4978
5293
|
color: "#74283c"
|
|
4979
5294
|
extensions:
|
|
4980
5295
|
- ".pl"
|
|
5296
|
+
- ".plt"
|
|
4981
5297
|
- ".pro"
|
|
4982
5298
|
- ".prolog"
|
|
4983
5299
|
- ".yap"
|
|
@@ -5006,6 +5322,7 @@ Propeller Spin:
|
|
|
5006
5322
|
Protocol Buffer:
|
|
5007
5323
|
type: data
|
|
5008
5324
|
aliases:
|
|
5325
|
+
- proto
|
|
5009
5326
|
- protobuf
|
|
5010
5327
|
- Protocol Buffers
|
|
5011
5328
|
extensions:
|
|
@@ -5086,6 +5403,14 @@ PureScript:
|
|
|
5086
5403
|
codemirror_mode: haskell
|
|
5087
5404
|
codemirror_mime_type: text/x-haskell
|
|
5088
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
|
|
5089
5414
|
Python:
|
|
5090
5415
|
type: programming
|
|
5091
5416
|
tm_scope: source.python
|
|
@@ -5107,7 +5432,6 @@ Python:
|
|
|
5107
5432
|
- ".pyt"
|
|
5108
5433
|
- ".pyw"
|
|
5109
5434
|
- ".rpy"
|
|
5110
|
-
- ".smk"
|
|
5111
5435
|
- ".spec"
|
|
5112
5436
|
- ".tac"
|
|
5113
5437
|
- ".wsgi"
|
|
@@ -5117,12 +5441,14 @@ Python:
|
|
|
5117
5441
|
- DEPS
|
|
5118
5442
|
- SConscript
|
|
5119
5443
|
- SConstruct
|
|
5120
|
-
- Snakefile
|
|
5121
5444
|
- wscript
|
|
5122
5445
|
interpreters:
|
|
5123
5446
|
- python
|
|
5124
5447
|
- python2
|
|
5125
5448
|
- python3
|
|
5449
|
+
- py
|
|
5450
|
+
- pypy
|
|
5451
|
+
- pypy3
|
|
5126
5452
|
aliases:
|
|
5127
5453
|
- python3
|
|
5128
5454
|
- rusthon
|
|
@@ -5227,6 +5553,17 @@ RAML:
|
|
|
5227
5553
|
extensions:
|
|
5228
5554
|
- ".raml"
|
|
5229
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
|
|
5230
5567
|
RDoc:
|
|
5231
5568
|
type: prose
|
|
5232
5569
|
color: "#701516"
|
|
@@ -5273,7 +5610,7 @@ RMarkdown:
|
|
|
5273
5610
|
extensions:
|
|
5274
5611
|
- ".qmd"
|
|
5275
5612
|
- ".rmd"
|
|
5276
|
-
tm_scope:
|
|
5613
|
+
tm_scope: text.md
|
|
5277
5614
|
language_id: 313
|
|
5278
5615
|
RPC:
|
|
5279
5616
|
type: programming
|
|
@@ -5728,6 +6065,8 @@ Rust:
|
|
|
5728
6065
|
ace_mode: rust
|
|
5729
6066
|
codemirror_mode: rust
|
|
5730
6067
|
codemirror_mime_type: text/x-rustsrc
|
|
6068
|
+
interpreters:
|
|
6069
|
+
- rust-script
|
|
5731
6070
|
language_id: 327
|
|
5732
6071
|
SAS:
|
|
5733
6072
|
type: programming
|
|
@@ -5957,6 +6296,16 @@ Scaml:
|
|
|
5957
6296
|
tm_scope: source.scaml
|
|
5958
6297
|
ace_mode: text
|
|
5959
6298
|
language_id: 342
|
|
6299
|
+
Scenic:
|
|
6300
|
+
type: programming
|
|
6301
|
+
color: "#fdc700"
|
|
6302
|
+
extensions:
|
|
6303
|
+
- ".scenic"
|
|
6304
|
+
tm_scope: source.scenic
|
|
6305
|
+
ace_mode: text
|
|
6306
|
+
interpreters:
|
|
6307
|
+
- scenic
|
|
6308
|
+
language_id: 619814037
|
|
5960
6309
|
Scheme:
|
|
5961
6310
|
type: programming
|
|
5962
6311
|
color: "#1e4aec"
|
|
@@ -6020,23 +6369,22 @@ Shell:
|
|
|
6020
6369
|
- ".bats"
|
|
6021
6370
|
- ".cgi"
|
|
6022
6371
|
- ".command"
|
|
6023
|
-
- ".env"
|
|
6024
6372
|
- ".fcgi"
|
|
6025
6373
|
- ".ksh"
|
|
6026
6374
|
- ".sh.in"
|
|
6027
6375
|
- ".tmux"
|
|
6028
6376
|
- ".tool"
|
|
6377
|
+
- ".trigger"
|
|
6029
6378
|
- ".zsh"
|
|
6030
6379
|
- ".zsh-theme"
|
|
6031
6380
|
filenames:
|
|
6032
6381
|
- ".bash_aliases"
|
|
6382
|
+
- ".bash_functions"
|
|
6033
6383
|
- ".bash_history"
|
|
6034
6384
|
- ".bash_logout"
|
|
6035
6385
|
- ".bash_profile"
|
|
6036
6386
|
- ".bashrc"
|
|
6037
6387
|
- ".cshrc"
|
|
6038
|
-
- ".env"
|
|
6039
|
-
- ".env.example"
|
|
6040
6388
|
- ".flaskenv"
|
|
6041
6389
|
- ".kshrc"
|
|
6042
6390
|
- ".login"
|
|
@@ -6119,6 +6467,19 @@ Sieve:
|
|
|
6119
6467
|
codemirror_mode: sieve
|
|
6120
6468
|
codemirror_mime_type: application/sieve
|
|
6121
6469
|
language_id: 208976687
|
|
6470
|
+
Simple File Verification:
|
|
6471
|
+
type: data
|
|
6472
|
+
group: Checksums
|
|
6473
|
+
color: "#C9BFED"
|
|
6474
|
+
extensions:
|
|
6475
|
+
- ".sfv"
|
|
6476
|
+
aliases:
|
|
6477
|
+
- sfv
|
|
6478
|
+
tm_scope: source.sfv
|
|
6479
|
+
ace_mode: ini
|
|
6480
|
+
codemirror_mode: properties
|
|
6481
|
+
codemirror_mime_type: text/x-properties
|
|
6482
|
+
language_id: 735623761
|
|
6122
6483
|
Singularity:
|
|
6123
6484
|
type: programming
|
|
6124
6485
|
color: "#64E6AD"
|
|
@@ -6193,6 +6554,32 @@ Smarty:
|
|
|
6193
6554
|
codemirror_mime_type: text/x-smarty
|
|
6194
6555
|
tm_scope: text.html.smarty
|
|
6195
6556
|
language_id: 353
|
|
6557
|
+
Smithy:
|
|
6558
|
+
type: programming
|
|
6559
|
+
ace_mode: text
|
|
6560
|
+
codemirror_mode: clike
|
|
6561
|
+
codemirror_mime_type: text/x-csrc
|
|
6562
|
+
tm_scope: source.smithy
|
|
6563
|
+
color: "#c44536"
|
|
6564
|
+
extensions:
|
|
6565
|
+
- ".smithy"
|
|
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
|
|
6196
6583
|
Solidity:
|
|
6197
6584
|
type: programming
|
|
6198
6585
|
color: "#AA6746"
|
|
@@ -6273,8 +6660,10 @@ Starlark:
|
|
|
6273
6660
|
- BUCK
|
|
6274
6661
|
- BUILD
|
|
6275
6662
|
- BUILD.bazel
|
|
6663
|
+
- MODULE.bazel
|
|
6276
6664
|
- Tiltfile
|
|
6277
6665
|
- WORKSPACE
|
|
6666
|
+
- WORKSPACE.bazel
|
|
6278
6667
|
aliases:
|
|
6279
6668
|
- bazel
|
|
6280
6669
|
- bzl
|
|
@@ -6349,6 +6738,16 @@ Svelte:
|
|
|
6349
6738
|
extensions:
|
|
6350
6739
|
- ".svelte"
|
|
6351
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
|
|
6352
6751
|
Swift:
|
|
6353
6752
|
type: programming
|
|
6354
6753
|
color: "#F05138"
|
|
@@ -6382,6 +6781,14 @@ TI Program:
|
|
|
6382
6781
|
- ".8xp.txt"
|
|
6383
6782
|
language_id: 422
|
|
6384
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
|
|
6385
6792
|
TLA:
|
|
6386
6793
|
type: programming
|
|
6387
6794
|
color: "#4b0079"
|
|
@@ -6399,6 +6806,7 @@ TOML:
|
|
|
6399
6806
|
- Cargo.lock
|
|
6400
6807
|
- Gopkg.lock
|
|
6401
6808
|
- Pipfile
|
|
6809
|
+
- pdm.lock
|
|
6402
6810
|
- poetry.lock
|
|
6403
6811
|
tm_scope: source.toml
|
|
6404
6812
|
ace_mode: toml
|
|
@@ -6454,8 +6862,13 @@ Tcl:
|
|
|
6454
6862
|
extensions:
|
|
6455
6863
|
- ".tcl"
|
|
6456
6864
|
- ".adp"
|
|
6865
|
+
- ".sdc"
|
|
6457
6866
|
- ".tcl.in"
|
|
6458
6867
|
- ".tm"
|
|
6868
|
+
- ".xdc"
|
|
6869
|
+
aliases:
|
|
6870
|
+
- sdc
|
|
6871
|
+
- xdc
|
|
6459
6872
|
filenames:
|
|
6460
6873
|
- owh
|
|
6461
6874
|
- starfield
|
|
@@ -6755,12 +7168,9 @@ VBA:
|
|
|
6755
7168
|
- ".bas"
|
|
6756
7169
|
- ".cls"
|
|
6757
7170
|
- ".frm"
|
|
6758
|
-
- ".frx"
|
|
6759
7171
|
- ".vba"
|
|
6760
|
-
tm_scope: source.
|
|
7172
|
+
tm_scope: source.vba
|
|
6761
7173
|
aliases:
|
|
6762
|
-
- vb6
|
|
6763
|
-
- visual basic 6
|
|
6764
7174
|
- visual basic for applications
|
|
6765
7175
|
ace_mode: text
|
|
6766
7176
|
codemirror_mode: vb
|
|
@@ -6911,6 +7321,26 @@ Visual Basic .NET:
|
|
|
6911
7321
|
codemirror_mode: vb
|
|
6912
7322
|
codemirror_mime_type: text/x-vb
|
|
6913
7323
|
language_id: 389
|
|
7324
|
+
Visual Basic 6.0:
|
|
7325
|
+
type: programming
|
|
7326
|
+
color: "#2c6353"
|
|
7327
|
+
extensions:
|
|
7328
|
+
- ".bas"
|
|
7329
|
+
- ".cls"
|
|
7330
|
+
- ".ctl"
|
|
7331
|
+
- ".Dsr"
|
|
7332
|
+
- ".frm"
|
|
7333
|
+
tm_scope: source.vbnet
|
|
7334
|
+
aliases:
|
|
7335
|
+
- vb6
|
|
7336
|
+
- vb 6
|
|
7337
|
+
- visual basic 6
|
|
7338
|
+
- visual basic classic
|
|
7339
|
+
- classic visual basic
|
|
7340
|
+
ace_mode: text
|
|
7341
|
+
codemirror_mode: vb
|
|
7342
|
+
codemirror_mime_type: text/x-vb
|
|
7343
|
+
language_id: 679594952
|
|
6914
7344
|
Volt:
|
|
6915
7345
|
type: programming
|
|
6916
7346
|
color: "#1F1F1F"
|
|
@@ -6937,6 +7367,24 @@ Vyper:
|
|
|
6937
7367
|
ace_mode: text
|
|
6938
7368
|
tm_scope: source.vyper
|
|
6939
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
|
|
6940
7388
|
Wavefront Material:
|
|
6941
7389
|
type: data
|
|
6942
7390
|
extensions:
|
|
@@ -6973,6 +7421,18 @@ WebAssembly:
|
|
|
6973
7421
|
codemirror_mode: commonlisp
|
|
6974
7422
|
codemirror_mime_type: text/x-common-lisp
|
|
6975
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
|
|
6976
7436
|
WebIDL:
|
|
6977
7437
|
type: programming
|
|
6978
7438
|
extensions:
|
|
@@ -7222,6 +7682,7 @@ XML:
|
|
|
7222
7682
|
- ".srdf"
|
|
7223
7683
|
- ".storyboard"
|
|
7224
7684
|
- ".sublime-snippet"
|
|
7685
|
+
- ".sw"
|
|
7225
7686
|
- ".targets"
|
|
7226
7687
|
- ".tml"
|
|
7227
7688
|
- ".ts"
|
|
@@ -7693,14 +8154,6 @@ sed:
|
|
|
7693
8154
|
ace_mode: text
|
|
7694
8155
|
tm_scope: source.sed
|
|
7695
8156
|
language_id: 847830017
|
|
7696
|
-
wdl:
|
|
7697
|
-
type: programming
|
|
7698
|
-
color: "#42f1f4"
|
|
7699
|
-
extensions:
|
|
7700
|
-
- ".wdl"
|
|
7701
|
-
tm_scope: source.wdl
|
|
7702
|
-
ace_mode: text
|
|
7703
|
-
language_id: 374521672
|
|
7704
8157
|
wisp:
|
|
7705
8158
|
type: programming
|
|
7706
8159
|
ace_mode: clojure
|