dependabot-linguist 0.212.1 → 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.23.0/lib/linguist/languages.yml
3
- # and as such is under linguist's MIT license https://github.com/github/linguist/blob/v7.23.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
@@ -750,6 +795,7 @@ C++:
750
795
  - ".c++"
751
796
  - ".cc"
752
797
  - ".cp"
798
+ - ".cppm"
753
799
  - ".cxx"
754
800
  - ".h"
755
801
  - ".h++"
@@ -764,6 +810,7 @@ C++:
764
810
  - ".re"
765
811
  - ".tcc"
766
812
  - ".tpp"
813
+ - ".txx"
767
814
  language_id: 43
768
815
  C-ObjDump:
769
816
  type: data
@@ -868,7 +915,7 @@ CSS:
868
915
  ace_mode: css
869
916
  codemirror_mode: css
870
917
  codemirror_mime_type: text/css
871
- color: "#563d7c"
918
+ color: "#663399"
872
919
  extensions:
873
920
  - ".css"
874
921
  language_id: 50
@@ -911,6 +958,18 @@ Cabal Config:
911
958
  codemirror_mime_type: text/x-haskell
912
959
  tm_scope: source.cabal
913
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
914
973
  Cadence:
915
974
  type: programming
916
975
  color: "#00ef8b"
@@ -926,7 +985,17 @@ Cairo:
926
985
  tm_scope: source.cairo
927
986
  extensions:
928
987
  - ".cairo"
988
+ group: Cairo
929
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
930
999
  CameLIGO:
931
1000
  type: programming
932
1001
  color: "#3be133"
@@ -946,6 +1015,16 @@ Cap'n Proto:
946
1015
  - ".capnp"
947
1016
  ace_mode: text
948
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
949
1028
  CartoCSS:
950
1029
  type: programming
951
1030
  aliases:
@@ -1023,6 +1102,14 @@ ChucK:
1023
1102
  codemirror_mode: clike
1024
1103
  codemirror_mime_type: text/x-java
1025
1104
  language_id: 57
1105
+ Circom:
1106
+ type: programming
1107
+ ace_mode: text
1108
+ extensions:
1109
+ - ".circom"
1110
+ color: "#707575"
1111
+ tm_scope: source.circom
1112
+ language_id: 1042332086
1026
1113
  Cirru:
1027
1114
  type: programming
1028
1115
  color: "#ccccff"
@@ -1188,7 +1275,7 @@ ColdFusion CFC:
1188
1275
  language_id: 65
1189
1276
  Common Lisp:
1190
1277
  type: programming
1191
- tm_scope: source.lisp
1278
+ tm_scope: source.commonlisp
1192
1279
  color: "#3fb68b"
1193
1280
  aliases:
1194
1281
  - lisp
@@ -1351,6 +1438,17 @@ Cycript:
1351
1438
  codemirror_mode: javascript
1352
1439
  codemirror_mime_type: text/javascript
1353
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
1354
1452
  Cypher:
1355
1453
  type: programming
1356
1454
  color: "#34c0eb"
@@ -1394,6 +1492,16 @@ D-ObjDump:
1394
1492
  tm_scope: objdump.x86asm
1395
1493
  ace_mode: assembly_x86
1396
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
1397
1505
  DIGITAL Command Language:
1398
1506
  type: programming
1399
1507
  aliases:
@@ -1531,6 +1639,7 @@ Dockerfile:
1531
1639
  tm_scope: source.dockerfile
1532
1640
  extensions:
1533
1641
  - ".dockerfile"
1642
+ - ".containerfile"
1534
1643
  filenames:
1535
1644
  - Containerfile
1536
1645
  - Dockerfile
@@ -1546,6 +1655,36 @@ Dogescript:
1546
1655
  tm_scope: none
1547
1656
  ace_mode: text
1548
1657
  language_id: 90
1658
+ Dotenv:
1659
+ type: data
1660
+ color: "#e5d559"
1661
+ extensions:
1662
+ - ".env"
1663
+ filenames:
1664
+ - ".env"
1665
+ - ".env.ci"
1666
+ - ".env.dev"
1667
+ - ".env.development"
1668
+ - ".env.development.local"
1669
+ - ".env.example"
1670
+ - ".env.local"
1671
+ - ".env.prod"
1672
+ - ".env.production"
1673
+ - ".env.sample"
1674
+ - ".env.staging"
1675
+ - ".env.test"
1676
+ - ".env.testing"
1677
+ tm_scope: source.dotenv
1678
+ ace_mode: text
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
1549
1688
  Dylan:
1550
1689
  type: programming
1551
1690
  color: "#6c616e"
@@ -1607,7 +1746,7 @@ ECL:
1607
1746
  ECLiPSe:
1608
1747
  type: programming
1609
1748
  color: "#001d9d"
1610
- group: prolog
1749
+ group: Prolog
1611
1750
  extensions:
1612
1751
  - ".ecl"
1613
1752
  tm_scope: source.prolog.eclipse
@@ -1676,10 +1815,44 @@ Ecere Projects:
1676
1815
  codemirror_mode: javascript
1677
1816
  codemirror_mime_type: application/json
1678
1817
  language_id: 98
1818
+ Ecmarkup:
1819
+ type: markup
1820
+ color: "#eb8131"
1821
+ group: HTML
1822
+ extensions:
1823
+ - ".html"
1824
+ tm_scope: text.html.ecmarkup
1825
+ ace_mode: html
1826
+ codemirror_mode: htmlmixed
1827
+ codemirror_mime_type: text/html
1828
+ aliases:
1829
+ - ecmarkdown
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
1679
1850
  EditorConfig:
