dependabot-linguist 0.217.0 → 0.303.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.
@@ -1,6 +1,6 @@
1
1
  ##################################################################################################################
2
- # This file is a snapshot of https://github.com/github/linguist/blob/v7.25.0/lib/linguist/languages.yml
3
- # and as such is under linguist's MIT license https://github.com/github/linguist/blob/v7.25.0/LICENSE
2
+ # This file is a snapshot of https://github.com/github/linguist/blob/v9.0.0/lib/linguist/languages.yml
3
+ # and as such is under linguist's MIT license https://github.com/github/linguist/blob/v9.0.0/LICENSE
4
4
  # Only this top comment has been modified; the data is unchanged.
5
5
  # -- MIT License; with: Copyright (c) 2017 GitHub, Inc.
6
6
  ##################################################################################################################
@@ -14,7 +14,7 @@
14
14
  # aliases - An Array of additional aliases (implicitly
15
15
  # includes name.downcase)
16
16
  # ace_mode - A String name of the Ace Mode used for highlighting whenever
17
- # a file is edited. This must match one of the filenames in http://git.io/3XO_Cg.
17
+ # a file is edited. This must match one of the filenames in https://gh.io/acemodes.
18
18
  # Use "text" if a mode does not exist.
19
19
  # codemirror_mode - A String name of the CodeMirror Mode used for highlighting whenever a file is edited.
20
20
  # This must match a mode from https://git.io/vi9Fx
@@ -356,7 +356,8 @@ Apex:
356
356
  color: "#1797c0"
357
357
  extensions:
358
358
  - ".cls"
359
- tm_scope: source.java
359
+ - ".trigger"
360
+ tm_scope: source.apex
360
361
  ace_mode: java
361
362
  codemirror_mode: clike
362
363
  codemirror_mime_type: text/x-java
@@ -504,6 +505,18 @@ Awk:
504
505
  tm_scope: source.awk
505
506
  ace_mode: text
506
507
  language_id: 28
508
+ B4X:
509
+ type: programming
510
+ color: "#00e4ff"
511
+ extensions:
512
+ - ".bas"
513
+ tm_scope: source.vba
514
+ aliases:
515
+ - basic for android
516
+ ace_mode: text
517
+ codemirror_mode: vb
518
+ codemirror_mime_type: text/x-vb
519
+ language_id: 96642275
507
520
  BASIC:
508
521
  type: programming
509
522
  extensions:
@@ -512,6 +525,14 @@ BASIC:
512
525
  ace_mode: text
513
526
  color: "#ff0000"
514
527
  language_id: 28923963
528
+ BQN:
529
+ type: programming
530
+ color: "#2b7067"
531
+ extensions:
532
+ - ".bqn"
533
+ tm_scope: source.bqn
534
+ ace_mode: text
535
+ language_id: 330386870
515
536
  Ballerina:
516
537
  type: programming
517
538
  extensions:
@@ -579,6 +600,7 @@ Bicep:
579
600
  color: "#519aba"
580
601
  extensions:
581
602
  - ".bicep"
603
+ - ".bicepparam"
582
604
  tm_scope: source.bicep
583
605
  ace_mode: text
584
606
  language_id: 321200902
@@ -604,9 +626,12 @@ Bison:
604
626
  BitBake:
605
627
  type: programming
606
628
  color: "#00bce4"
607
- tm_scope: none
629
+ tm_scope: source.bb
608
630
  extensions:
609
631
  - ".bb"
632
+ - ".bbappend"
633
+ - ".bbclass"
634
+ - ".inc"
610
635
  ace_mode: text
611
636
  language_id: 32
612
637
  Blade:
@@ -647,9 +672,28 @@ Bluespec:
647
672
  color: "#12223c"
648
673
  extensions:
649
674
  - ".bsv"
675
+ aliases:
676
+ - bluespec bsv
677
+ - bsv
650
678
  tm_scope: source.bsv
651
679
  ace_mode: verilog
680
+ codemirror_mode: verilog
681
+ codemirror_mime_type: text/x-systemverilog
652
682
  language_id: 36
683
+ Bluespec BH:
684
+ type: programming
685
+ group: Bluespec
686
+ color: "#12223c"
687
+ extensions:
688
+ - ".bs"
689
+ aliases:
690
+ - bh
691
+ - bluespec classic
692
+ tm_scope: source.bh
693
+ ace_mode: haskell
694
+ codemirror_mode: haskell
695
+ codemirror_mime_type: text/x-haskell
696
+ language_id: 641580358
653
697
  Boo:
654
698
  type: programming
655
699
  color: "#d4bec1"
@@ -733,6 +777,7 @@ C#:
733
777
  extensions:
734
778
  - ".cs"
735
779
  - ".cake"
780
+ - ".cs.pp"
736
781
  - ".csx"
737
782
  - ".linq"
738
783
  language_id: 42
@@ -765,6 +810,7 @@ C++:
765
810
  - ".re"
766
811
  - ".tcc"
767
812
  - ".tpp"
813
+ - ".txx"
768
814
  language_id: 43
769
815
  C-ObjDump:
770
816
  type: data
@@ -869,7 +915,7 @@ CSS:
869
915
  ace_mode: css
870
916
  codemirror_mode: css
871
917
  codemirror_mime_type: text/css
872
- color: "#563d7c"
918
+ color: "#663399"
873
919
  extensions:
874
920
  - ".css"
875
921
  language_id: 50
@@ -912,6 +958,18 @@ Cabal Config:
912
958
  codemirror_mime_type: text/x-haskell
913
959
  tm_scope: source.cabal
914
960
  language_id: 677095381
961
+ Caddyfile:
962
+ type: data
963
+ color: "#22b638"
964
+ aliases:
965
+ - Caddy
966
+ extensions:
967
+ - ".caddyfile"
968
+ filenames:
969
+ - Caddyfile
970
+ ace_mode: text
971
+ tm_scope: source.Caddyfile
972
+ language_id: 615465151
915
973
  Cadence:
916
974
  type: programming
917
975
  color: "#00ef8b"
@@ -927,7 +985,17 @@ Cairo:
927
985
  tm_scope: source.cairo
928
986
  extensions:
929
987
  - ".cairo"
988
+ group: Cairo
930
989
  language_id: 620599567
990
+ Cairo Zero:
991
+ type: programming
992
+ color: "#ff4a48"
993
+ ace_mode: text
994
+ tm_scope: source.cairo0
995
+ extensions:
996
+ - ".cairo"
997
+ group: Cairo
998
+ language_id: 891399890
931
999
  CameLIGO:
932
1000
  type: programming
933
1001
  color: "#3be133"
@@ -947,6 +1015,16 @@ Cap'n Proto:
947
1015
  - ".capnp"
948
1016
  ace_mode: text
949
1017
  language_id: 52
1018
+ Carbon:
1019
+ type: programming
1020
+ color: "#222222"
1021
+ extensions:
1022
+ - ".carbon"
1023
+ ace_mode: golang
1024
+ codemirror_mode: go
1025
+ codemirror_mime_type: text/x-go
1026
+ tm_scope: source.v
1027
+ language_id: 55627273
950
1028
  CartoCSS:
