github-linguist 7.18.0 → 7.19.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.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/bin/github-linguist +1 -0
  3. data/grammars/liquid.injection.json +1 -0
  4. data/grammars/markdown.curry.codeblock.json +1 -0
  5. data/grammars/markdown.textproto.codeblock.json +1 -0
  6. data/grammars/source.2da.json +1 -0
  7. data/grammars/source.aidl.json +1 -1
  8. data/grammars/source.ballerina.json +1 -1
  9. data/grammars/source.bnd.json +1 -0
  10. data/grammars/source.cl.json +1 -0
  11. data/grammars/source.clar.json +1 -0
  12. data/grammars/source.clarion.json +1 -1
  13. data/grammars/source.clojure.json +1 -1
  14. data/grammars/source.cmd.json +1 -0
  15. data/grammars/source.cs.json +1 -1
  16. data/grammars/source.csound.json +1 -1
  17. data/grammars/source.curry.json +1 -0
  18. data/grammars/source.data-weave.json +1 -1
  19. data/grammars/source.dds.dspf.json +1 -0
  20. data/grammars/source.dds.icff.json +1 -0
  21. data/grammars/source.dds.lf.json +1 -0
  22. data/grammars/source.dds.pf.json +1 -0
  23. data/grammars/source.dds.prtf.json +1 -0
  24. data/grammars/source.deb-control.json +1 -0
  25. data/grammars/source.debian.makefile.json +1 -0
  26. data/grammars/source.denizenscript.json +1 -0
  27. data/grammars/source.elixir.json +1 -1
  28. data/grammars/source.euphoria.json +1 -0
  29. data/grammars/source.fsharp.json +1 -1
  30. data/grammars/source.gitignore.json +1 -1
  31. data/grammars/source.gleam.json +1 -0
  32. data/grammars/source.gsc.json +1 -0
  33. data/grammars/source.hoon.json +1 -0
  34. data/grammars/source.icurry.json +1 -0
  35. data/grammars/source.janet.json +1 -0
  36. data/grammars/source.js.json +1 -1
  37. data/grammars/source.julia.json +1 -1
  38. data/grammars/source.mi.json +1 -0
  39. data/grammars/source.miniyaml.json +1 -0
  40. data/grammars/source.mint.json +1 -0
  41. data/grammars/source.mlir.json +1 -1
  42. data/grammars/source.pcb.schematic.json +1 -1
  43. data/grammars/source.pcb.sexp.json +1 -1
  44. data/grammars/source.pnlgrp.json +1 -0
  45. data/grammars/source.procfile.json +1 -0
  46. data/grammars/source.proto.json +1 -1
  47. data/grammars/source.python.kivy.json +1 -0
  48. data/grammars/source.qsharp.json +1 -1
  49. data/grammars/source.rascal.json +1 -1
  50. data/grammars/source.rescript.json +1 -1
  51. data/grammars/source.rpg.json +1 -0
  52. data/grammars/source.rpgle.json +1 -0
  53. data/grammars/source.shellcheckrc.json +1 -1
  54. data/grammars/source.smali.json +1 -1
  55. data/grammars/source.solidity.json +1 -1
  56. data/grammars/source.textproto.json +1 -0
  57. data/grammars/source.ts.json +1 -1
  58. data/grammars/source.tsx.json +1 -1
  59. data/grammars/source.vyper.json +1 -1
  60. data/grammars/source.witcherscript.json +1 -0
  61. data/grammars/source.wsd.json +1 -1
  62. data/grammars/text.html.liquid.json +1 -1
  63. data/grammars/text.rtf.json +1 -1
  64. data/grammars/version +1 -1
  65. data/lib/linguist/VERSION +1 -1
  66. data/lib/linguist/generated.rb +13 -1
  67. data/lib/linguist/heuristics.yml +51 -1
  68. data/lib/linguist/languages.json +1 -1
  69. data/lib/linguist/languages.yml +179 -1
  70. data/lib/linguist/samples.json +1 -1
  71. data/lib/linguist/vendor.yml +1 -1
  72. metadata +67 -34
@@ -44,6 +44,14 @@
44
44
  tm_scope: source.bsl
45
45
  ace_mode: text
46
46
  language_id: 0