1680
1851
  type: data
1681
1852
  color: "#fff1f2"
1682
1853
  group: INI
1854
+ extensions:
1855
+ - ".editorconfig"
1683
1856
  filenames:
1684
1857
  - ".editorconfig"
1685
1858
  aliases:
@@ -1741,6 +1914,13 @@ Elvish:
1741
1914
  tm_scope: source.elvish
1742
1915
  color: "#55BB55"
1743
1916
  language_id: 570996448
1917
+ Elvish Transcript:
1918
+ type: programming
1919
+ group: Elvish
1920
+ ace_mode: text
1921
+ tm_scope: source.elvish-transcript
1922
+ color: "#55BB55"
1923
+ language_id: 452025714
1744
1924
  Emacs Lisp:
1745
1925
  type: programming
1746
1926
  tm_scope: source.emacs.lisp
@@ -1783,6 +1963,7 @@ Erlang:
1783
1963
  color: "#B83998"
1784
1964
  extensions:
1785
1965
  - ".erl"
1966
+ - ".app"
1786
1967
  - ".app.src"
1787
1968
  - ".es"
1788
1969
  - ".escript"
@@ -1849,6 +2030,14 @@ FIGlet Font:
1849
2030
  tm_scope: source.figfont
1850
2031
  ace_mode: text
1851
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
1852
2041
  FLUX:
1853
2042
  type: programming
1854
2043
  color: "#88ccff"
@@ -1985,9 +2174,9 @@ Fortran Free Form:
1985
2174
  codemirror_mode: fortran
1986
2175
  codemirror_mime_type: text/x-fortran
1987
2176
  language_id: 761352333
1988
- FreeBasic:
2177
+ FreeBASIC:
1989
2178
  type: programming
1990
- color: "#867db1"
2179
+ color: "#141AC9"
1991
2180
  extensions:
1992
2181
  - ".bi"
1993
2182
  - ".bas"
@@ -2121,6 +2310,7 @@ GLSL:
2121
2310
  - ".tese"
2122
2311
  - ".vert"
2123
2312
  - ".vrx"
2313
+ - ".vs"
2124
2314
  - ".vsh"
2125
2315
  - ".vshader"
2126
2316
  tm_scope: source.glsl
@@ -2182,20 +2372,20 @@ Gemini:
2182
2372
  wrap: true
2183
2373
  tm_scope: source.gemini
2184
2374
  language_id: 310828396
2185
- Genero:
2375
+ Genero 4gl:
2186
2376
  type: programming
2187
2377
  color: "#63408e"
2188
2378
  extensions:
2189
2379
  - ".4gl"
2190
- tm_scope: source.genero
2380
+ tm_scope: source.genero-4gl
2191
2381
  ace_mode: text
2192
2382
  language_id: 986054050
2193
- Genero Forms:
2383
+ Genero per:
2194
2384
  type: markup
2195
2385
  color: "#d8df39"
2196
2386
  extensions:
2197
2387
  - ".per"
2198
- tm_scope: source.genero-forms
2388
+ tm_scope: source.genero-per
2199
2389
  ace_mode: text
2200
2390
  language_id: 902995658
2201
2391
  Genie:
@@ -2293,7 +2483,6 @@ Gherkin:
2293
2483
  Git Attributes:
2294
2484
  type: data
2295
2485
  color: "#F44D27"
2296
- group: INI
2297
2486
  aliases:
2298
2487
  - gitattributes
2299
2488
  filenames:
@@ -2338,6 +2527,24 @@ Gleam:
2338
2527
  - ".gleam"
2339
2528
  tm_scope: source.gleam
2340
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
2341
2548
  Glyph:
2342
2549
  type: programming
2343
2550
  color: "#c1ac7f"
@@ -2388,8 +2595,11 @@ Go Checksums:
2388
2595
  aliases:
2389
2596
  - go.sum
2390
2597
  - go sum
2598
+ - go.work.sum
2599
+ - go work sum
2391
2600
  filenames:
2392
2601
  - go.sum
2602
+ - go.work.sum
2393
2603
  tm_scope: go.sum
2394
2604
  ace_mode: text
2395
2605
  language_id: 1054391671
@@ -2404,6 +2614,30 @@ Go Module:
2404
2614
  tm_scope: go.mod
2405
2615
  ace_mode: text
2406
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
2628
+ Godot Resource:
2629
+ type: data
2630
+ color: "#355570"
2631
+ extensions:
2632
+ - ".gdnlib"
2633
+ - ".gdns"
2634
+ - ".tres"
2635
+ - ".tscn"
2636
+ filenames:
2637
+ - project.godot
2638
+ tm_scope: source.gdresource
2639
+ ace_mode: text
2640
+ language_id: 738107771
2407
2641
  Golo:
2408
2642
  type: programming
2409
2643
  color: "#88562A"
@@ -2439,6 +2673,15 @@ Gradle:
2439
2673
  tm_scope: source.groovy.gradle
2440
2674
  ace_mode: text
2441
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
2442
2685
  Grammatical Framework:
2443
2686
  type: programming
2444
2687
  aliases:
@@ -2520,6 +2763,7 @@ HAProxy:
2520
2763
  language_id: 366607477
2521
2764
  HCL:
2522
2765
  type: programming
2766
+ color: "#844FBA"
2523
2767
  extensions:
2524
2768
  - ".hcl"
2525
2769
  - ".nomad"
@@ -2532,7 +2776,7 @@ HCL:
2532
2776
  ace_mode: ruby
2533
2777
  codemirror_mode: ruby
2534
2778
  codemirror_mime_type: text/x-ruby
