github-linguist 7.19.0 → 7.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/grammars/liquid.injection.json +1 -1
  3. data/grammars/markdown.cadence.codeblock.json +1 -0
  4. data/grammars/markdown.prisma.codeblock.json +1 -0
  5. data/grammars/source.abap.json +1 -1
  6. data/grammars/source.acucobol.json +1 -1
  7. data/grammars/source.alloy.json +1 -1
  8. data/grammars/source.astro.json +1 -0
  9. data/grammars/source.ats.json +1 -1
  10. data/grammars/source.berry.bytecode.json +1 -0
  11. data/grammars/source.berry.json +1 -0
  12. data/grammars/source.bms.json +1 -0
  13. data/grammars/source.bmsmap.json +1 -0
  14. data/grammars/source.cadence.json +1 -0
  15. data/grammars/source.cairo.json +1 -0
  16. data/grammars/source.cl.json +1 -1
  17. data/grammars/source.cobol.json +1 -1
  18. data/grammars/source.cobol_acu_listfile.json +1 -0
  19. data/grammars/source.cobol_mf_listfile.json +1 -0
  20. data/grammars/source.cobol_mfprep.json +1 -0
  21. data/grammars/source.cobol_pcob_listfile.json +1 -0
  22. data/grammars/source.cobolit.json +1 -0
  23. data/grammars/source.cobsql_dir.json +1 -0
  24. data/grammars/source.dart.json +1 -1
  25. data/grammars/source.denizenscript.json +1 -1
  26. data/grammars/source.dir.json +1 -0
  27. data/grammars/source.fsharp.json +1 -1
  28. data/grammars/source.gdscript.json +1 -1
  29. data/grammars/source.genero-forms.json +1 -0
  30. data/grammars/source.genero.json +1 -0
  31. data/grammars/source.hlasm.json +1 -0
  32. data/grammars/source.jcl.json +1 -1
  33. data/grammars/source.kotlin.json +1 -1
  34. data/grammars/source.ligo.json +1 -0
  35. data/grammars/source.mc.json +1 -0
  36. data/grammars/source.mfu.json +1 -0
  37. data/grammars/source.mfupp_dir.json +1 -0
  38. data/grammars/source.mligo.json +1 -0
  39. data/grammars/source.p4.json +1 -1
  40. data/grammars/source.pli.json +1 -0
  41. data/grammars/source.pony.json +1 -1
  42. data/grammars/source.q.json +1 -1
  43. data/grammars/source.rascal.json +1 -1
  44. data/grammars/source.rego.json +1 -1
  45. data/grammars/source.religo.json +1 -0
  46. data/grammars/source.rescript.json +1 -1
  47. data/grammars/source.rpgle.json +1 -1
  48. data/grammars/source.shell.json +1 -1
  49. data/grammars/source.solidity.json +1 -1
  50. data/grammars/source.stan.json +1 -1
  51. data/grammars/source.swift.json +1 -1
  52. data/grammars/source.talon.json +1 -0
  53. data/grammars/source.utreport.json +1 -0
  54. data/grammars/source.vyper.json +1 -1
  55. data/grammars/source.win32-messages.json +1 -0
  56. data/grammars/source.yara.json +1 -1
  57. data/grammars/text.html.liquid.json +1 -1
  58. data/grammars/text.html.markdown.astro.json +1 -1
  59. data/grammars/text.savane.json +1 -0
  60. data/grammars/version +1 -1
  61. data/lib/linguist/VERSION +1 -1
  62. data/lib/linguist/generic.yml +1 -0
  63. data/lib/linguist/heuristics.yml +12 -0
  64. data/lib/linguist/languages.json +1 -1
  65. data/lib/linguist/languages.yml +109 -2
  66. data/lib/linguist/samples.json +1 -1
  67. metadata +32 -5
  68. data/grammars/source.opencobol.json +0 -1
  69. data/grammars/text.html.astro.json +0 -1
  70. data/lib/linguist/linguist.so +0 -0