951
1029
  type: programming
952
1030
  aliases:
@@ -1197,7 +1275,7 @@ ColdFusion CFC:
1197
1275
  language_id: 65
1198
1276
  Common Lisp:
1199
1277
  type: programming
1200
- tm_scope: source.lisp
1278
+ tm_scope: source.commonlisp
1201
1279
  color: "#3fb68b"
1202
1280
  aliases:
1203
1281
  - lisp
@@ -1360,6 +1438,17 @@ Cycript:
1360
1438
  codemirror_mode: javascript
1361
1439
  codemirror_mime_type: text/javascript
1362
1440
  language_id: 78
1441
+ Cylc:
1442
+ type: data
1443
+ color: "#00b3fd"
1444
+ extensions:
1445
+ - ".cylc"
1446
+ filenames:
1447
+ - suite.rc
1448
+ tm_scope: source.cylc
1449
+ ace_mode: ini
1450
+ group: INI
1451
+ language_id: 476447814
1363
1452
  Cypher:
1364
1453
  type: programming
1365
1454
  color: "#34c0eb"
@@ -1403,6 +1492,16 @@ D-ObjDump:
1403
1492
  tm_scope: objdump.x86asm
1404
1493
  ace_mode: assembly_x86
1405
1494
  language_id: 81
1495
+ D2:
1496
+ type: markup
1497
+ color: "#526ee8"
1498
+ extensions:
1499
+ - ".d2"
1500
+ aliases:
1501
+ - d2lang
1502
+ tm_scope: source.d2
1503
+ ace_mode: text
1504
+ language_id: 37531557
1406
1505
  DIGITAL Command Language:
1407
1506
  type: programming
1408
1507
  aliases:
@@ -1540,6 +1639,7 @@ Dockerfile:
1540
1639
  tm_scope: source.dockerfile
1541
1640
  extensions:
1542
1641
  - ".dockerfile"
1642
+ - ".containerfile"
1543
1643
  filenames:
1544
1644
  - Containerfile
1545
1645
  - Dockerfile
@@ -1570,12 +1670,21 @@ Dotenv:
1570
1670
  - ".env.local"
1571
1671
  - ".env.prod"
1572
1672
  - ".env.production"
1673
+ - ".env.sample"
1573
1674
  - ".env.staging"
1574
1675
  - ".env.test"
1575
1676
  - ".env.testing"
1576
1677
  tm_scope: source.dotenv
1577
1678
  ace_mode: text
1578
1679
  language_id: 111148035
1680
+ Dune:
1681
+ type: programming
1682
+ ace_mode: lisp
1683
+ filenames:
1684
+ - dune-project
1685
+ tm_scope: source.dune
1686
+ color: "#89421e"
1687
+ language_id: 754574151
1579
1688
  Dylan:
1580
1689
  type: programming
1581
1690
  color: "#6c616e"
@@ -1637,7 +1746,7 @@ ECL:
1637
1746
  ECLiPSe:
1638
1747
  type: programming
1639
1748
  color: "#001d9d"
1640
- group: prolog
1749
+ group: Prolog
1641
1750
  extensions:
1642
1751
  - ".ecl"
1643
1752
  tm_scope: source.prolog.eclipse
@@ -1719,6 +1828,25 @@ Ecmarkup:
1719
1828
  aliases:
1720
1829
  - ecmarkdown
1721
1830
  language_id: 844766630
1831
+ Edge:
1832
+ type: markup
1833
+ color: "#0dffe0"
1834
+ extensions:
1835
+ - ".edge"
1836
+ tm_scope: text.html.edge
1837
+ ace_mode: html
1838
+ language_id: 460509620
1839
+ EdgeQL:
1840
+ type: programming
1841
+ color: "#31A7FF"
1842
+ aliases:
1843
+ - esdl
1844
+ extensions:
1845
+ - ".edgeql"
1846
+ - ".esdl"
1847
+ ace_mode: text
1848
+ tm_scope: source.edgeql
1849
+ language_id: 925235833
1722
1850
  EditorConfig:
1723
1851
  type: data
1724
1852
  color: "#fff1f2"
@@ -1902,6 +2030,14 @@ FIGlet Font:
1902
2030
  tm_scope: source.figfont
1903
2031
  ace_mode: text
1904
2032
  language_id: 686129783
2033
+ FIRRTL:
2034
+ type: programming
2035
+ color: "#2f632f"
2036
+ extensions:
2037
+ - ".fir"
2038
+ tm_scope: source.firrtl
2039
+ ace_mode: text
2040
+ language_id: 906694254
1905
2041
  FLUX:
1906
2042
  type: programming
1907
2043
  color: "#88ccff"
@@ -2038,7 +2174,7 @@ Fortran Free Form:
2038
2174
  codemirror_mode: fortran
2039
2175
  codemirror_mime_type: text/x-fortran
2040
2176
  language_id: 761352333
2041
- FreeBasic:
2177
+ FreeBASIC:
2042
2178
  type: programming
2043
2179
  color: "#141AC9"
2044
2180
  extensions:
@@ -2174,6 +2310,7 @@ GLSL:
2174
2310
  - ".tese"
2175
2311
  - ".vert"
2176
2312
  - ".vrx"
2313
+ - ".vs"
2177
2314
  - ".vsh"
2178
2315
  - ".vshader"
2179
2316
  tm_scope: source.glsl
@@ -2235,20 +2372,20 @@ Gemini:
2235
2372
  wrap: true
2236
2373
  tm_scope: source.gemini
2237
2374
  language_id: 310828396
2238
- Genero:
2375
+ Genero 4gl:
2239
2376
  type: programming
2240
2377
  color: "#63408e"
2241
2378
  extensions:
2242
2379
  - ".4gl"
2243
- tm_scope: source.genero
2380
+ tm_scope: source.genero-4gl
2244
2381
  ace_mode: text
2245
2382
  language_id: 986054050
2246
- Genero Forms:
2383
+ Genero per:
2247
2384
  type: markup
2248
2385
  color: "#d8df39"
2249
2386
  extensions:
2250
2387
  - ".per"
2251
- tm_scope: source.genero-forms
2388
+ tm_scope: source.genero-per
2252
2389
  ace_mode: text
2253
2390
  language_id: 902995658
2254
2391
  Genie:
@@ -2346,7 +2483,6 @@ Gherkin:
2346
2483
  Git Attributes:
2347
2484
  type: data
2348
2485
  color: "#F44D27"
2349
- group: INI
2350
2486
  aliases:
2351
2487
  - gitattributes
2352
2488
  filenames:
@@ -2391,6 +2527,24 @@ Gleam:
2391
2527
  - ".gleam"
2392
2528
  tm_scope: source.gleam
2393
2529
  language_id: 1054258749
2530
+ Glimmer JS:
2531
+ type: programming
2532
+ extensions:
2533
+ - ".gjs"
2534
+ ace_mode: javascript
2535
+ color: "#F5835F"
2536
+ tm_scope: source.gjs
2537
+ group: JavaScript
2538
+ language_id: 5523150
2539
+ Glimmer TS:
2540
+ type: programming
2541
+ extensions:
2542
+ - ".gts"
2543
+ ace_mode: typescript
2544
+ color: "#3178c6"
2545
+ tm_scope: source.gts
2546
+ group: TypeScript
2547
+ language_id: 95110458
2394
2548
  Glyph:
2395
2549
  type: programming
2396
2550
  color: "#c1ac7f"
@@ -2441,8 +2595,11 @@ Go Checksums:
2441
2595
  aliases:
2442
2596
  - go.sum
2443
2597
  - go sum
2598
+ - go.work.sum
2599
+ - go work sum
2444
2600
  filenames:
2445
2601
  - go.sum
2602
+ - go.work.sum
2446
2603
  tm_scope: go.sum
2447
2604
  ace_mode: text
2448
2605
  language_id: 1054391671
@@ -2457,6 +2614,17 @@ Go Module:
2457
2614
  tm_scope: go.mod
2458
2615
  ace_mode: text
2459
2616
  language_id: 947461016
2617
+ Go Workspace:
2618
+ type: data
2619
+ color: "#00ADD8"
2620
+ aliases:
2621
+ - go.work
2622
+ - go work
2623
+ filenames:
2624
+ - go.work
2625
+ tm_scope: go.mod
2626
+ ace_mode: text
2627
+ language_id: 934546256
2460
2628
  Godot Resource:
2461
2629
  type: data
2462
2630
  color: "#355570"
@@ -2505,6 +2673,15 @@ Gradle:
2505
2673
  tm_scope: source.groovy.gradle
2506
2674
  ace_mode: text
2507
2675
  language_id: 136
2676
+ Gradle Kotlin DSL:
2677
+ group: Gradle
2678
+ type: data
2679
+ color: "#02303a"
2680
+ extensions:
2681
+ - ".gradle.kts"
2682
+ ace_mode: text
2683
+ tm_scope: source.kotlin
2684
+ language_id: 432600901
2508
2685
  Grammatical Framework:
2509
2686
  type: programming
2510
2687
  aliases:
@@ -2599,7 +2776,7 @@ HCL:
2599
2776
  ace_mode: ruby
2600
2777
  codemirror_mode: ruby
2601
2778
  codemirror_mime_type: text/x-ruby
2602
- tm_scope: source.terraform
2779
+ tm_scope: source.hcl
2603
2780
  language_id: 144
2604
2781
  HLSL:
2605
2782
  type: programming
@@ -2618,6 +2795,9 @@ HOCON:
2618
2795
  color: "#9ff8ee"
2619
2796
  extensions:
2620
2797
  - ".hocon"
2798
+ filenames:
2799
+ - ".scalafix.conf"
2800
+ - ".scalafmt.conf"
2621
2801
  tm_scope: source.hocon
2622
2802
  ace_mode: text
2623
2803
  language_id: 679725279
@@ -2773,6 +2953,14 @@ Harbour:
2773
2953
  tm_scope: source.harbour
2774
2954
  ace_mode: text
2775
2955
  language_id: 156
2956
+ Hare:
2957
+ type: programming
2958
+ color: "#9d7424"
2959
+ extensions:
2960
+ - ".ha"
2961
+ ace_mode: text
2962
+ language_id: 463518941
2963
+ tm_scope: none
2776
2964
  Haskell:
2777
2965
  type: programming
2778
2966
  color: "#5e5086"
@@ -2819,6 +3007,18 @@ HolyC:
2819
3007
  codemirror_mode: clike
2820
3008
  codemirror_mime_type: text/x-csrc
2821
3009
  language_id: 928121743
3010
+ Hosts File:
3011
+ type: data
3012
+ color: "#308888"
3013
+ filenames:
3014
+ - HOSTS
3015
+ - hosts
3016
+ - hosts.txt
3017
+ aliases:
3018
+ - hosts
3019
+ tm_scope: source.hosts
3020
+ ace_mode: text
3021
+ language_id: 231021894
2822
3022
  Hy:
2823
3023
  type: programming
2824
3024
  ace_mode: text
@@ -2874,11 +3074,15 @@ INI:
2874
3074
  - ".properties"
2875
3075
  - ".url"
2876
3076
  filenames:
3077
+ - ".buckconfig"
2877
3078
  - ".coveragerc"
2878
3079
  - ".flake8"
2879
3080
  - ".pylintrc"
3081
+ - HOSTS
2880
3082
  - buildozer.spec
3083
+ - hosts
2881
3084
  - pylintrc
3085
+ - vlcrc
2882
3086
  tm_scope: source.ini
2883
3087
  aliases:
2884
3088
  - dosini
@@ -2911,7 +3115,6 @@ Idris:
2911
3115
  Ignore List:
2912
3116
  type: data
2913
3117
  color: "#000000"
2914
- group: INI
2915
3118
  aliases:
2916
3119
  - ignore
2917
3120
  - gitignore
@@ -2925,9 +3128,11 @@ Ignore List:
2925
3128
  - ".coffeelintignore"
2926
3129
  - ".cvsignore"
2927
3130
  - ".dockerignore"
3131
+ - ".easignore"
2928
3132
  - ".eleventyignore"
2929
3133
  - ".eslintignore"
2930
3134
  - ".gitignore"
3135
+ - ".ignore"
2931
3136
  - ".markdownlintignore"
2932
3137
  - ".nodemonignore"
2933
3138
  - ".npmignore"
@@ -3072,6 +3277,7 @@ JSON:
3072
3277
  aliases:
3073
3278
  - geojson
3074
3279
  - jsonl
3280
+ - sarif
3075
3281
  - topojson
3076
3282
  extensions:
3077
3283
  - ".json"
@@ -3083,8 +3289,11 @@ JSON:
3083
3289
  - ".har"
3084
3290
  - ".ice"
3085
3291
  - ".JSON-tmLanguage"
3292
+ - ".json.example"
3086
3293
  - ".jsonl"
3087
3294
  - ".mcmeta"
3295
+ - ".sarif"
3296
+ - ".tact"
3088
3297
  - ".tfstate"
3089
3298
  - ".tfstate.backup"
3090
3299
  - ".topojson"
@@ -3103,8 +3312,10 @@ JSON:
3103
3312
  - ".tern-config"
3104
3313
  - ".tern-project"
3105
3314
  - ".watchmanconfig"
3315
+ - MODULE.bazel.lock
3106
3316
  - Pipfile.lock
3107
3317
  - composer.lock
3318
+ - deno.lock
3108
3319
  - flake.lock
3109
3320
  - mcmod.info
3110
3321
  language_id: 174
@@ -3121,7 +3332,9 @@ JSON with Comments:
3121
3332
  extensions:
3122
3333
  - ".jsonc"
3123
3334
  - ".code-snippets"
3335
+ - ".code-workspace"
3124
3336
  - ".sublime-build"
3337
+ - ".sublime-color-scheme"
3125
3338
  - ".sublime-commands"
3126
3339
  - ".sublime-completions"
3127
3340
  - ".sublime-keymap"
@@ -3141,6 +3354,7 @@ JSON with Comments:
3141
3354
  - ".jscsrc"
3142
3355
  - ".jshintrc"
3143
3356
  - ".jslintrc"