2535
- tm_scope: source.terraform
2779
+ tm_scope: source.hcl
2536
2780
  language_id: 144
2537
2781
  HLSL:
2538
2782
  type: programming
@@ -2551,6 +2795,9 @@ HOCON:
2551
2795
  color: "#9ff8ee"
2552
2796
  extensions:
2553
2797
  - ".hocon"
2798
+ filenames:
2799
+ - ".scalafix.conf"
2800
+ - ".scalafmt.conf"
2554
2801
  tm_scope: source.hocon
2555
2802
  ace_mode: text
2556
2803
  language_id: 679725279
@@ -2706,6 +2953,14 @@ Harbour:
2706
2953
  tm_scope: source.harbour
2707
2954
  ace_mode: text
2708
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
2709
2964
  Haskell:
2710
2965
  type: programming
2711
2966
  color: "#5e5086"
@@ -2752,6 +3007,18 @@ HolyC:
2752
3007
  codemirror_mode: clike
2753
3008
  codemirror_mime_type: text/x-csrc
2754
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
2755
3022
  Hy:
2756
3023
  type: programming
2757
3024
  ace_mode: text
@@ -2799,6 +3066,7 @@ INI:
2799
3066
  extensions:
2800
3067
  - ".ini"
2801
3068
  - ".cfg"
3069
+ - ".cnf"
2802
3070
  - ".dof"
2803
3071
  - ".lektorproject"
2804
3072
  - ".prefs"
@@ -2806,11 +3074,15 @@ INI:
2806
3074
  - ".properties"
2807
3075
  - ".url"
2808
3076
  filenames:
3077
+ - ".buckconfig"
2809
3078
  - ".coveragerc"
2810
3079
  - ".flake8"
2811
3080
  - ".pylintrc"
3081
+ - HOSTS
2812
3082
  - buildozer.spec
3083
+ - hosts
2813
3084
  - pylintrc
3085
+ - vlcrc
2814
3086
  tm_scope: source.ini
2815
3087
  aliases:
2816
3088
  - dosini
@@ -2843,7 +3115,6 @@ Idris:
2843
3115
  Ignore List:
2844
3116
  type: data
2845
3117
  color: "#000000"
2846
- group: INI
2847
3118
  aliases:
2848
3119
  - ignore
2849
3120
  - gitignore
@@ -2857,9 +3128,11 @@ Ignore List:
2857
3128
  - ".coffeelintignore"
2858
3129
  - ".cvsignore"
2859
3130
  - ".dockerignore"
3131
+ - ".easignore"
2860
3132
  - ".eleventyignore"
2861
3133
  - ".eslintignore"
2862
3134
  - ".gitignore"
3135
+ - ".ignore"
2863
3136
  - ".markdownlintignore"
2864
3137
  - ".nodemonignore"
2865
3138
  - ".npmignore"
@@ -2904,6 +3177,14 @@ Inform 7:
2904
3177
  - inform7
2905
3178
  ace_mode: text
2906
3179
  language_id: 166
3180
+ Ink:
3181
+ type: programming
3182
+ wrap: true
3183
+ extensions:
3184
+ - ".ink"
3185
+ tm_scope: source.ink
3186
+ ace_mode: text
3187
+ language_id: 838252715
2907
3188
  Inno Setup:
2908
3189
  type: programming
2909
3190
  color: "#264b99"
@@ -2968,6 +3249,14 @@ JAR Manifest:
2968
3249
  tm_scope: source.yaml
2969
3250
  ace_mode: text
2970
3251
  language_id: 447261135
3252
+ JCL:
3253
+ type: programming
3254
+ color: "#d90e09"
3255
+ extensions:
3256
+ - ".jcl"
3257
+ tm_scope: source.jcl
3258
+ ace_mode: text
3259
+ language_id: 316620079
2971
3260
  JFlex:
2972
3261
  type: programming
2973
3262
  color: "#DBCA00"
@@ -2988,6 +3277,7 @@ JSON:
2988
3277
  aliases:
2989
3278
  - geojson
2990
3279
  - jsonl
3280
+ - sarif
2991
3281
  - topojson
2992
3282
  extensions:
2993
3283
  - ".json"
@@ -2999,8 +3289,11 @@ JSON:
2999
3289
  - ".har"
3000
3290
  - ".ice"
3001
3291
  - ".JSON-tmLanguage"
3292
+ - ".json.example"
3002
3293
  - ".jsonl"
3003
3294
  - ".mcmeta"
3295
+ - ".sarif"
3296
+ - ".tact"
3004
3297
  - ".tfstate"
3005
3298
  - ".tfstate.backup"
3006
3299
  - ".topojson"
@@ -3019,8 +3312,11 @@ JSON:
3019
3312
  - ".tern-config"
3020
3313
  - ".tern-project"
3021
3314
  - ".watchmanconfig"
3315
+ - MODULE.bazel.lock
3022
3316
  - Pipfile.lock
3023
3317
  - composer.lock
3318
+ - deno.lock
3319
+ - flake.lock
3024
3320
  - mcmod.info
3025
3321
  language_id: 174
3026
3322
  JSON with Comments:
@@ -3036,7 +3332,9 @@ JSON with Comments:
3036
3332
  extensions:
3037
3333
  - ".jsonc"
3038
3334
  - ".code-snippets"
3335
+ - ".code-workspace"
3039
3336
  - ".sublime-build"
3337
+ - ".sublime-color-scheme"
3040
3338
  - ".sublime-commands"
3041
3339
  - ".sublime-completions"
3042
3340
  - ".sublime-keymap"
@@ -3056,6 +3354,7 @@ JSON with Comments:
3056
3354
  - ".jscsrc"