47
+ 2-Dimensional Array:
48
+ type: data
49
+ color: "#38761D"
50
+ extensions:
51
+ - ".2da"
52
+ tm_scope: source.2da
53
+ ace_mode: text
54
+ language_id: 387204628
47
55
  4D:
48
56
  type: programming
49
57
  color: "#004289"
@@ -901,6 +909,14 @@ Clarion:
901
909
  - ".clw"
902
910
  tm_scope: source.clarion
903
911
  language_id: 59
912
+ Clarity:
913
+ type: programming
914
+ color: "#5546ff"
915
+ ace_mode: lisp
916
+ extensions:
917
+ - ".clar"
918
+ tm_scope: source.clar
919
+ language_id: 91493841
904
920
  Classic ASP:
905
921
  type: programming
906
922
  color: "#6a40fd"
@@ -1185,6 +1201,14 @@ Cue Sheet:
1185
1201
  tm_scope: source.cuesheet
1186
1202
  ace_mode: text
1187
1203
  language_id: 942714150
1204
+ Curry:
1205
+ type: programming
1206
+ color: "#531242"
1207
+ extensions:
1208
+ - ".curry"
1209
+ tm_scope: source.curry
1210
+ ace_mode: haskell
1211
+ language_id: 439829048
1188
1212
  Cycript:
1189
1213
  type: programming
1190
1214
  extensions:
@@ -1309,6 +1333,24 @@ DataWeave:
1309
1333
  ace_mode: text
1310
1334
  tm_scope: source.data-weave
1311
1335
  language_id: 974514097
1336
+ Debian Package Control File:
1337
+ type: data
1338
+ color: "#D70751"
1339
+ extensions:
1340
+ - ".dsc"
1341
+ tm_scope: source.deb-control
1342
+ ace_mode: text
1343
+ language_id: 527438264
1344
+ DenizenScript:
1345
+ type: programming
1346
+ color: "#FBEE96"
1347
+ ace_mode: yaml
1348
+ codemirror_mode: yaml
1349
+ codemirror_mime_type: text/x-yaml
1350
+ extensions:
1351
+ - ".dsc"
1352
+ tm_scope: source.denizenscript
1353
+ language_id: 435000929
1312
1354
  Dhall:
1313
1355
  type: programming
1314
1356
  color: "#dfafff"
@@ -1379,7 +1421,7 @@ E:
1379
1421
  type: programming
1380
1422
  color: "#ccce35"
1381
1423
  extensions:
1382
- - ".E"
1424
+ - ".e"
1383
1425
  interpreters:
1384
1426
  - rune
1385
1427
  tm_scope: none
@@ -1462,6 +1504,8 @@ Eagle:
1462
1504
  language_id: 97
1463
1505
  Earthly:
1464
1506
  type: programming
1507
+ aliases:
1508
+ - Earthfile
1465
1509
  color: "#2af0ff"
1466
1510
  tm_scope: source.earthfile
1467
1511
  ace_mode: text
@@ -1605,6 +1649,18 @@ Erlang:
1605
1649
  interpreters:
1606
1650
  - escript
1607
1651
  language_id: 104
1652
+ Euphoria:
1653
+ type: programming
1654
+ color: "#FF790B"
1655
+ extensions:
1656
+ - ".e"
1657
+ - ".ex"
1658
+ interpreters:
1659
+ - eui
1660
+ - euiw
1661
+ ace_mode: text
1662
+ tm_scope: source.euphoria
1663
+ language_id: 880693982
1608
1664
  F#:
1609
1665
  type: programming
1610
1666
  color: "#b845fc"
@@ -1931,6 +1987,18 @@ GN:
1931
1987
  codemirror_mode: python
1932
1988
  codemirror_mime_type: text/x-python
1933
1989
  language_id: 302957008
1990
+ GSC:
1991
+ type: programming
1992
+ color: "#FF6800"
1993
+ extensions:
1994
+ - ".gsc"
1995
+ - ".csc"
1996
+ - ".gsh"
1997
+ tm_scope: source.gsc
1998
+ ace_mode: c_cpp
1999
+ codemirror_mode: clike
2000
+ codemirror_mime_type: text/x-csrc
2001
+ language_id: 257856279
1934
2002
  Game Maker Language:
1935
2003
  type: programming
1936
2004
  color: "#71b417"