3357
+ - ".swcrc"
3144
3358
  - api-extractor.json
3145
3359
  - devcontainer.json
3146
3360
  - jsconfig.json
@@ -3234,6 +3448,17 @@ Java Server Pages:
3234
3448
  codemirror_mode: htmlembedded
3235
3449
  codemirror_mime_type: application/x-jsp
3236
3450
  language_id: 182
3451
+ Java Template Engine:
3452
+ type: programming
3453
+ color: "#2A6277"
3454
+ group: Java
3455
+ aliases:
3456
+ - jte
3457
+ extensions:
3458
+ - ".jte"
3459
+ ace_mode: text
3460
+ tm_scope: text.html.jte
3461
+ language_id: 599494012
3237
3462
  JavaScript:
3238
3463
  type: programming
3239
3464
  tm_scope: source.js
@@ -3386,6 +3611,13 @@ Julia:
3386
3611
  codemirror_mode: julia
3387
3612
  codemirror_mime_type: text/x-julia
3388
3613
  language_id: 184
3614
+ Julia REPL:
3615
+ type: programming
3616
+ color: "#a270ba"
3617
+ tm_scope: source.julia.console
3618
+ group: Julia
3619
+ ace_mode: text
3620
+ language_id: 220689142
3389
3621
  Jupyter Notebook:
3390
3622
  type: markup
3391
3623
  ace_mode: json
@@ -3407,9 +3639,14 @@ Just:
3407
3639
  color: "#384d54"
3408
3640
  tm_scope: source.just
3409
3641
  filenames:
3642
+ - ".JUSTFILE"
3643
+ - ".Justfile"
3644
+ - ".justfile"
3410
3645
  - JUSTFILE
3411
3646
  - Justfile
3412
3647
  - justfile
3648
+ extensions:
3649
+ - ".just"
3413
3650
  ace_mode: text
3414
3651
  language_id: 128447695
3415
3652
  KRL:
@@ -3547,7 +3784,7 @@ LOLCODE:
3547
3784
  extensions:
3548
3785
  - ".lol"
3549
3786
  color: "#cc9900"
3550
- tm_scope: none
3787
+ tm_scope: source.lolcode
3551
3788
  ace_mode: text
3552
3789
  language_id: 192
3553
3790
  LSL:
@@ -3623,6 +3860,14 @@ Lean:
3623
3860
  tm_scope: source.lean
3624
3861
  ace_mode: text
3625
3862
  language_id: 197
3863
+ Lean 4:
3864
+ type: programming
3865
+ group: Lean
3866
+ extensions:
3867
+ - ".lean"
3868
+ tm_scope: source.lean4
3869
+ ace_mode: text
3870
+ language_id: 455147478
3626
3871
  Less:
3627
3872
  type: markup
3628
3873
  color: "#1d365d"
@@ -3739,6 +3984,14 @@ Literate Haskell:
3739
3984
  codemirror_mode: haskell-literate
3740
3985
  codemirror_mime_type: text/x-literate-haskell
3741
3986
  language_id: 207
3987
+ LiveCode Script:
3988
+ type: programming
3989
+ color: "#0c5ba5"
3990
+ extensions:
3991
+ - ".livecodescript"
3992
+ tm_scope: source.livecodescript
3993
+ ace_mode: text
3994
+ language_id: 891017
3742
3995
  LiveScript:
3743
3996
  type: programming
3744
3997
  color: "#499886"
@@ -3780,9 +4033,8 @@ LookML:
3780
4033
  codemirror_mime_type: text/x-yaml
3781
4034
  color: "#652B81"
3782
4035
  extensions:
4036
+ - ".lkml"
3783
4037
  - ".lookml"
3784
- - ".model.lkml"
3785
- - ".view.lkml"
3786
4038
  tm_scope: source.yaml
3787
4039
  language_id: 211
3788
4040
  LoomScript:
@@ -3813,6 +4065,18 @@ Lua:
3813
4065
  interpreters:
3814
4066
  - lua
3815
4067
  language_id: 213
4068
+ Luau:
4069
+ type: programming
4070
+ tm_scope: source.luau
4071
+ ace_mode: lua
4072
+ codemirror_mode: lua
4073
+ codemirror_mime_type: text/x-lua
4074
+ color: "#00A2FF"
4075
+ extensions:
4076
+ - ".luau"
4077
+ interpreters:
4078
+ - luau
4079
+ language_id: 365050359
3816
4080
  M:
3817
4081
  type: programming
3818
4082
  aliases:
@@ -3867,6 +4131,17 @@ MAXScript:
3867
4131
  tm_scope: source.maxscript
3868
4132
  ace_mode: text
3869
4133
  language_id: 217
4134
+ MDX:
4135
+ type: markup
4136
+ color: "#fcb32c"
4137
+ ace_mode: markdown
4138
+ codemirror_mode: gfm
4139
+ codemirror_mime_type: text/x-gfm
4140
+ wrap: true
4141
+ extensions:
4142
+ - ".mdx"
4143
+ tm_scope: source.mdx
4144
+ language_id: 512838272
3870
4145
  MLIR:
3871
4146
  type: programming
3872
4147
  color: "#5EC8DB"
@@ -3974,6 +4249,7 @@ Markdown:
3974
4249
  type: prose
3975
4250
  color: "#083fa1"
3976
4251
  aliases:
4252
+ - md
3977
4253
  - pandoc
3978
4254
  ace_mode: markdown
3979
4255
  codemirror_mode: gfm
@@ -3985,7 +4261,6 @@ Markdown:
3985
4261
  - ".markdown"
3986
4262
  - ".mdown"
3987
4263
  - ".mdwn"
3988
- - ".mdx"
3989
4264
  - ".mkd"
3990
4265
  - ".mkdn"
3991
4266
  - ".mkdown"
@@ -3994,7 +4269,7 @@ Markdown:
3994
4269
  - ".workbook"
3995
4270
  filenames:
3996
4271
  - contents.lr
3997
- tm_scope: source.gfm
4272
+ tm_scope: text.md
3998
4273
  language_id: 222
3999
4274
  Marko:
4000
4275
  type: markup
@@ -4200,6 +4475,16 @@ Module Management System:
4200
4475
  tm_scope: none
4201
4476
  ace_mode: text
4202
4477
  language_id: 235
4478
+ Mojo:
4479
+ type: programming
4480
+ color: "#ff4c1f"
4481
+ extensions:
4482
+ - ".mojo"
4483
+ ace_mode: python
4484
+ codemirror_mode: python
4485
+ codemirror_mime_type: text/x-python
4486
+ tm_scope: source.mojo
4487
+ language_id: 1045019587
4203
4488
  Monkey:
4204
4489
  type: programming
4205
4490
  extensions:
@@ -4225,6 +4510,14 @@ Moocode:
4225
4510
  tm_scope: none
4226
4511
  ace_mode: text
4227
4512
  language_id: 237
4513
+ MoonBit:
4514
+ type: programming
4515
+ color: "#b92381"
4516
+ extensions:
4517
+ - ".mbt"
4518
+ tm_scope: source.moonbit
4519
+ ace_mode: text
4520
+ language_id: 181453007
4228
4521
  MoonScript:
4229
4522
  type: programming
4230
4523
  color: "#ff4585"
@@ -4327,6 +4620,14 @@ NL:
4327
4620
  tm_scope: none
4328
4621
  ace_mode: text
4329
4622
  language_id: 241
4623
+ NMODL:
4624
+ type: programming
4625
+ color: "#00356B"
4626
+ extensions:
4627
+ - ".mod"
4628
+ tm_scope: none
4629
+ ace_mode: text
4630
+ language_id: 136456478
4330
4631
  NPM Config:
4331
4632
  type: data
4332
4633
  color: "#cb3837"
@@ -4363,8 +4664,8 @@ Nasal:
4363
4664
  color: "#1d2c4e"
4364
4665
  extensions:
4365
4666
  - ".nas"
4366
- tm_scope: none
4367
- ace_mode: text
4667
+ tm_scope: source.nasal
4668
+ ace_mode: nasal
4368
4669
  language_id: 178322513
4369
4670
  Nearley:
4370
4671
  type: programming
@@ -4492,6 +4793,18 @@ Nix:
4492
4793
  tm_scope: source.nix
4493
4794
  ace_mode: nix
4494
4795
  language_id: 252
4796
+ Noir:
4797
+ type: programming
4798
+ aliases:
4799
+ - nargo
4800
+ ace_mode: rust
4801
+ codemirror_mode: rust
4802
+ codemirror_mime_type: text/x-rustsrc
4803
+ extensions:
4804
+ - ".nr"
4805
+ color: "#2f1f49"
4806
+ tm_scope: source.nr
4807
+ language_id: 813068465
4495
4808
  Nu:
4496
4809
  type: programming
4497
4810
  color: "#c9df40"
@@ -4531,6 +4844,21 @@ Nunjucks:
4531
4844
  tm_scope: text.html.nunjucks
4532
4845
  ace_mode: nunjucks
4533
4846
  language_id: 461856962
4847
+ Nushell:
4848
+ type: programming
4849
+ color: "#4E9906"
4850
+ extensions:
4851
+ - ".nu"
4852
+ interpreters:
4853
+ - nu
4854
+ aliases:
4855
+ - nu-script
4856
+ - nushell-script
4857
+ tm_scope: source.nushell
4858
+ ace_mode: sh
4859
+ codemirror_mode: shell
4860
+ codemirror_mime_type: text/x-sh
4861
+ language_id: 446573572
4534
4862
  OASv2-json:
4535
4863
  type: data
4536
4864
  color: "#85ea2d"
@@ -4582,7 +4910,7 @@ OCaml:
4582
4910
  ace_mode: ocaml
4583
4911
  codemirror_mode: mllike
4584
4912
  codemirror_mime_type: text/x-ocaml
4585
- color: "#3be133"
4913
+ color: "#ef7a08"
4586
4914
  extensions:
4587
4915
  - ".ml"
4588
4916
  - ".eliom"
@@ -4597,6 +4925,13 @@ OCaml:
4597
4925
  - ocamlscript
4598
4926
  tm_scope: source.ocaml
4599
4927
  language_id: 255
4928
+ Oberon:
4929
+ type: programming
4930
+ extensions:
4931
+ - ".ob2"
4932
+ tm_scope: source.modula2
4933
+ ace_mode: text
4934
+ language_id: 677210597
4600
4935
  ObjDump:
4601
4936
  type: data
4602
4937
  extensions:
@@ -4798,6 +5133,8 @@ Option List:
4798
5133
  - ackrc
4799
5134
  filenames:
4800
5135
  - ".ackrc"
5136
+ - ".rspec"
5137
+ - ".yardopts"
4801
5138
  - ackrc
4802
5139
  - mocha.opts
4803
5140
  tm_scope: source.opts
@@ -4862,7 +5199,8 @@ PEG.js:
4862
5199
  color: "#234d6b"
4863
5200
  extensions:
4864
5201
  - ".pegjs"
4865
- tm_scope: source.pegjs
5202
+ - ".peggy"
5203
+ tm_scope: source.peggy
4866
5204
  ace_mode: javascript
4867
5205
  codemirror_mode: javascript
4868
5206
  codemirror_mime_type: text/javascript
@@ -4943,6 +5281,14 @@ POV-Ray SDL:
4943
5281
  tm_scope: source.pov-ray sdl
4944
5282
  ace_mode: text
4945
5283
  language_id: 275
5284
+ Pact:
5285
+ type: programming
5286
+ color: "#F7A8B8"
5287
+ ace_mode: text
5288
+ tm_scope: source.pact
5289
+ extensions:
5290
+ - ".pact"
5291
+ language_id: 756774415
4946
5292
  Pan:
4947
5293
  type: programming
4948
5294
  color: "#cc0000"
@@ -5068,6 +5414,8 @@ Pic:
5068
5414
  extensions:
5069
5415
  - ".pic"
5070
5416
  - ".chem"
5417
+ aliases:
5418
+ - pikchr
5071
5419
  ace_mode: text
5072
5420
  codemirror_mode: troff
5073
5421
  codemirror_mime_type: text/troff
@@ -5109,6 +5457,25 @@ Pike:
5109
5457
  tm_scope: source.pike
5110
5458
  ace_mode: text
5111
5459
  language_id: 287
5460
+ Pip Requirements:
5461
+ type: data
5462
+ color: "#FFD343"
5463
+ filenames:
5464
+ - requirements-dev.txt
5465
+ - requirements.txt
5466
+ ace_mode: text
5467
+ tm_scope: source.pip-requirements
5468
+ language_id: 684385621
5469
+ Pkl:
5470
+ type: programming
5471
+ color: "#6b9543"
5472
+ extensions:
5473
+ - ".pkl"
5474
+ interpreters:
5475
+ - pkl
5476
+ tm_scope: source.pkl
5477
+ ace_mode: text
5478
+ language_id: 288822799
5112
5479
  PlantUML:
5113
5480
  type: data
5114
5481
  color: "#fbbd16"
@@ -5204,7 +5571,7 @@ PowerBuilder:
5204
5571
  - ".sra"
5205
5572
  - ".sru"
5206
5573
  - ".srw"
5207
- tm_scope: none
5574
+ tm_scope: source.powerbuilder
5208
5575
  ace_mode: text
5209
5576
  language_id: 292
5210
5577
  PowerShell:
@@ -5224,6 +5591,14 @@ PowerShell:
5224
5591
  interpreters:
5225
5592
  - pwsh
5226
5593
  language_id: 293
5594
+ Praat:
5595
+ type: programming
5596
+ color: "#c8506d"
5597
+ tm_scope: source.praat
5598
+ ace_mode: praat
5599
+ extensions:
5600
+ - ".praat"
5601
+ language_id: 106029007
5227
5602
  Prisma:
5228
5603
  type: data
5229
5604
  color: "#0c344b"
@@ -5289,6 +5664,7 @@ Propeller Spin:
5289
5664
  Protocol Buffer:
5290
5665
  type: data
5291
5666
  aliases:
5667
+ - proto
5292
5668
  - protobuf
5293
5669
  - Protocol Buffers
5294
5670
  extensions:
@@ -5488,11 +5864,26 @@ Quake:
5488
5864
  ace_mode: text
5489
5865
  tm_scope: source.quake
5490
5866
  language_id: 375265331
5867
+ QuickBASIC:
5868
+ type: programming
5869
+ color: "#008080"
5870
+ extensions:
5871
+ - ".bas"
5872
+ tm_scope: source.QB64
5873
+ aliases:
5874
+ - qb
5875
+ - qbasic
5876
+ - qb64
5877
+ - classic qbasic
5878
+ - classic quickbasic
5879
+ ace_mode: text
5880
+ codemirror_mode: vb
5881
+ codemirror_mime_type: text/x-vb
5882
+ language_id: 593107205
5491
5883
  R:
5492
5884
  type: programming
5493
5885
  color: "#198CE7"
5494
5886
  aliases:
5495
- - R
5496
5887
  - Rscript
5497
5888
  - splus
5498
5889
  extensions:
@@ -5519,6 +5910,17 @@ RAML:
5519
5910
  extensions:
5520
5911
  - ".raml"
5521
5912
  language_id: 308
5913
+ RBS:
5914
+ type: data
5915
+ ace_mode: ruby
5916
+ codemirror_mode: ruby
5917
+ codemirror_mime_type: text/x-ruby
5918
+ extensions:
5919
+ - ".rbs"
5920
+ color: "#701516"
5921
+ tm_scope: source.rbs
5922
+ group: Ruby
5923
+ language_id: 899227493
5522
5924
  RDoc:
5523
5925
  type: prose
5524
5926
  color: "#701516"
@@ -5565,8 +5967,16 @@ RMarkdown:
5565
5967
  extensions:
5566
5968
  - ".qmd"
5567
5969
  - ".rmd"
5568
- tm_scope: source.gfm
5970
+ tm_scope: text.md
5569
5971
  language_id: 313
5972
+ RON:
5973
+ type: data
5974
+ color: "#a62c00"
5975
+ extensions:
5976
+ - ".ron"
5977
+ ace_mode: rust
5978
+ tm_scope: source.ron
5979
+ language_id: 587855233
5570
5980
  RPC:
5571
5981
  type: programming
5572
5982
  aliases:
@@ -5806,6 +6216,14 @@ RenderScript:
5806
6216
  tm_scope: none
5807
6217
  ace_mode: text
5808
6218
  language_id: 323
6219
+ Rez:
6220
+ type: programming
6221
+ extensions:
6222
+ - ".r"
6223
+ tm_scope: source.rez
6224
+ ace_mode: text
6225
+ color: "#FFDAB3"
6226
+ language_id: 498022874
5809
6227
  Rich Text Format:
5810
6228
  type: markup
5811
6229
  extensions:
@@ -5834,9 +6252,18 @@ RobotFramework:
5834
6252
  color: "#00c0b5"
5835
6253
  extensions:
5836
6254
  - ".robot"
6255
+ - ".resource"
5837
6256
  tm_scope: text.robot
5838
6257
  ace_mode: text
5839
6258
  language_id: 324
6259
+ Roc:
6260
+ type: programming
6261
+ color: "#7c38f5"
6262
+ extensions:
6263
+ - ".roc"
6264
+ tm_scope: source.roc
6265
+ ace_mode: text
6266
+ language_id: 440182480
5840
6267
  Roff:
5841
6268
  type: markup
5842
6269
  color: "#ecdebe"
@@ -6020,6 +6447,8 @@ Rust:
6020
6447
  ace_mode: rust
6021
6448
  codemirror_mode: rust
6022
6449
  codemirror_mime_type: text/x-rustsrc
6450
+ interpreters:
6451
+ - rust-script
6023
6452
  language_id: 327
6024
6453
  SAS:
6025
6454
  type: programming
@@ -6138,6 +6567,11 @@ SRecode Template:
6138
6567
  SSH Config:
6139
6568
  type: data
6140
6569
  group: INI
6570
+ aliases:
6571
+ - sshconfig
6572
+ - sshdconfig
6573
+ - ssh_config
6574
+ - sshd_config
6141
6575
  filenames:
6142
6576
  - ssh-config
6143
6577
  - ssh_config
@@ -6316,6 +6750,7 @@ Shell:
6316
6750
  - shell-script
6317
6751
  - bash
6318
6752
  - zsh
6753
+ - envrc
6319
6754
  extensions:
6320
6755
  - ".sh"
6321
6756
  - ".bash"
@@ -6327,6 +6762,7 @@ Shell:
6327
6762
  - ".sh.in"
6328
6763
  - ".tmux"
6329
6764
  - ".tool"
6765
+ - ".trigger"
6330
6766
  - ".zsh"
6331
6767
  - ".zsh-theme"
6332
6768
  filenames:
@@ -6337,10 +6773,12 @@ Shell:
6337
6773
  - ".bash_profile"
6338
6774
  - ".bashrc"
6339
6775
  - ".cshrc"
6776
+ - ".envrc"
6340
6777
  - ".flaskenv"
6341
6778
  - ".kshrc"
6342
6779
  - ".login"
6343
6780
  - ".profile"
6781
+ - ".tmux.conf"
6344
6782
  - ".zlogin"
6345
6783
  - ".zlogout"
6346
6784
  - ".zprofile"
@@ -6358,6 +6796,7 @@ Shell:
6358
6796
  - login
6359
6797
  - man
6360
6798
  - profile
6799
+ - tmux.conf
6361
6800
  - zlogin
6362
6801
  - zlogout
6363
6802
  - zprofile
@@ -6451,7 +6890,7 @@ Slash:
6451
6890
  Slice:
6452
6891
  type: programming
6453
6892
  color: "#003fa2"
6454
- tm_scope: source.slice
6893
+ tm_scope: source.ice
6455
6894
  ace_mode: text
6456
6895
  extensions:
6457
6896
  - ".ice"
@@ -6466,6 +6905,14 @@ Slim:
6466
6905
  codemirror_mode: slim
6467
6906
  codemirror_mime_type: text/x-slim
6468
6907
  language_id: 350
6908
+ Slint:
6909
+ type: markup
6910
+ color: "#2379F4"
6911
+ extensions:
6912
+ - ".slint"
6913
+ tm_scope: source.slint
6914
+ ace_mode: text
6915
+ language_id: 119900149
6469
6916
  SmPL:
6470
6917
  type: programming
6471
6918
  extensions:
@@ -6616,6 +7063,7 @@ Starlark:
6616
7063
  - Tiltfile
6617
7064
  - WORKSPACE
6618
7065
  - WORKSPACE.bazel
7066
+ - WORKSPACE.bzlmod
6619
7067
  aliases:
6620
7068
  - bazel
6621
7069
  - bzl
@@ -6692,7 +7140,7 @@ Svelte:
6692
7140
  language_id: 928734530
6693
7141
  Sway:
6694
7142
  type: programming
6695
- color: "#dea584"
7143
+ color: "#00F58C"
6696
7144
  extensions:
6697
7145
  - ".sw"
6698
7146
  tm_scope: source.sway
@@ -6700,6 +7148,14 @@ Sway:
6700
7148
  codemirror_mode: rust