3057
3355
  - ".jshintrc"
3058
3356
  - ".jslintrc"
3357
+ - ".swcrc"
3059
3358
  - api-extractor.json
3060
3359
  - devcontainer.json
3061
3360
  - jsconfig.json
@@ -3149,6 +3448,17 @@ Java Server Pages:
3149
3448
  codemirror_mode: htmlembedded
3150
3449
  codemirror_mime_type: application/x-jsp
3151
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
3152
3462
  JavaScript:
3153
3463
  type: programming
3154
3464
  tm_scope: source.js
@@ -3301,6 +3611,13 @@ Julia:
3301
3611
  codemirror_mode: julia
3302
3612
  codemirror_mime_type: text/x-julia
3303
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
3304
3621
  Jupyter Notebook:
3305
3622
  type: markup
3306
3623
  ace_mode: json
@@ -3315,6 +3632,23 @@ Jupyter Notebook:
3315
3632
  aliases:
3316
3633
  - IPython Notebook
3317
3634
  language_id: 185
3635
+ Just:
3636
+ type: programming
3637
+ aliases:
3638
+ - Justfile
3639
+ color: "#384d54"
3640
+ tm_scope: source.just
3641
+ filenames:
3642
+ - ".JUSTFILE"
3643
+ - ".Justfile"
3644
+ - ".justfile"
3645
+ - JUSTFILE
3646
+ - Justfile
3647
+ - justfile
3648
+ extensions:
3649
+ - ".just"
3650
+ ace_mode: text
3651
+ language_id: 128447695
3318
3652
  KRL:
3319
3653
  type: programming
3320
3654
  color: "#28430A"
@@ -3348,6 +3682,14 @@ KakouneScript:
3348
3682
  - kakrc
3349
3683
  ace_mode: text
3350
3684
  language_id: 603336474
3685
+ KerboScript:
3686
+ type: programming
3687
+ ace_mode: text
3688
+ extensions:
3689
+ - ".ks"
3690
+ color: "#41adf0"
3691
+ tm_scope: source.kerboscript
3692
+ language_id: 59716426
3351
3693
  KiCad Layout:
3352
3694
  type: data
3353
3695
  color: "#2f4aab"
@@ -3383,6 +3725,13 @@ KiCad Schematic:
3383
3725
  tm_scope: source.pcb.schematic
3384
3726
  ace_mode: text
3385
3727
  language_id: 622447435
3728
+ Kickstart:
3729
+ type: data
3730
+ ace_mode: text
3731
+ extensions:
3732
+ - ".ks"
3733
+ tm_scope: source.kickstart
3734
+ language_id: 692635484
3386
3735
  Kit:
3387
3736
  type: markup
3388
3737
  ace_mode: html
@@ -3435,7 +3784,7 @@ LOLCODE:
3435
3784
  extensions:
3436
3785
  - ".lol"
3437
3786
  color: "#cc9900"
3438
- tm_scope: none
3787
+ tm_scope: source.lolcode
3439
3788
  ace_mode: text
3440
3789
  language_id: 192
3441
3790
  LSL:
@@ -3511,6 +3860,14 @@ Lean:
3511
3860
  tm_scope: source.lean
3512
3861
  ace_mode: text
3513
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
3514
3871
  Less:
3515
3872
  type: markup
3516
3873
  color: "#1d365d"
@@ -3627,6 +3984,14 @@ Literate Haskell:
3627
3984
  codemirror_mode: haskell-literate
3628
3985
  codemirror_mime_type: text/x-literate-haskell
3629
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
3630
3995
  LiveScript:
3631
3996
  type: programming
3632
3997
  color: "#499886"
@@ -3668,9 +4033,8 @@ LookML:
3668
4033
  codemirror_mime_type: text/x-yaml
3669
4034
  color: "#652B81"
3670
4035
  extensions:
4036
+ - ".lkml"
3671
4037
  - ".lookml"
3672
- - ".model.lkml"
3673
- - ".view.lkml"
3674
4038
  tm_scope: source.yaml
3675
4039
  language_id: 211
3676
4040
  LoomScript:
@@ -3701,6 +4065,18 @@ Lua:
3701
4065
  interpreters:
3702
4066
  - lua
3703
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
3704
4080
  M:
3705
4081
  type: programming
3706
4082
  aliases:
@@ -3755,6 +4131,17 @@ MAXScript:
3755
4131
  tm_scope: source.maxscript
3756
4132
  ace_mode: text
3757
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
3758
4145
  MLIR:
3759
4146
  type: programming
3760
4147
  color: "#5EC8DB"
@@ -3862,6 +4249,7 @@ Markdown:
3862
4249
  type: prose
3863
4250
  color: "#083fa1"
3864
4251
  aliases:
4252
+ - md
3865
4253
  - pandoc
3866
4254
  ace_mode: markdown
3867
4255
  codemirror_mode: gfm
@@ -3873,7 +4261,6 @@ Markdown:
3873
4261
  - ".markdown"
3874
4262
  - ".mdown"
3875
4263
  - ".mdwn"
3876
- - ".mdx"
3877
4264
  - ".mkd"
3878
4265
  - ".mkdn"
3879
4266
  - ".mkdown"
@@ -3882,7 +4269,7 @@ Markdown:
3882
4269
  - ".workbook"
3883
4270
  filenames:
3884
4271
  - contents.lr
3885
- tm_scope: source.gfm
4272
+ tm_scope: text.md
3886
4273
  language_id: 222
3887
4274
  Marko:
3888
4275
  type: markup
@@ -4088,6 +4475,16 @@ Module Management System:
4088
4475
  tm_scope: none
4089
4476
  ace_mode: text