@@ -2072,6 +2140,14 @@ Git Config:
2072
2140
  codemirror_mime_type: text/x-properties
2073
2141
  tm_scope: source.gitconfig
2074
2142
  language_id: 807968997
2143
+ Gleam:
2144
+ type: programming
2145
+ color: "#ffaff3"
2146
+ ace_mode: text
2147
+ extensions:
2148
+ - ".gleam"
2149
+ tm_scope: source.gleam
2150
+ language_id: 1054258749
2075
2151
  Glyph:
2076
2152
  type: programming
2077
2153
  color: "#c1ac7f"
@@ -2587,6 +2663,7 @@ Ignore List:
2587
2663
  - ".npmignore"
2588
2664
  - ".prettierignore"
2589
2665
  - ".stylelintignore"
2666
+ - ".vercelignore"
2590
2667
  - ".vscodeignore"
2591
2668
  - gitignore-global
2592
2669
  - gitignore_global
@@ -2741,6 +2818,7 @@ JSON with Comments:
2741
2818
  - jsonc
2742
2819
  extensions:
2743
2820
  - ".jsonc"
2821
+ - ".code-snippets"
2744
2822
  - ".sublime-build"
2745
2823
  - ".sublime-commands"
2746
2824
  - ".sublime-completions"
@@ -2797,6 +2875,18 @@ JSONiq:
2797
2875
  - ".jq"
2798
2876
  tm_scope: source.jsoniq
2799
2877
  language_id: 177
2878
+ Janet:
2879
+ type: programming
2880
+ color: "#0886a5"
2881
+ extensions:
2882
+ - ".janet"
2883
+ tm_scope: source.janet
2884
+ ace_mode: scheme
2885
+ codemirror_mode: scheme
2886
+ codemirror_mime_type: text/x-scheme
2887
+ interpreters:
2888
+ - janet
2889
+ language_id: 1028705371
2800
2890
  Jasmin:
2801
2891
  type: programming
2802
2892
  color: "#d03600"
@@ -3185,6 +3275,8 @@ Lean:
3185
3275
  Less:
3186
3276
  type: markup
3187
3277
  color: "#1d365d"
3278
+ aliases:
3279
+ - less-css
3188
3280
  extensions:
3189
3281
  - ".less"
3190
3282
  tm_scope: source.css.less
@@ -3662,6 +3754,24 @@ MiniD:
3662
3754
  tm_scope: none
3663
3755
  ace_mode: text
3664
3756
  language_id: 231
3757
+ MiniYAML:
3758
+ type: data
3759
+ color: "#ff1111"
3760
+ tm_scope: source.miniyaml
3761
+ extensions:
3762
+ - ".yaml"
3763
+ ace_mode: yaml
3764
+ codemirror_mode: yaml
3765
+ codemirror_mime_type: text/x-yaml
3766
+ language_id: 4896465
3767
+ Mint:
3768
+ type: programming
3769
+ extensions:
3770
+ - ".mint"
3771
+ ace_mode: text
3772
+ color: "#02b046"
3773
+ tm_scope: source.mint
3774
+ language_id: 968740319
3665
3775
  Mirah:
3666
3776
  type: programming
3667
3777
  color: "#c7a938"
@@ -4624,6 +4734,14 @@ Processing:
4624
4734
  tm_scope: source.processing
4625
4735
  ace_mode: text
4626
4736
  language_id: 294
4737
+ Procfile:
4738
+ type: programming
4739
+ color: "#3B2F63"
4740
+ filenames:
4741
+ - Procfile
4742
+ tm_scope: source.procfile
4743
+ ace_mode: batchfile
4744
+ language_id: 305313959
4627
4745
  Proguard:
4628
4746
  type: data
4629
4747
  extensions:
@@ -4673,6 +4791,18 @@ Protocol Buffer:
4673
4791
  codemirror_mode: protobuf
4674
4792
  codemirror_mime_type: text/x-protobuf
4675
4793
  language_id: 297
4794
+ Protocol Buffer Text Format:
4795
+ type: data
4796
+ aliases:
4797
+ - text proto
4798
+ - protobuf text format
4799
+ extensions:
4800
+ - ".textproto"
4801
+ - ".pbt"
4802
+ - ".pbtxt"
4803
+ tm_scope: source.textproto
4804
+ ace_mode: text
4805
+ language_id: 436568854
4676
4806
  Public Key:
4677
4807
  type: data
4678
4808
  extensions:
@@ -4931,6 +5061,18 @@ RPC:
4931
5061
  - ".x"
4932
5062
  tm_scope: source.c
4933
5063
  language_id: 1031374237
5064
+ RPGLE:
5065
+ type: programming
5066
+ ace_mode: text
5067
+ color: "#2BDE21"
5068
+ aliases:
5069
+ - ile rpg
5070
+ - sqlrpgle
5071
+ extensions:
5072
+ - ".rpgle"
5073
+ - ".sqlrpgle"
5074
+ tm_scope: source.rpgle
5075
+ language_id: 609977990
4934
5076
  RPM Spec:
4935
5077
  type: data
4936
5078
  tm_scope: source.rpm-spec
@@ -5323,6 +5465,7 @@ Ruby:
5323
5465
  - Puppetfile
5324
5466
  - Rakefile
5325
5467
  - Snapfile
5468
+ - Steepfile
5326
5469
  - Thorfile
5327
5470
  - Vagrantfile
5328
5471
  - buildfile
@@ -5620,6 +5763,7 @@ Shell:
5620
5763
  - ".tmux"
5621
5764
  - ".tool"
5622
5765
  - ".zsh"
5766
+ - ".zsh-theme"
5623
5767
  filenames:
5624
5768
  - ".bash_aliases"
5625
5769
  - ".bash_history"
@@ -6494,6 +6638,14 @@ Vue:
6494
6638
  tm_scope: text.html.vue
6495
6639
  ace_mode: html
6496
6640
  language_id: 391
6641
+ Vyper:
6642
+ type: programming
6643
+ extensions:
6644
+ - ".vy"
6645
+ color: "#2980b9"
6646
+ ace_mode: text
6647
+ tm_scope: source.vyper
6648
+ language_id: 1055641948
6497
6649
  Wavefront Material:
6498
6650
  type: data
6499
6651
  extensions:
@@ -6581,6 +6733,14 @@ Windows Registry Entries:
6581
6733
  codemirror_mode: properties
6582
6734
  codemirror_mime_type: text/x-properties
6583
6735
  language_id: 969674868
6736
+ Witcher Script:
6737
+ type: programming
6738
+ color: "#ff0000"
6739
+ extensions:
6740
+ - ".ws"
6741
+ ace_mode: text
6742
+ tm_scope: source.witcherscript
6743
+ language_id: 686821385
6584
6744
  Wollok:
6585
6745
  type: programming
6586
6746
  color: "#a23738"
@@ -6677,6 +6837,7 @@ XML:
6677
6837
  - ".adml"
6678
6838
  - ".admx"
6679
6839
  - ".ant"
6840
+ - ".axaml"
6680
6841
  - ".axml"
6681
6842
  - ".builds"
6682
6843
  - ".ccproj"
@@ -7033,6 +7194,7 @@ desktop:
7033
7194
  extensions:
7034
7195
  - ".desktop"
7035
7196
  - ".desktop.in"
7197
+ - ".service"
7036
7198
  tm_scope: source.desktop
7037
7199
  ace_mode: text
7038
7200
  language_id: 412
@@ -7079,6 +7241,14 @@ fish:
7079
7241
  tm_scope: source.fish
7080
7242
  ace_mode: text
7081
7243
  language_id: 415
7244
+ hoon:
7245
+ type: programming
7246
+ color: "#00b171"
7247
+ tm_scope: source.hoon
7248
+ ace_mode: text
7249
+ extensions:
7250
+ - ".hoon"
7251
+ language_id: 560883276
7082
7252
  jq:
7083
7253
  color: "#c7254e"
7084
7254
  ace_mode: text
@@ -7087,6 +7257,14 @@ jq:
7087
7257
  - ".jq"
7088
7258
  tm_scope: source.jq
7089
7259
  language_id: 905371884
7260
+ kvlang:
7261
+ type: markup
7262
+ ace_mode: text
7263
+ extensions:
7264
+ - ".kv"
7265
+ color: "#1da6e0"
7266
+ tm_scope: source.python.kivy
7267
+ language_id: 970675279
7090
7268
  mIRC Script:
7091
7269
  type: programming
7092
7270
  color: "#3d57c3"