6701
7149
  codemirror_mime_type: text/x-rustsrc
6702
7150
  language_id: 271471144
7151
+ Sweave:
7152
+ type: prose
7153
+ color: "#198ce7"
7154
+ extensions:
7155
+ - ".rnw"
7156
+ tm_scope: text.tex.latex.sweave
7157
+ ace_mode: tex
7158
+ language_id: 558779190
6703
7159
  Swift:
6704
7160
  type: programming
6705
7161
  color: "#F05138"
@@ -6728,11 +7184,17 @@ TI Program:
6728
7184
  color: "#A0AA87"
6729
7185
  extensions:
6730
7186
  - ".8xp"
6731
- - ".8xk"
6732
- - ".8xk.txt"
6733
7187
  - ".8xp.txt"
6734
7188
  language_id: 422
6735
- tm_scope: none
7189
+ tm_scope: source.8xp
7190
+ TL-Verilog:
7191
+ type: programming
7192
+ extensions:
7193
+ - ".tlv"
7194
+ tm_scope: source.tlverilog
7195
+ ace_mode: verilog
7196
+ color: "#C40023"
7197
+ language_id: 118656070
6736
7198
  TLA:
6737
7199
  type: programming
6738
7200
  color: "#4b0079"
@@ -6748,15 +7210,27 @@ TOML:
6748
7210
  - ".toml"
6749
7211
  filenames:
6750
7212
  - Cargo.lock
7213
+ - Cargo.toml.orig
6751
7214
  - Gopkg.lock
6752
7215
  - Pipfile
6753
7216
  - pdm.lock
6754
7217
  - poetry.lock
7218
+ - uv.lock
6755
7219
  tm_scope: source.toml
6756
7220
  ace_mode: toml
6757
7221
  codemirror_mode: toml
6758
7222
  codemirror_mime_type: text/x-toml
6759
7223
  language_id: 365
7224
+ TSPLIB data:
7225
+ aliases:
7226
+ - travelling salesman problem
7227
+ - traveling salesman problem
7228
+ type: data
7229
+ extensions:
7230
+ - ".tsp"
7231
+ tm_scope: none
7232
+ ace_mode: text
7233
+ language_id: 89289301
6760
7234
  TSQL:
6761
7235
  type: programming
6762
7236
  color: "#e38c00"
@@ -6772,6 +7246,9 @@ TSV:
6772
7246
  tm_scope: source.generic-db
6773
7247
  extensions:
6774
7248
  - ".tsv"
7249
+ - ".vcf"
7250
+ aliases:
7251
+ - tab-seperated values
6775
7252
  language_id: 1035892117
6776
7253
  TSX:
6777
7254
  type: programming
@@ -6792,6 +7269,14 @@ TXL:
6792
7269
  tm_scope: source.txl
6793
7270
  ace_mode: text
6794
7271
  language_id: 366
7272
+ Tact:
7273
+ type: programming
7274
+ color: "#48b5ff"
7275
+ extensions:
7276
+ - ".tact"
7277
+ ace_mode: text
7278
+ tm_scope: source.tact
7279
+ language_id: 606708469
6795
7280
  Talon:
6796
7281
  type: programming
6797
7282
  ace_mode: text
@@ -6883,6 +7368,17 @@ Terra:
6883
7368
  interpreters:
6884
7369
  - lua
6885
7370
  language_id: 371
7371
+ Terraform Template:
7372
+ type: markup
7373
+ extensions:
7374
+ - ".tftpl"
7375
+ color: "#7b42bb"
7376
+ tm_scope: source.hcl.terraform
7377
+ ace_mode: ruby
7378
+ codemirror_mode: ruby
7379
+ codemirror_mime_type: text/x-ruby
7380
+ group: HCL
7381
+ language_id: 856832701
6886
7382
  Texinfo:
6887
7383
  type: prose
6888
7384
  wrap: true
@@ -6936,6 +7432,14 @@ Text:
6936
7432
  tm_scope: none
6937
7433
  ace_mode: text
6938
7434
  language_id: 372
7435
+ TextGrid:
7436
+ type: data
7437
+ color: "#c8506d"
7438
+ tm_scope: source.textgrid
7439
+ ace_mode: text
7440
+ extensions:
7441
+ - ".TextGrid"
7442
+ language_id: 965696054
6939
7443
  TextMate Properties:
6940
7444
  type: data
6941
7445
  color: "#df66e4"
@@ -6967,6 +7471,14 @@ Thrift:
6967
7471
  - ".thrift"
6968
7472
  ace_mode: text
6969
7473
  language_id: 374
7474
+ Toit:
7475
+ type: programming
7476
+ color: "#c2c9fb"
7477
+ extensions:
7478
+ - ".toit"
7479
+ tm_scope: source.toit
7480
+ ace_mode: text
7481
+ language_id: 356554395
6970
7482
  Turing:
6971
7483
  type: programming
6972
7484
  color: "#cf142b"
@@ -7012,6 +7524,7 @@ TypeScript:
7012
7524
  interpreters:
7013
7525
  - deno
7014
7526
  - ts-node
7527
+ - tsx
7015
7528
  extensions:
7016
7529
  - ".ts"
7017
7530
  - ".cts"
@@ -7021,6 +7534,26 @@ TypeScript:
7021
7534
  codemirror_mode: javascript
7022
7535
  codemirror_mime_type: application/typescript
7023
7536
  language_id: 378
7537
+ TypeSpec:
7538
+ type: programming
7539
+ color: "#4A3665"
7540
+ aliases:
7541
+ - tsp
7542
+ extensions:
7543
+ - ".tsp"
7544
+ tm_scope: source.tsp
7545
+ ace_mode: text
7546
+ language_id: 952272597
7547
+ Typst:
7548
+ type: programming
7549
+ color: "#239dad"
7550
+ aliases:
7551
+ - typ
7552
+ extensions:
7553
+ - ".typ"
7554
+ tm_scope: source.typst
7555
+ ace_mode: text
7556
+ language_id: 704730682
7024
7557
  Unified Parallel C:
7025
7558
  type: programming
7026
7559
  color: "#4e3617"
@@ -7113,7 +7646,7 @@ VBA:
7113
7646
  - ".cls"
7114
7647
  - ".frm"
7115
7648
  - ".vba"
7116
- tm_scope: source.vbnet
7649
+ tm_scope: source.vba
7117
7650
  aliases:
7118
7651
  - visual basic for applications
7119
7652
  ace_mode: text
@@ -7218,6 +7751,7 @@ Vim Script:
7218
7751
  - vim
7219
7752
  - viml
7220
7753
  - nvim
7754
+ - vimscript
7221
7755
  extensions:
7222
7756
  - ".vim"
7223
7757
  - ".vba"
@@ -7269,11 +7803,12 @@ Visual Basic 6.0:
7269
7803
  type: programming
7270
7804
  color: "#2c6353"
7271
7805
  extensions:
7806
+ - ".bas"
7272
7807
  - ".cls"
7273
7808
  - ".ctl"
7274
7809
  - ".Dsr"
7275
7810
  - ".frm"