4090
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
4091
4488
  Monkey:
4092
4489
  type: programming
4093
4490
  extensions:
@@ -4113,6 +4510,14 @@ Moocode:
4113
4510
  tm_scope: none
4114
4511
  ace_mode: text
4115
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
4116
4521
  MoonScript:
4117
4522
  type: programming
4118
4523
  color: "#ff4585"
@@ -4215,6 +4620,14 @@ NL:
4215
4620
  tm_scope: none
4216
4621
  ace_mode: text
4217
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
4218
4631
  NPM Config:
4219
4632
  type: data
4220
4633
  color: "#cb3837"
@@ -4251,8 +4664,8 @@ Nasal:
4251
4664
  color: "#1d2c4e"
4252
4665
  extensions:
4253
4666
  - ".nas"
4254
- tm_scope: none
4255
- ace_mode: text
4667
+ tm_scope: source.nasal
4668
+ ace_mode: nasal
4256
4669
  language_id: 178322513
4257
4670
  Nearley:
4258
4671
  type: programming
@@ -4380,6 +4793,18 @@ Nix:
4380
4793
  tm_scope: source.nix
4381
4794
  ace_mode: nix
4382
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
4383
4808
  Nu:
4384
4809
  type: programming
4385
4810
  color: "#c9df40"
@@ -4419,6 +4844,21 @@ Nunjucks:
4419
4844
  tm_scope: text.html.nunjucks
4420
4845
  ace_mode: nunjucks
4421
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
4422
4862
  OASv2-json:
4423
4863
  type: data
4424
4864
  color: "#85ea2d"
@@ -4470,7 +4910,7 @@ OCaml:
4470
4910
  ace_mode: ocaml
4471
4911
  codemirror_mode: mllike
4472
4912
  codemirror_mime_type: text/x-ocaml
4473
- color: "#3be133"
4913
+ color: "#ef7a08"
4474
4914
  extensions:
4475
4915
  - ".ml"
4476
4916
  - ".eliom"
@@ -4485,6 +4925,13 @@ OCaml:
4485
4925
  - ocamlscript
4486
4926
  tm_scope: source.ocaml
4487
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
4488
4935
  ObjDump:
4489
4936
  type: data
4490
4937
  extensions:
@@ -4686,8 +5133,10 @@ Option List:
4686
5133
  - ackrc
4687
5134
  filenames:
4688
5135
  - ".ackrc"
4689
- - "ackrc"
4690
- - "mocha.opts"
5136
+ - ".rspec"
5137
+ - ".yardopts"
5138
+ - ackrc
5139
+ - mocha.opts
4691
5140
  tm_scope: source.opts
4692
5141
  ace_mode: sh
4693
5142
  codemirror_mode: shell
@@ -4750,7 +5199,8 @@ PEG.js:
4750
5199
  color: "#234d6b"
4751
5200
  extensions:
4752
5201
  - ".pegjs"
4753
- tm_scope: source.pegjs
5202
+ - ".peggy"
5203
+ tm_scope: source.peggy
4754
5204
  ace_mode: javascript
4755
5205
  codemirror_mode: javascript
4756
5206
  codemirror_mime_type: text/javascript
@@ -4831,6 +5281,14 @@ POV-Ray SDL:
4831
5281
  tm_scope: source.pov-ray sdl
4832
5282
  ace_mode: text
4833
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
4834
5292
  Pan:
4835
5293
  type: programming
4836
5294
  color: "#cc0000"
@@ -4956,6 +5414,8 @@ Pic:
4956
5414
  extensions:
4957
5415
  - ".pic"
4958
5416
  - ".chem"
5417
+ aliases:
5418
+ - pikchr
4959
5419
  ace_mode: text
4960
5420
  codemirror_mode: troff
4961
5421
  codemirror_mime_type: text/troff
@@ -4997,8 +5457,28 @@ Pike:
4997
5457
  tm_scope: source.pike
4998
5458
  ace_mode: text
4999
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
5000
5479
  PlantUML:
5001
5480
  type: data
5481
+ color: "#fbbd16"
5002
5482
  extensions:
5003
5483
  - ".puml"
5004
5484
  - ".iuml"
@@ -5091,7 +5571,7 @@ PowerBuilder:
5091
5571
  - ".sra"
5092
5572
  - ".sru"
5093
5573
  - ".srw"
5094
- tm_scope: none
5574
+ tm_scope: source.powerbuilder
5095
5575
  ace_mode: text
5096
5576
  language_id: 292
5097
5577
  PowerShell:
@@ -5111,6 +5591,14 @@ PowerShell:
5111
5591
  interpreters:
5112
5592
  - pwsh
5113
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
5114
5602
  Prisma:
5115
5603
  type: data
5116
5604
  color: "#0c344b"
@@ -5147,6 +5635,7 @@ Prolog:
5147
5635
  color: "#74283c"
5148
5636
  extensions:
5149
5637
  - ".pl"
5638
+ - ".plt"
5150
5639
  - ".pro"
5151
5640
  - ".prolog"
5152
5641
  - ".yap"
@@ -5175,6 +5664,7 @@ Propeller Spin:
5175
5664
  Protocol Buffer:
5176
5665
  type: data
5177
5666
  aliases:
5667
+ - proto
5178
5668
  - protobuf
5179
5669
  - Protocol Buffers
5180
5670
  extensions:
@@ -5255,6 +5745,14 @@ PureScript:
5255
5745
  codemirror_mode: haskell
5256
5746
  codemirror_mime_type: text/x-haskell
5257
5747
  language_id: 302