@@ -400,7 +400,7 @@ Astro:
400
400
  color: "#ff5a03"
401
401
  extensions:
402
402
  - ".astro"
403
- tm_scope: text.html.astro
403
+ tm_scope: source.astro
404
404
  ace_mode: html
405
405
  codemirror_mode: jsx
406
406
  codemirror_mime_type: text/jsx
@@ -520,6 +520,16 @@ Befunge:
520
520
  tm_scope: source.befunge
521
521
  ace_mode: text
522
522
  language_id: 30
523
+ Berry:
524
+ type: programming
525
+ extensions:
526
+ - ".be"
527
+ tm_scope: source.berry
528
+ ace_mode: text
529
+ color: "#15A13C"
530
+ aliases:
531
+ - be
532
+ language_id: 121855308
523
533
  BibTeX:
524
534
  type: markup
525
535
  color: "#778899"
@@ -841,6 +851,33 @@ Cabal Config:
841
851
  codemirror_mime_type: text/x-haskell
842
852
  tm_scope: source.cabal
843
853
  language_id: 677095381
854
+ Cadence:
855
+ type: programming
856
+ color: "#00ef8b"
857
+ ace_mode: text
858
+ tm_scope: source.cadence
859
+ extensions:
860
+ - ".cdc"
861
+ language_id: 270184138
862
+ Cairo:
863
+ type: programming
864
+ color: "#ff4a48"
865
+ ace_mode: text
866
+ tm_scope: source.cairo
867
+ extensions:
868
+ - ".cairo"
869
+ language_id: 620599567
870
+ CameLIGO:
871
+ type: programming
872
+ color: "#3be133"
873
+ extensions:
874
+ - ".mligo"
875
+ tm_scope: source.mligo
876
+ ace_mode: ocaml
877
+ codemirror_mode: mllike
878
+ codemirror_mime_type: text/x-ocaml
879
+ group: LigoLANG
880
+ language_id: 829207807
844
881
  Cap'n Proto:
845
882
  type: programming
846
883
  color: "#c42727"
@@ -2018,6 +2055,22 @@ Gemfile.lock:
2018
2055
  filenames:
2019
2056
  - Gemfile.lock
2020
2057
  language_id: 907065713
2058
+ Genero:
2059
+ type: programming
2060
+ color: "#63408e"
2061
+ extensions:
2062
+ - ".4gl"
2063
+ tm_scope: source.genero
2064
+ ace_mode: text
2065
+ language_id: 986054050
2066
+ Genero Forms:
2067
+ type: markup
2068
+ color: "#d8df39"
2069
+ extensions:
2070
+ - ".per"
2071
+ tm_scope: source.genero-forms
2072
+ ace_mode: text
2073
+ language_id: 902995658
2021
2074
  Genie:
2022
2075
  type: programming
2023
2076
  ace_mode: text
@@ -2606,6 +2659,7 @@ INI:
2606
2659
  - ".prefs"
2607
2660
  - ".pro"
2608
2661
  - ".properties"
2662
+ - ".url"
2609
2663
  filenames:
2610
2664
  - ".flake8"
2611
2665
  - buildozer.spec
@@ -2953,7 +3007,9 @@ JavaScript:
2953
3007
  - ".jsb"
2954
3008
  - ".jscad"
2955
3009
  - ".jsfl"
3010
+ - ".jslib"
2956
3011
  - ".jsm"
3012
+ - ".jspre"
2957
3013
  - ".jss"
2958
3014
  - ".jsx"
2959
3015
  - ".mjs"
@@ -3298,6 +3354,17 @@ Lex:
3298
3354
  tm_scope: source.lex
3299
3355
  ace_mode: text
3300
3356
  language_id: 199