7276
- tm_scope: source.vbnet
7811
+ tm_scope: source.vba
7277
7812
  aliases:
7278
7813
  - vb6
7279
7814
  - vb 6
@@ -7299,7 +7834,7 @@ Vue:
7299
7834
  color: "#41b883"
7300
7835
  extensions:
7301
7836
  - ".vue"
7302
- tm_scope: text.html.vue
7837
+ tm_scope: source.vue
7303
7838
  ace_mode: html
7304
7839
  language_id: 391
7305
7840
  Vyper:
@@ -7310,6 +7845,24 @@ Vyper:
7310
7845
  ace_mode: text
7311
7846
  tm_scope: source.vyper
7312
7847
  language_id: 1055641948
7848
+ WDL:
7849
+ aliases:
7850
+ - Workflow Description Language
7851
+ type: programming
7852
+ color: "#42f1f4"
7853
+ extensions:
7854
+ - ".wdl"
7855
+ tm_scope: source.wdl
7856
+ ace_mode: text
7857
+ language_id: 374521672
7858
+ WGSL:
7859
+ type: programming
7860
+ color: "#1a5e9a"
7861
+ extensions:
7862
+ - ".wgsl"
7863
+ tm_scope: source.wgsl
7864
+ ace_mode: text
7865
+ language_id: 836605993
7313
7866
  Wavefront Material:
7314
7867
  type: data
7315
7868
  extensions:
@@ -7346,6 +7899,18 @@ WebAssembly:
7346
7899
  codemirror_mode: commonlisp
7347
7900
  codemirror_mime_type: text/x-common-lisp
7348
7901
  language_id: 956556503
7902
+ WebAssembly Interface Type:
7903
+ type: data
7904
+ color: "#6250e7"
7905
+ extensions:
7906
+ - ".wit"
7907
+ aliases:
7908
+ - wit
7909
+ ace_mode: text
7910
+ tm_scope: source.wit
7911
+ codemirror_mode: webidl
7912
+ codemirror_mime_type: text/x-webidl
7913
+ language_id: 134534086
7349
7914
  WebIDL:
7350
7915
  type: programming
7351
7916
  extensions:
@@ -7567,6 +8132,7 @@ XML:
7567
8132
  - ".mjml"
7568
8133
  - ".mm"
7569
8134
  - ".mod"
8135
+ - ".mojo"
7570
8136
  - ".mxml"
7571
8137
  - ".natvis"
7572
8138
  - ".ncl"
@@ -7600,6 +8166,7 @@ XML:
7600
8166
  - ".tml"
7601
8167
  - ".ts"
7602
8168
  - ".tsx"
8169
+ - ".typ"
7603
8170
  - ".ui"
7604
8171
  - ".urdf"
7605
8172
  - ".ux"
@@ -7766,9 +8333,11 @@ YAML:
7766
8333
  filenames:
7767
8334
  - ".clang-format"
7768
8335
  - ".clang-tidy"
8336
+ - ".clangd"
7769
8337
  - ".gemrc"
7770
8338
  - CITATION.cff
7771
8339
  - glide.lock
8340
+ - pixi.lock
7772
8341
  - yarn.lock
7773
8342
  ace_mode: yaml
7774
8343
  codemirror_mode: yaml
@@ -7868,6 +8437,7 @@ Zig:
7868
8437
  color: "#ec915c"
7869
8438
  extensions:
7870
8439
  - ".zig"
8440
+ - ".zig.zon"
7871
8441
  tm_scope: source.zig
7872
8442
  ace_mode: text
7873
8443
  language_id: 646424281
@@ -7892,6 +8462,17 @@ cURL Config:
7892
8462
  tm_scope: source.curlrc
7893
8463
  ace_mode: text
7894
8464
  language_id: 992375436
8465
+ crontab:
8466
+ type: data
8467
+ color: "#ead7ac"
8468
+ aliases:
8469
+ - cron
8470
+ - cron table
8471
+ filenames:
8472
+ - crontab
8473
+ tm_scope: text.crontab
8474
+ ace_mode: tcl
8475
+ language_id: 705203557
7895
8476
  desktop:
7896
8477
  type: data
7897
8478
  extensions:
@@ -7952,12 +8533,32 @@ hoon:
7952
8533
  extensions:
7953
8534
  - ".hoon"
7954
8535
  language_id: 560883276
8536
+ iCalendar:
8537
+ type: data
8538
+ color: "#ec564c"
8539
+ extensions:
8540
+ - ".ics"
8541
+ - ".ical"
8542
+ tm_scope: source.iCalendar
8543
+ aliases:
8544
+ - iCal
8545
+ ace_mode: properties
8546
+ codemirror_mode: properties
8547
+ codemirror_mime_type: text/x-properties
8548
+ language_id: 98384424
7955
8549
  jq:
7956
8550
  color: "#c7254e"
7957
8551
  ace_mode: text
7958
8552
  type: programming
7959
8553
  extensions:
7960
8554
  - ".jq"
8555
+ interpreters:
8556
+ - gojq
8557
+ - jaq
8558
+ - jq
8559
+ - jqjq
8560
+ - jqq
8561
+ - query-json
7961
8562
  tm_scope: source.jq
7962
8563
  language_id: 905371884
7963
8564
  kvlang:
@@ -8012,6 +8613,22 @@ nesC:
8012
8613
  ace_mode: text
8013
8614
  tm_scope: source.nesc
8014
8615
  language_id: 417
8616
+ omnetpp-msg:
8617
+ type: programming
8618
+ extensions:
8619
+ - ".msg"
8620
+ color: "#a0e0a0"
8621
+ tm_scope: source.msg
8622
+ ace_mode: text
8623
+ language_id: 664100008
8624
+ omnetpp-ned:
8625
+ type: programming
8626
+ extensions:
8627
+ - ".ned"
8628
+ color: "#08607c"
8629
+ tm_scope: source.ned
8630
+ ace_mode: text
8631
+ language_id: 924868392
8015
8632
  ooc:
8016
8633
  type: programming
8017
8634
  color: "#b0b77e"
@@ -8067,14 +8684,27 @@ sed:
8067
8684
  ace_mode: text
8068
8685
  tm_scope: source.sed
8069
8686
  language_id: 847830017
8070
- wdl:
8071
- type: programming
8072
- color: "#42f1f4"
8687
+ templ:
8688
+ type: markup
8689
+ color: "#66D0DD"
8073
8690
  extensions:
8074
- - ".wdl"
8075
- tm_scope: source.wdl
8691
+ - ".templ"
8076
8692
  ace_mode: text
8077
- language_id: 374521672
8693
+ tm_scope: source.templ
8694
+ language_id: 795579337
8695
+ vCard:
8696
+ type: data
8697
+ color: "#ee2647"
8698
+ extensions:
8699
+ - ".vcf"
8700
+ tm_scope: source.vcard
8701
+ aliases:
8702
+ - virtual contact file
8703
+ - electronic business card
8704
+ ace_mode: properties
8705
+ codemirror_mode: properties
8706
+ codemirror_mime_type: text/x-properties
8707
+ language_id: 851476558
8078
8708
  wisp:
8079
8709
  type: programming
8080
8710
  ace_mode: clojure