5748
+ Pyret:
5749
+ type: programming
5750
+ color: "#ee1e10"
5751
+ extensions:
5752
+ - ".arr"
5753
+ ace_mode: python
5754
+ tm_scope: source.arr
5755
+ language_id: 252961827
5258
5756
  Python:
5259
5757
  type: programming
5260
5758
  tm_scope: source.python
@@ -5276,7 +5774,6 @@ Python:
5276
5774
  - ".pyt"
5277
5775
  - ".pyw"
5278
5776
  - ".rpy"
5279
- - ".smk"
5280
5777
  - ".spec"
5281
5778
  - ".tac"
5282
5779
  - ".wsgi"
@@ -5286,12 +5783,14 @@ Python:
5286
5783
  - DEPS
5287
5784
  - SConscript
5288
5785
  - SConstruct
5289
- - Snakefile
5290
5786
  - wscript
5291
5787
  interpreters:
5292
5788
  - python
5293
5789
  - python2
5294
5790
  - python3
5791
+ - py
5792
+ - pypy
5793
+ - pypy3
5295
5794
  aliases:
5296
5795
  - python3
5297
5796
  - rusthon
@@ -5365,11 +5864,26 @@ Quake:
5365
5864
  ace_mode: text
5366
5865
  tm_scope: source.quake
5367
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
5368
5883
  R:
5369
5884
  type: programming
5370
5885
  color: "#198CE7"
5371
5886
  aliases:
5372
- - R
5373
5887
  - Rscript
5374
5888
  - splus
5375
5889
  extensions:
@@ -5396,6 +5910,17 @@ RAML:
5396
5910
  extensions:
5397
5911
  - ".raml"
5398
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
5399
5924
  RDoc:
5400
5925
  type: prose
5401
5926
  color: "#701516"
@@ -5442,8 +5967,16 @@ RMarkdown:
5442
5967
  extensions:
5443
5968
  - ".qmd"
5444
5969
  - ".rmd"
5445
- tm_scope: source.gfm
5970
+ tm_scope: text.md
5446
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
5447
5980
  RPC:
5448
5981
  type: programming
5449
5982
  aliases:
@@ -5683,6 +6216,14 @@ RenderScript:
5683
6216
  tm_scope: none
5684
6217
  ace_mode: text
5685
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
5686
6227
  Rich Text Format:
5687
6228
  type: markup
5688
6229
  extensions:
@@ -5711,9 +6252,18 @@ RobotFramework:
5711
6252
  color: "#00c0b5"
5712
6253
  extensions:
5713
6254
  - ".robot"
6255
+ - ".resource"
5714
6256
  tm_scope: text.robot
5715
6257
  ace_mode: text
5716
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
5717
6267
  Roff:
5718
6268
  type: markup
5719
6269
  color: "#ecdebe"
@@ -5897,6 +6447,8 @@ Rust:
5897
6447
  ace_mode: rust
5898
6448
  codemirror_mode: rust
5899
6449
  codemirror_mime_type: text/x-rustsrc
6450
+ interpreters:
6451
+ - rust-script
5900
6452
  language_id: 327
5901
6453
  SAS:
5902
6454
  type: programming
@@ -6015,6 +6567,11 @@ SRecode Template:
6015
6567
  SSH Config:
6016
6568
  type: data
6017
6569
  group: INI
6570
+ aliases:
6571
+ - sshconfig
6572
+ - sshdconfig
6573
+ - ssh_config
6574
+ - sshd_config
6018
6575
  filenames:
6019
6576
  - ssh-config
6020
6577
  - ssh_config
@@ -6193,33 +6750,35 @@ Shell:
6193
6750
  - shell-script
6194
6751
  - bash
6195
6752
  - zsh
6753
+ - envrc
6196
6754
  extensions:
6197
6755
  - ".sh"
6198
6756
  - ".bash"
6199
6757
  - ".bats"
6200
6758
  - ".cgi"
6201
6759
  - ".command"
6202
- - ".env"
6203
6760
  - ".fcgi"
6204
6761
  - ".ksh"
6205
6762
  - ".sh.in"
6206
6763
  - ".tmux"
6207
6764
  - ".tool"
6765
+ - ".trigger"
6208
6766
  - ".zsh"
6209
6767
  - ".zsh-theme"
6210
6768
  filenames:
6211
6769
  - ".bash_aliases"
6770
+ - ".bash_functions"
6212
6771
  - ".bash_history"
6213
6772
  - ".bash_logout"
6214
6773
  - ".bash_profile"
6215
6774
  - ".bashrc"
6216
6775
  - ".cshrc"
6217
- - ".env"
6218
- - ".env.example"
6776
+ - ".envrc"
6219
6777
  - ".flaskenv"
6220
6778
  - ".kshrc"
6221
6779
  - ".login"
6222
6780
  - ".profile"
6781
+ - ".tmux.conf"
6223
6782
  - ".zlogin"
6224
6783
  - ".zlogout"
6225
6784
  - ".zprofile"
@@ -6237,6 +6796,7 @@ Shell:
6237
6796
  - login
6238
6797
  - man
6239
6798
  - profile
6799
+ - tmux.conf
6240
6800
  - zlogin
6241
6801
  - zlogout
6242
6802
  - zprofile
@@ -6330,7 +6890,7 @@ Slash:
6330
6890
  Slice:
6331
6891
  type: programming
6332
6892
  color: "#003fa2"
6333
- tm_scope: source.slice
6893
+ tm_scope: source.ice
6334
6894
  ace_mode: text
6335
6895
  extensions:
6336
6896
  - ".ice"
@@ -6345,6 +6905,14 @@ Slim:
6345
6905
  codemirror_mode: slim
6346
6906
  codemirror_mime_type: text/x-slim