3357
+ LigoLANG:
3358
+ type: programming
3359
+ color: "#0e74ff"
3360
+ extensions:
3361
+ - ".ligo"
3362
+ tm_scope: source.ligo
3363
+ ace_mode: pascal
3364
+ codemirror_mode: pascal
3365
+ codemirror_mime_type: text/x-pascal
3366
+ group: LigoLANG
3367
+ language_id: 1040646257
3301
3368
  LilyPond:
3302
3369
  type: programming
3303
3370
  color: "#9ccc7c"
@@ -3467,6 +3534,7 @@ M4:
3467
3534
  type: programming
3468
3535
  extensions:
3469
3536
  - ".m4"
3537
+ - ".mc"
3470
3538
  tm_scope: source.m4
3471
3539
  ace_mode: text
3472
3540
  language_id: 215
@@ -3832,6 +3900,16 @@ Monkey:
3832
3900
  ace_mode: text
3833
3901
  tm_scope: source.monkey
3834
3902
  language_id: 236
3903
+ Monkey C:
3904
+ type: programming
3905
+ color: "#8D6747"
3906
+ extensions:
3907
+ - ".mc"
3908
+ tm_scope: source.mc
3909
+ ace_mode: c_cpp
3910
+ codemirror_mode: clike
3911
+ codemirror_mime_type: text/x-csrc
3912
+ language_id: 231751931
3835
3913
  Moocode:
3836
3914
  type: programming
3837
3915
  extensions:
@@ -5047,6 +5125,7 @@ RMarkdown:
5047
5125
  codemirror_mode: gfm
5048
5126
  codemirror_mime_type: text/x-gfm
5049
5127
  extensions:
5128
+ - ".qmd"
5050
5129
  - ".rmd"
5051
5130
  tm_scope: source.gfm
5052
5131
  language_id: 313
@@ -5199,6 +5278,17 @@ Reason:
5199
5278
  - ".rei"
5200
5279
  tm_scope: source.reason
5201
5280
  language_id: 869538413
5281
+ ReasonLIGO:
5282
+ type: programming
5283
+ color: "#ff5847"
5284
+ ace_mode: rust
5285
+ codemirror_mode: rust
5286
+ codemirror_mime_type: text/x-rustsrc
5287
+ group: LigoLANG
5288
+ extensions:
5289
+ - ".religo"
5290
+ tm_scope: source.religo
5291
+ language_id: 319002153
5202
5292
  Rebol:
5203
5293
  type: programming
5204
5294
  color: "#358a5b"
@@ -6176,6 +6266,14 @@ TXL:
6176
6266
  tm_scope: source.txl
6177
6267
  ace_mode: text
6178
6268
  language_id: 366
6269
+ Talon:
6270
+ type: programming
6271
+ ace_mode: text
6272
+ color: "#333333"
6273
+ extensions:
6274
+ - ".talon"
6275
+ tm_scope: source.talon
6276
+ language_id: 959889508
6179
6277
  Tcl:
6180
6278
  type: programming
6181
6279
  color: "#e4cc98"
@@ -6525,7 +6623,7 @@ VHDL:
6525
6623
  language_id: 385
6526
6624
  Vala:
6527
6625
  type: programming
6528
- color: "#fbe5cd"
6626
+ color: "#a56de2"
6529
6627
  extensions:
6530
6628
  - ".vala"
6531
6629
  - ".vapi"
@@ -6723,6 +6821,15 @@ Wikitext:
6723
6821
  tm_scope: text.html.mediawiki
6724
6822
  ace_mode: text
6725
6823
  language_id: 228
6824
+ Win32 Message File:
6825
+ type: data
6826
+ extensions:
6827
+ - ".mc"
6828
+ tm_scope: source.win32-messages
6829
+ ace_mode: ini
6830
+ codemirror_mode: properties
6831
+ codemirror_mime_type: text/x-properties
6832
+ language_id: 950967261
6726
6833
  Windows Registry Entries:
6727
6834
  type: data
6728
6835
  color: "#52d5ff"