6347
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
6348
6916
  SmPL:
6349
6917
  type: programming
6350
6918
  extensions:
@@ -6385,6 +6953,32 @@ Smarty:
6385
6953
  codemirror_mime_type: text/x-smarty
6386
6954
  tm_scope: text.html.smarty
6387
6955
  language_id: 353
6956
+ Smithy:
6957
+ type: programming
6958
+ ace_mode: text
6959
+ codemirror_mode: clike
6960
+ codemirror_mime_type: text/x-csrc
6961
+ tm_scope: source.smithy
6962
+ color: "#c44536"
6963
+ extensions:
6964
+ - ".smithy"
6965
+ language_id: 1027892786
6966
+ Snakemake:
6967
+ type: programming
6968
+ group: Python
6969
+ tm_scope: source.python
6970
+ ace_mode: python
6971
+ codemirror_mode: python
6972
+ codemirror_mime_type: text/x-python
6973
+ color: "#419179"
6974
+ extensions:
6975
+ - ".smk"
6976
+ - ".snakefile"
6977
+ filenames:
6978
+ - Snakefile
6979
+ aliases:
6980
+ - snakefile
6981
+ language_id: 151241392
6388
6982
  Solidity:
6389
6983
  type: programming
6390
6984
  color: "#AA6746"
@@ -6465,9 +7059,11 @@ Starlark:
6465
7059
  - BUCK
6466
7060
  - BUILD
6467
7061
  - BUILD.bazel
7062
+ - MODULE.bazel
6468
7063
  - Tiltfile
6469
7064
  - WORKSPACE
6470
7065
  - WORKSPACE.bazel
7066
+ - WORKSPACE.bzlmod
6471
7067
  aliases:
6472
7068
  - bazel
6473
7069
  - bzl
@@ -6542,6 +7138,24 @@ Svelte:
6542
7138
  extensions:
6543
7139
  - ".svelte"
6544
7140
  language_id: 928734530
7141
+ Sway:
7142
+ type: programming
7143
+ color: "#00F58C"
7144
+ extensions:
7145
+ - ".sw"
7146
+ tm_scope: source.sway
7147
+ ace_mode: rust
7148
+ codemirror_mode: rust
7149
+ codemirror_mime_type: text/x-rustsrc
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
6545
7159
  Swift:
6546
7160
  type: programming
6547
7161
  color: "#F05138"
@@ -6570,11 +7184,17 @@ TI Program:
6570
7184
  color: "#A0AA87"
6571
7185
  extensions:
6572
7186
  - ".8xp"
6573
- - ".8xk"
6574
- - ".8xk.txt"
6575
7187
  - ".8xp.txt"
6576
7188
  language_id: 422
6577
- 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
6578
7198
  TLA:
6579
7199
  type: programming
6580
7200
  color: "#4b0079"
@@ -6590,14 +7210,27 @@ TOML:
6590
7210
  - ".toml"
6591
7211
  filenames:
6592
7212
  - Cargo.lock
7213
+ - Cargo.toml.orig
6593
7214
  - Gopkg.lock
6594
7215
  - Pipfile
7216
+ - pdm.lock
6595
7217
  - poetry.lock
7218
+ - uv.lock
6596
7219
  tm_scope: source.toml
6597
7220
  ace_mode: toml
6598
7221
  codemirror_mode: toml
6599
7222
  codemirror_mime_type: text/x-toml
6600
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
6601
7234
  TSQL:
6602
7235
  type: programming
6603
7236
  color: "#e38c00"
@@ -6613,6 +7246,9 @@ TSV:
6613
7246
  tm_scope: source.generic-db
6614
7247
  extensions:
6615
7248
  - ".tsv"
7249
+ - ".vcf"
7250
+ aliases:
7251
+ - tab-seperated values
6616
7252
  language_id: 1035892117
6617
7253
  TSX:
6618
7254
  type: programming
@@ -6633,6 +7269,14 @@ TXL:
6633
7269
  tm_scope: source.txl
6634
7270
  ace_mode: text
6635
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
6636
7280
  Talon:
6637
7281
  type: programming
6638
7282
  ace_mode: text
@@ -6724,6 +7368,17 @@ Terra:
6724
7368
  interpreters:
6725
7369
  - lua
6726
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
6727
7382
  Texinfo:
6728
7383
  type: prose
6729
7384
  wrap: true
@@ -6777,6 +7432,14 @@ Text:
6777
7432
  tm_scope: none
6778
7433
  ace_mode: text
6779
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
6780
7443
  TextMate Properties:
6781
7444
  type: data
6782
7445
  color: "#df66e4"
@@ -6808,6 +7471,14 @@ Thrift:
6808
7471
  - ".thrift"
6809
7472
  ace_mode: text
6810
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
6811
7482
  Turing:
6812
7483
  type: programming
6813
7484
  color: "#cf142b"
@@ -6853,6 +7524,7 @@ TypeScript:
6853
7524
  interpreters:
6854
7525
  - deno
6855
7526
  - ts-node
7527
+ - tsx
6856
7528
  extensions:
6857
7529
  - ".ts"
6858
7530
  - ".cts"
@@ -6862,6 +7534,26 @@ TypeScript:
6862
7534
  codemirror_mode: javascript
6863
7535
  codemirror_mime_type: application/typescript
6864
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
6865
7557
  Unified Parallel C:
6866
7558
  type: programming
6867
7559
  color: "#4e3617"
@@ -6953,9 +7645,8 @@ VBA:
6953
7645
  - ".bas"
6954
7646
  - ".cls"
6955
7647
  - ".frm"
6956
- - ".frx"
6957
7648
  - ".vba"
6958
- tm_scope: source.vbnet
7649
+ tm_scope: source.vba
6959
7650
  aliases:
6960
7651
  - visual basic for applications
6961
7652
  ace_mode: text
@@ -7060,6 +7751,7 @@ Vim Script:
7060
7751
  - vim
7061
7752
  - viml
7062
7753
  - nvim
7754
+ - vimscript
7063
7755
  extensions:
7064
7756
  - ".vim"
7065
7757
  - ".vba"
@@ -7111,9 +7803,12 @@ Visual Basic 6.0:
7111
7803
  type: programming
7112
7804
  color: "#2c6353"
7113
7805
  extensions:
7806
+ - ".bas"
7807
+ - ".cls"
7114
7808
  - ".ctl"
7115
7809
  - ".Dsr"
7116
- tm_scope: source.vbnet
7810
+ - ".frm"
7811
+ tm_scope: source.vba
7117
7812
  aliases:
7118
7813
  - vb6
7119
7814
  - vb 6
@@ -7139,7 +7834,7 @@ Vue:
7139
7834
  color: "#41b883"
7140
7835
  extensions:
7141
7836
  - ".vue"
7142
- tm_scope: text.html.vue
7837
+ tm_scope: source.vue
7143
7838
  ace_mode: html
7144
7839
  language_id: 391
7145
7840
  Vyper:
@@ -7150,6 +7845,24 @@ Vyper:
7150
7845
  ace_mode: text
7151
7846
  tm_scope: source.vyper
7152
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
7153
7866
  Wavefront Material:
7154
7867
  type: data
7155
7868
  extensions:
@@ -7186,6 +7899,18 @@ WebAssembly:
7186
7899
  codemirror_mode: commonlisp
7187
7900
  codemirror_mime_type: text/x-common-lisp
7188
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
7189
7914
  WebIDL:
7190
7915
  type: programming
7191
7916
  extensions:
@@ -7407,6 +8132,7 @@ XML:
7407
8132
  - ".mjml"
7408
8133
  - ".mm"
7409
8134
  - ".mod"
8135
+ - ".mojo"
7410
8136
  - ".mxml"
7411
8137
  - ".natvis"
7412
8138
  - ".ncl"
@@ -7435,10 +8161,12 @@ XML:
7435
8161
  - ".srdf"
7436
8162
  - ".storyboard"
7437
8163
  - ".sublime-snippet"
8164
+ - ".sw"
7438
8165
  - ".targets"
7439
8166
  - ".tml"
7440
8167
  - ".ts"
7441
8168
  - ".tsx"
8169
+ - ".typ"
7442
8170
  - ".ui"
7443
8171
  - ".urdf"
7444
8172
  - ".ux"
@@ -7605,9 +8333,11 @@ YAML:
7605
8333
  filenames:
7606
8334
  - ".clang-format"
7607
8335
  - ".clang-tidy"
8336
+ - ".clangd"
7608
8337
  - ".gemrc"
7609
8338
  - CITATION.cff
7610
8339
  - glide.lock
8340
+ - pixi.lock
7611
8341
  - yarn.lock
7612
8342
  ace_mode: yaml
7613
8343
  codemirror_mode: yaml
@@ -7707,6 +8437,7 @@ Zig:
7707
8437
  color: "#ec915c"
7708
8438
  extensions:
7709
8439
  - ".zig"
8440
+ - ".zig.zon"
7710
8441
  tm_scope: source.zig
7711
8442
  ace_mode: text
7712
8443
  language_id: 646424281
@@ -7731,6 +8462,17 @@ cURL Config:
7731
8462
  tm_scope: source.curlrc
7732
8463
  ace_mode: text
7733
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
7734
8476
  desktop:
7735
8477
  type: data
7736
8478
  extensions:
@@ -7791,24 +8533,34 @@ hoon:
7791
8533
  extensions:
7792
8534
  - ".hoon"
7793
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
7794
8549
  jq:
7795
8550
  color: "#c7254e"
7796
8551
  ace_mode: text
7797
8552
  type: programming
7798
8553
  extensions:
7799
8554
  - ".jq"
8555
+ interpreters:
8556
+ - gojq
8557
+ - jaq
8558
+ - jq
8559
+ - jqjq
8560
+ - jqq
8561
+ - query-json
7800
8562
  tm_scope: source.jq
7801
8563
  language_id: 905371884
7802
- just:
7803
- type: programming
7804
- aliases:
7805
- - Justfile
7806
- color: "#384d54"
7807
- tm_scope: source.just
7808
- filenames:
7809
- - Justfile
7810
- ace_mode: text
7811
- language_id: 128447695
7812
8564
  kvlang:
7813
8565
  type: markup
7814
8566
  ace_mode: text
@@ -7861,6 +8613,22 @@ nesC:
7861
8613
  ace_mode: text
7862
8614
  tm_scope: source.nesc
7863
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
7864
8632
  ooc:
7865
8633
  type: programming
7866
8634
  color: "#b0b77e"
@@ -7916,14 +8684,27 @@ sed:
7916
8684
  ace_mode: text
7917
8685
  tm_scope: source.sed
7918
8686
  language_id: 847830017
7919
- wdl:
7920
- type: programming
7921
- color: "#42f1f4"
8687
+ templ:
8688
+ type: markup
8689
+ color: "#66D0DD"
7922
8690
  extensions:
7923
- - ".wdl"
7924
- tm_scope: source.wdl
8691
+ - ".templ"
7925
8692
  ace_mode: text
7926
- 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
7927
8708
  wisp:
7928
8709
  type: programming
7929
8710
  ace_mode: clojure