From 0d97e21d300c5553cee2ddf561967076fe8bd440 Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Fri, 2 Sep 2022 15:41:56 +0000 Subject: [PATCH 1/5] Update all grammars --- Rakefile | 2 +- grammars.yml | 6 ++++++ vendor/CodeMirror | 2 +- vendor/grammars/Atom-PostScript | 2 +- vendor/grammars/Docker.tmbundle | 2 +- vendor/grammars/Sublime-REBOL | 2 +- vendor/grammars/TypeScript-TmLanguage | 2 +- vendor/grammars/VscodeAdblockSyntax | 2 +- vendor/grammars/XojoSyntaxTM | 2 +- vendor/grammars/abap-cds-grammar | 2 +- vendor/grammars/astro | 2 +- vendor/grammars/atom-language-purescript | 2 +- vendor/grammars/atom-language-stan | 2 +- vendor/grammars/bicep | 2 +- vendor/grammars/bikeshed | 2 +- vendor/grammars/clarity.tmbundle | 2 +- vendor/grammars/csharp-tmLanguage | 2 +- vendor/grammars/dart-syntax-highlight | 2 +- vendor/grammars/elixir-tmbundle | 2 +- vendor/grammars/elvish | 2 +- vendor/grammars/godot-vscode-plugin | 2 +- vendor/grammars/graphiql | 2 +- vendor/grammars/ionide-fsgrammar | 2 +- vendor/grammars/language-etc | 2 +- vendor/grammars/language-restructuredtext | 2 +- vendor/grammars/language-roff | 2 +- vendor/grammars/language-subtitles | 2 +- vendor/grammars/language-texinfo | 2 +- vendor/grammars/liquid-tm-grammar | 2 +- vendor/grammars/marko-tmbundle | 2 +- vendor/grammars/nix-linguist | 2 +- vendor/grammars/qsharp-compiler | 2 +- vendor/grammars/rescript-vscode | 2 +- vendor/grammars/sas.tmbundle | 2 +- vendor/grammars/sublime-odin | 2 +- vendor/grammars/sublime-q | 2 +- vendor/grammars/vscode-antlers-language-server | 2 +- vendor/grammars/vscode-brightscript-language | 2 +- vendor/grammars/vscode-cadence | 2 +- vendor/grammars/vscode-codeql | 2 +- vendor/grammars/vscode-curry | 2 +- vendor/grammars/vscode-fluent | 2 +- vendor/grammars/vscode-gcode-syntax | 2 +- vendor/grammars/vscode-gleam | 2 +- vendor/grammars/vscode-go | 2 +- vendor/grammars/vscode-hack | 2 +- vendor/grammars/vscode-jest | 2 +- vendor/grammars/vscode-lean | 2 +- vendor/grammars/vscode-motoko | 2 +- vendor/grammars/vscode-move-syntax | 2 +- vendor/grammars/vscode-prisma | 2 +- vendor/grammars/vscode-scala-syntax | 2 +- vendor/grammars/vscode-vlang | 2 +- vendor/grammars/vscode_cobol | 2 +- vendor/grammars/vscode_mikrotik_routeros_script | 2 +- 55 files changed, 60 insertions(+), 54 deletions(-) diff --git a/Rakefile b/Rakefile index 80ef34203d..0ff048382c 100644 --- a/Rakefile +++ b/Rakefile @@ -59,7 +59,7 @@ end # The error count will need to be adjusted here until such time as all grammars are 100% error free. desc "Check that compiling the grammars doesn't introduce any new unexpected errors" task :check_grammars do - expected_error_count = 27 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar. + expected_error_count = 33 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar. rm_rf "linguist-grammars" output, status = Open3.capture2e("script/grammar-compiler", "compile", "-o", "linguist-grammars") errors_found = output[/The grammar library contains ([0-9]+) errors/, 1].to_i diff --git a/grammars.yml b/grammars.yml index 6ec004de30..1102c86701 100644 --- a/grammars.yml +++ b/grammars.yml @@ -355,6 +355,8 @@ vendor/grammars/elixir-tmbundle: - text.html.elixir vendor/grammars/elvish: - source.elvish +- source.elvish-transcript +- source.elvish.in.markdown vendor/grammars/erlang.tmbundle: - source.erlang - text.html.erlang.yaws @@ -533,6 +535,7 @@ vendor/grammars/language-etc: - source.openbsd-pkg.contents - source.opts - source.record-jar +- source.sexp - source.shellcheckrc - source.sieve - source.smpl @@ -683,6 +686,7 @@ vendor/grammars/language-ring: - source.ring vendor/grammars/language-roff: - hidden.manref +- source.context - source.ditroff - source.ditroff.desc - source.gremlin @@ -852,6 +856,7 @@ vendor/grammars/rascal-syntax-highlighting: vendor/grammars/razor-plus: - text.html.cshtml vendor/grammars/rescript-vscode: +- markdown.rescript.codeblock - source.rescript vendor/grammars/riot-syntax-highlight: - text.html.riot @@ -1059,6 +1064,7 @@ vendor/grammars/vscode-prisma: - inline.prisma - markdown.prisma.codeblock - source.prisma +- source.ts.prismaClientRawSQL vendor/grammars/vscode-procfile: - source.procfile vendor/grammars/vscode-proto3: diff --git a/vendor/CodeMirror b/vendor/CodeMirror index 482b7a4554..ccacc38263 160000 --- a/vendor/CodeMirror +++ b/vendor/CodeMirror @@ -1 +1 @@ -Subproject commit 482b7a45547175cabaa9fa68b31244625215a82a +Subproject commit ccacc382636a8f892f665b0eb49dcdce99593ae3 diff --git a/vendor/grammars/Atom-PostScript b/vendor/grammars/Atom-PostScript index 773e871126..192c11a077 160000 --- a/vendor/grammars/Atom-PostScript +++ b/vendor/grammars/Atom-PostScript @@ -1 +1 @@ -Subproject commit 773e8711263ea7fa1ae4c319057c271005eb59d0 +Subproject commit 192c11a0776f45a2dd4cf4209b2a2d77c741c35b diff --git a/vendor/grammars/Docker.tmbundle b/vendor/grammars/Docker.tmbundle index 4da4c8ba3f..5d04e13661 160000 --- a/vendor/grammars/Docker.tmbundle +++ b/vendor/grammars/Docker.tmbundle @@ -1 +1 @@ -Subproject commit 4da4c8ba3fa86b3b1890f408c5f28918731c1690 +Subproject commit 5d04e13661e96caf8c702eddd09386a5aa4bf5d1 diff --git a/vendor/grammars/Sublime-REBOL b/vendor/grammars/Sublime-REBOL index aafe2776a4..da2b4ec0c8 160000 --- a/vendor/grammars/Sublime-REBOL +++ b/vendor/grammars/Sublime-REBOL @@ -1 +1 @@ -Subproject commit aafe2776a422324af44a1cdce9462cebeffcab93 +Subproject commit da2b4ec0c84d6e593698118061efb4bd64eff853 diff --git a/vendor/grammars/TypeScript-TmLanguage b/vendor/grammars/TypeScript-TmLanguage index 0dfae8cc48..448f712d52 160000 --- a/vendor/grammars/TypeScript-TmLanguage +++ b/vendor/grammars/TypeScript-TmLanguage @@ -1 +1 @@ -Subproject commit 0dfae8cc4807fecfbf8f1add095d9817df824c95 +Subproject commit 448f712d525026502b5ad8b2e50dceab303cb88a diff --git a/vendor/grammars/VscodeAdblockSyntax b/vendor/grammars/VscodeAdblockSyntax index 6e56ca195b..de372c9877 160000 --- a/vendor/grammars/VscodeAdblockSyntax +++ b/vendor/grammars/VscodeAdblockSyntax @@ -1 +1 @@ -Subproject commit 6e56ca195b594789e5e3f964dbf0bf264f656566 +Subproject commit de372c98775a30eef2bfcecede17a955e563bbbc diff --git a/vendor/grammars/XojoSyntaxTM b/vendor/grammars/XojoSyntaxTM index 48f9a90983..90dddd6b07 160000 --- a/vendor/grammars/XojoSyntaxTM +++ b/vendor/grammars/XojoSyntaxTM @@ -1 +1 @@ -Subproject commit 48f9a9098371f3a3170a05d38d9b1d14da85afdd +Subproject commit 90dddd6b07dcdfdaaf0660b7c4706a3dfe55d6ea diff --git a/vendor/grammars/abap-cds-grammar b/vendor/grammars/abap-cds-grammar index 024514393c..e561dec393 160000 --- a/vendor/grammars/abap-cds-grammar +++ b/vendor/grammars/abap-cds-grammar @@ -1 +1 @@ -Subproject commit 024514393c2f98188e0702ccd3a88e3c5d689fcc +Subproject commit e561dec39390597e9d4275f9bda23982de27594a diff --git a/vendor/grammars/astro b/vendor/grammars/astro index b96c479fdb..5a583d32c5 160000 --- a/vendor/grammars/astro +++ b/vendor/grammars/astro @@ -1 +1 @@ -Subproject commit b96c479fdbba0c4cba2fbbf31745ada3a11039f3 +Subproject commit 5a583d32c5788c219e15a42ddde7ec8dd1c3cc6b diff --git a/vendor/grammars/atom-language-purescript b/vendor/grammars/atom-language-purescript index 0629209cd7..b5c439559b 160000 --- a/vendor/grammars/atom-language-purescript +++ b/vendor/grammars/atom-language-purescript @@ -1 +1 @@ -Subproject commit 0629209cd7009df0e7a4c2b6e6356ffa6c1eeaf2 +Subproject commit b5c439559b21af03578d923ed8811cb0609d2210 diff --git a/vendor/grammars/atom-language-stan b/vendor/grammars/atom-language-stan index 494364a14e..1353c394b6 160000 --- a/vendor/grammars/atom-language-stan +++ b/vendor/grammars/atom-language-stan @@ -1 +1 @@ -Subproject commit 494364a14ef15df2184c0028595553883efd4bfd +Subproject commit 1353c394b611bfe2f95fd7536b53cd63963e9e87 diff --git a/vendor/grammars/bicep b/vendor/grammars/bicep index 476668e545..110db55d2c 160000 --- a/vendor/grammars/bicep +++ b/vendor/grammars/bicep @@ -1 +1 @@ -Subproject commit 476668e54544f0c1a0c746fcffd2066c554c1c3d +Subproject commit 110db55d2c1fc1776134cc46cfcfb4942d7a3ec5 diff --git a/vendor/grammars/bikeshed b/vendor/grammars/bikeshed index d4e97165ee..f4ea8dbce2 160000 --- a/vendor/grammars/bikeshed +++ b/vendor/grammars/bikeshed @@ -1 +1 @@ -Subproject commit d4e97165ee06c0f2011addfc7095a7eec64d2966 +Subproject commit f4ea8dbce273573533f47311506cf21b333a32d8 diff --git a/vendor/grammars/clarity.tmbundle b/vendor/grammars/clarity.tmbundle index 0610d0d167..ed9efedceb 160000 --- a/vendor/grammars/clarity.tmbundle +++ b/vendor/grammars/clarity.tmbundle @@ -1 +1 @@ -Subproject commit 0610d0d1676011ddbbb50763d3773fc858cbf9b3 +Subproject commit ed9efedceb4a71bcf5bf8aaff3875cf30ac2c791 diff --git a/vendor/grammars/csharp-tmLanguage b/vendor/grammars/csharp-tmLanguage index 77a37ae293..7b03e95771 160000 --- a/vendor/grammars/csharp-tmLanguage +++ b/vendor/grammars/csharp-tmLanguage @@ -1 +1 @@ -Subproject commit 77a37ae293e46d14a1bd124d4847a0756a3d27c5 +Subproject commit 7b03e95771530adfc7cae28e777a083bd7d533eb diff --git a/vendor/grammars/dart-syntax-highlight b/vendor/grammars/dart-syntax-highlight index f470ce2de2..bd5cbdfe53 160000 --- a/vendor/grammars/dart-syntax-highlight +++ b/vendor/grammars/dart-syntax-highlight @@ -1 +1 @@ -Subproject commit f470ce2de2f674c7034d99fe47b6488ac6f33fdb +Subproject commit bd5cbdfe533c455a7ff7875923c4a94a5b497382 diff --git a/vendor/grammars/elixir-tmbundle b/vendor/grammars/elixir-tmbundle index 43c8cd957d..b01fffc491 160000 --- a/vendor/grammars/elixir-tmbundle +++ b/vendor/grammars/elixir-tmbundle @@ -1 +1 @@ -Subproject commit 43c8cd957d5ac6e1abbd8730fc7a08c81a6e76c9 +Subproject commit b01fffc49179bdec936ca19b53ba4fc7c51a2cc0 diff --git a/vendor/grammars/elvish b/vendor/grammars/elvish index be94301004..2986d29f34 160000 --- a/vendor/grammars/elvish +++ b/vendor/grammars/elvish @@ -1 +1 @@ -Subproject commit be943010045de5356cb8e1947b1de71250d6cdf1 +Subproject commit 2986d29f34113823f39243715fe0fd70b6925681 diff --git a/vendor/grammars/godot-vscode-plugin b/vendor/grammars/godot-vscode-plugin index 4562bf1c31..e7674c12ad 160000 --- a/vendor/grammars/godot-vscode-plugin +++ b/vendor/grammars/godot-vscode-plugin @@ -1 +1 @@ -Subproject commit 4562bf1c319f2a84fd12025c8d16c086d3f27947 +Subproject commit e7674c12adef55d13d17ee66b057a3f1789a2102 diff --git a/vendor/grammars/graphiql b/vendor/grammars/graphiql index 85fc0151d3..0219eef391 160000 --- a/vendor/grammars/graphiql +++ b/vendor/grammars/graphiql @@ -1 +1 @@ -Subproject commit 85fc0151d3c2fbaf270f137750082d61cd0e3ef6 +Subproject commit 0219eef39146495749aca2487112db52fa3bb8fd diff --git a/vendor/grammars/ionide-fsgrammar b/vendor/grammars/ionide-fsgrammar index e177bd7f9d..713cd4a34e 160000 --- a/vendor/grammars/ionide-fsgrammar +++ b/vendor/grammars/ionide-fsgrammar @@ -1 +1 @@ -Subproject commit e177bd7f9d3402f70d2f1fb42c74057ed1ccf6fa +Subproject commit 713cd4a34e7729e444cf85ae287dd94c19e34337 diff --git a/vendor/grammars/language-etc b/vendor/grammars/language-etc index 068a4ea3da..2ab09f098f 160000 --- a/vendor/grammars/language-etc +++ b/vendor/grammars/language-etc @@ -1 +1 @@ -Subproject commit 068a4ea3dac0beb14f14e2c23a7e2eba43bd909d +Subproject commit 2ab09f098fd13a84c391d726c977d6d187aee62f diff --git a/vendor/grammars/language-restructuredtext b/vendor/grammars/language-restructuredtext index 30706379be..2cfc6c0152 160000 --- a/vendor/grammars/language-restructuredtext +++ b/vendor/grammars/language-restructuredtext @@ -1 +1 @@ -Subproject commit 30706379beb55bf17b3404546e4e3dccff516b5d +Subproject commit 2cfc6c01523700b2c7e756f0ae8e1fb77c3ce68d diff --git a/vendor/grammars/language-roff b/vendor/grammars/language-roff index d3feea6981..161cf78cb3 160000 --- a/vendor/grammars/language-roff +++ b/vendor/grammars/language-roff @@ -1 +1 @@ -Subproject commit d3feea6981a2cd0d20d9e61252245ec3be23bfb8 +Subproject commit 161cf78cb303ae09cee212f0dba4c86ff6a2373f diff --git a/vendor/grammars/language-subtitles b/vendor/grammars/language-subtitles index 5251cb8576..70c9d731c1 160000 --- a/vendor/grammars/language-subtitles +++ b/vendor/grammars/language-subtitles @@ -1 +1 @@ -Subproject commit 5251cb85762439339567772efb349f3c4fd64bcb +Subproject commit 70c9d731c1ba24f058c6630824cf1188cbee9843 diff --git a/vendor/grammars/language-texinfo b/vendor/grammars/language-texinfo index d2de523b51..ade70d4330 160000 --- a/vendor/grammars/language-texinfo +++ b/vendor/grammars/language-texinfo @@ -1 +1 @@ -Subproject commit d2de523b5182e963012f143254a4a1eb83399864 +Subproject commit ade70d4330447a963f23952c516c2944533f7988 diff --git a/vendor/grammars/liquid-tm-grammar b/vendor/grammars/liquid-tm-grammar index 79791a1c55..bf6f04afb7 160000 --- a/vendor/grammars/liquid-tm-grammar +++ b/vendor/grammars/liquid-tm-grammar @@ -1 +1 @@ -Subproject commit 79791a1c551da03d3499c0df0de1534d0e74c92c +Subproject commit bf6f04afb7bb73d8d79636c3573a9d57b8f53563 diff --git a/vendor/grammars/marko-tmbundle b/vendor/grammars/marko-tmbundle index 94e0c9c213..60ded48bea 160000 --- a/vendor/grammars/marko-tmbundle +++ b/vendor/grammars/marko-tmbundle @@ -1 +1 @@ -Subproject commit 94e0c9c2131bd3fc8286d324322df80e1e6fe727 +Subproject commit 60ded48bea6d6eccea81e858168e20e0b1b78b01 diff --git a/vendor/grammars/nix-linguist b/vendor/grammars/nix-linguist index d02f4f4372..4adf67c293 160000 --- a/vendor/grammars/nix-linguist +++ b/vendor/grammars/nix-linguist @@ -1 +1 @@ -Subproject commit d02f4f43728098e9cd6f66341bc719f648a0ee9d +Subproject commit 4adf67c2937e233c17bfd2873bd65e8769acdb8a diff --git a/vendor/grammars/qsharp-compiler b/vendor/grammars/qsharp-compiler index 4e88c97f8f..0630b8d9a0 160000 --- a/vendor/grammars/qsharp-compiler +++ b/vendor/grammars/qsharp-compiler @@ -1 +1 @@ -Subproject commit 4e88c97f8f61e6ef1ec0fd6d2406720a79c55923 +Subproject commit 0630b8d9a036734760ed07a6ce13947328d46eac diff --git a/vendor/grammars/rescript-vscode b/vendor/grammars/rescript-vscode index 57c5269826..93ecf1d56e 160000 --- a/vendor/grammars/rescript-vscode +++ b/vendor/grammars/rescript-vscode @@ -1 +1 @@ -Subproject commit 57c52698267afd31e3b0696895ac18add140bc52 +Subproject commit 93ecf1d56e6bd3ace4d7860c5e11c845fe9f86fc diff --git a/vendor/grammars/sas.tmbundle b/vendor/grammars/sas.tmbundle index f24cf2992e..047fed8793 160000 --- a/vendor/grammars/sas.tmbundle +++ b/vendor/grammars/sas.tmbundle @@ -1 +1 @@ -Subproject commit f24cf2992e98ab566c72b725c7f66f5963393556 +Subproject commit 047fed8793fb39d3f6ad2a60d0382961d53f6a9a diff --git a/vendor/grammars/sublime-odin b/vendor/grammars/sublime-odin index f1143914e0..1746bce31b 160000 --- a/vendor/grammars/sublime-odin +++ b/vendor/grammars/sublime-odin @@ -1 +1 @@ -Subproject commit f1143914e048e44ff41ba902ff67e269cc6ed197 +Subproject commit 1746bce31b2872906a5fab6282d0855dbefae9a1 diff --git a/vendor/grammars/sublime-q b/vendor/grammars/sublime-q index cbe1f9d095..c4f98f62b4 160000 --- a/vendor/grammars/sublime-q +++ b/vendor/grammars/sublime-q @@ -1 +1 @@ -Subproject commit cbe1f9d09576ab333b92e2404c270afc94ccde8c +Subproject commit c4f98f62b4911d27611c883c0428694dc984126d diff --git a/vendor/grammars/vscode-antlers-language-server b/vendor/grammars/vscode-antlers-language-server index 2023f4c632..9615161c19 160000 --- a/vendor/grammars/vscode-antlers-language-server +++ b/vendor/grammars/vscode-antlers-language-server @@ -1 +1 @@ -Subproject commit 2023f4c632840ed1734bdb92f98e9fc164d96453 +Subproject commit 9615161c195819af7bb5923d13c875d4382d2f51 diff --git a/vendor/grammars/vscode-brightscript-language b/vendor/grammars/vscode-brightscript-language index 506444355f..45e4464993 160000 --- a/vendor/grammars/vscode-brightscript-language +++ b/vendor/grammars/vscode-brightscript-language @@ -1 +1 @@ -Subproject commit 506444355fca7b69baafda92d57ab9369f701412 +Subproject commit 45e44649934561e92182d7adad6c9a0e7ef8af2e diff --git a/vendor/grammars/vscode-cadence b/vendor/grammars/vscode-cadence index 45200aeec4..2df1241c9e 160000 --- a/vendor/grammars/vscode-cadence +++ b/vendor/grammars/vscode-cadence @@ -1 +1 @@ -Subproject commit 45200aeec47293b01e96278e8e029791702f02ee +Subproject commit 2df1241c9e4b36dec46c7a99aedd078b9130757c diff --git a/vendor/grammars/vscode-codeql b/vendor/grammars/vscode-codeql index f559b59ee5..5067fbc452 160000 --- a/vendor/grammars/vscode-codeql +++ b/vendor/grammars/vscode-codeql @@ -1 +1 @@ -Subproject commit f559b59ee55a538289e4c04c81f1b863e991979b +Subproject commit 5067fbc452e76ed964787e03edbb4a811a603c63 diff --git a/vendor/grammars/vscode-curry b/vendor/grammars/vscode-curry index d6c97c45e6..3acba69875 160000 --- a/vendor/grammars/vscode-curry +++ b/vendor/grammars/vscode-curry @@ -1 +1 @@ -Subproject commit d6c97c45e63317a75ff52147a469b289559f5427 +Subproject commit 3acba6987533bc45cb05af365464f4486a9d1c35 diff --git a/vendor/grammars/vscode-fluent b/vendor/grammars/vscode-fluent index 707442e612..99d8ddd42a 160000 --- a/vendor/grammars/vscode-fluent +++ b/vendor/grammars/vscode-fluent @@ -1 +1 @@ -Subproject commit 707442e612042f05426cc944571911991754651c +Subproject commit 99d8ddd42ae2c8a3e6a11fcf3fc087139afea87f diff --git a/vendor/grammars/vscode-gcode-syntax b/vendor/grammars/vscode-gcode-syntax index 13ba27dfdb..59ba0dfdf9 160000 --- a/vendor/grammars/vscode-gcode-syntax +++ b/vendor/grammars/vscode-gcode-syntax @@ -1 +1 @@ -Subproject commit 13ba27dfdb2241f8380e446185faf72419a44c84 +Subproject commit 59ba0dfdf9f03017b0ee743e03bb3504bf50c425 diff --git a/vendor/grammars/vscode-gleam b/vendor/grammars/vscode-gleam index 3cd09698cc..19a4a82f1a 160000 --- a/vendor/grammars/vscode-gleam +++ b/vendor/grammars/vscode-gleam @@ -1 +1 @@ -Subproject commit 3cd09698cc1c5f06e07c7436195780791acc4a82 +Subproject commit 19a4a82f1afc769dfa32bbc9be22215249a8d1c2 diff --git a/vendor/grammars/vscode-go b/vendor/grammars/vscode-go index 180bbce30e..4298b52080 160000 --- a/vendor/grammars/vscode-go +++ b/vendor/grammars/vscode-go @@ -1 +1 @@ -Subproject commit 180bbce30e9c4993bc931f27459bcba7de230148 +Subproject commit 4298b52080fc6e7fb2587aeaf26a2465fa671fb9 diff --git a/vendor/grammars/vscode-hack b/vendor/grammars/vscode-hack index 40b666d500..a14c481732 160000 --- a/vendor/grammars/vscode-hack +++ b/vendor/grammars/vscode-hack @@ -1 +1 @@ -Subproject commit 40b666d500237c573b22d22082c90bfeb50dc188 +Subproject commit a14c481732fbf2399d35398a884d82789a640009 diff --git a/vendor/grammars/vscode-jest b/vendor/grammars/vscode-jest index f55a2b4af2..44306d6f65 160000 --- a/vendor/grammars/vscode-jest +++ b/vendor/grammars/vscode-jest @@ -1 +1 @@ -Subproject commit f55a2b4af2f984f4e06b62f053155ca5efadf22e +Subproject commit 44306d6f655798bb3f9e8f89c0addf4d24ea7e88 diff --git a/vendor/grammars/vscode-lean b/vendor/grammars/vscode-lean index 2f7c932838..8ca7fa689b 160000 --- a/vendor/grammars/vscode-lean +++ b/vendor/grammars/vscode-lean @@ -1 +1 @@ -Subproject commit 2f7c932838fbf936fbc4e671f741d7e8e9061a0d +Subproject commit 8ca7fa689bc89f5d327a4d00017855e3ede0561b diff --git a/vendor/grammars/vscode-motoko b/vendor/grammars/vscode-motoko index 4901892b6f..7c9c4c8b58 160000 --- a/vendor/grammars/vscode-motoko +++ b/vendor/grammars/vscode-motoko @@ -1 +1 @@ -Subproject commit 4901892b6f8fef191326dacd5e44c47980c684aa +Subproject commit 7c9c4c8b5804e1c85629fc4fc5ba13039cd7d068 diff --git a/vendor/grammars/vscode-move-syntax b/vendor/grammars/vscode-move-syntax index 64e66c531a..87a3371343 160000 --- a/vendor/grammars/vscode-move-syntax +++ b/vendor/grammars/vscode-move-syntax @@ -1 +1 @@ -Subproject commit 64e66c531a4d2b55616bc9bd2b771b0c50853c3f +Subproject commit 87a3371343644a56dfdace39f43abd5d928b1158 diff --git a/vendor/grammars/vscode-prisma b/vendor/grammars/vscode-prisma index c63ce2f17c..8985803abe 160000 --- a/vendor/grammars/vscode-prisma +++ b/vendor/grammars/vscode-prisma @@ -1 +1 @@ -Subproject commit c63ce2f17c743a76b40158e68a7714ec0793a517 +Subproject commit 8985803abe2fc76c7a157a1e5cc20186065bb501 diff --git a/vendor/grammars/vscode-scala-syntax b/vendor/grammars/vscode-scala-syntax index fbd150832b..62f348b4da 160000 --- a/vendor/grammars/vscode-scala-syntax +++ b/vendor/grammars/vscode-scala-syntax @@ -1 +1 @@ -Subproject commit fbd150832b5bef19b9e0d2994548c5f52b7e2be3 +Subproject commit 62f348b4daf54a6b354e9bb74c21ff9fd19fca8b diff --git a/vendor/grammars/vscode-vlang b/vendor/grammars/vscode-vlang index dbc661e1b2..0938b82f99 160000 --- a/vendor/grammars/vscode-vlang +++ b/vendor/grammars/vscode-vlang @@ -1 +1 @@ -Subproject commit dbc661e1b205c576eb077f6a83064de4820a876f +Subproject commit 0938b82f990b12f4981c1c2667e5b7116205fd5d diff --git a/vendor/grammars/vscode_cobol b/vendor/grammars/vscode_cobol index a6ea155ac7..3ab73af55c 160000 --- a/vendor/grammars/vscode_cobol +++ b/vendor/grammars/vscode_cobol @@ -1 +1 @@ -Subproject commit a6ea155ac7af7b67ee55e696e81465838bfc7b36 +Subproject commit 3ab73af55c1faeb2e6b42ff961ca697e1d68d6e6 diff --git a/vendor/grammars/vscode_mikrotik_routeros_script b/vendor/grammars/vscode_mikrotik_routeros_script index 767b8c9e46..aaf19c0581 160000 --- a/vendor/grammars/vscode_mikrotik_routeros_script +++ b/vendor/grammars/vscode_mikrotik_routeros_script @@ -1 +1 @@ -Subproject commit 767b8c9e4696e20be4de2f866361661d05594330 +Subproject commit aaf19c0581ffe238850eb42aefe0ce67bb6ed9d8 From 0fa7940158cf9d2ca9a559a4e42dc22824646443 Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Fri, 2 Sep 2022 15:42:52 +0000 Subject: [PATCH 2/5] Update all cached licenses --- .../git_submodule/Atom-PostScript.dep.yml | 2 +- .../licenses/git_submodule/CodeMirror.dep.yml | 12 +++++++++++- .../git_submodule/Docker.tmbundle.dep.yml | 2 +- .../git_submodule/Sublime-REBOL.dep.yml | 2 +- .../git_submodule/TypeScript-TmLanguage.dep.yml | 2 +- .../git_submodule/VscodeAdblockSyntax.dep.yml | 2 +- .../licenses/git_submodule/XojoSyntaxTM.dep.yml | 2 +- .../git_submodule/abap-cds-grammar.dep.yml | 2 +- vendor/licenses/git_submodule/astro.dep.yml | 2 +- .../atom-language-purescript.dep.yml | 2 +- .../git_submodule/atom-language-stan.dep.yml | 2 +- vendor/licenses/git_submodule/bicep.dep.yml | 2 +- vendor/licenses/git_submodule/bikeshed.dep.yml | 4 ++-- .../git_submodule/clarity.tmbundle.dep.yml | 4 +--- .../git_submodule/csharp-tmLanguage.dep.yml | 2 +- .../git_submodule/dart-syntax-highlight.dep.yml | 2 +- .../git_submodule/elixir-tmbundle.dep.yml | 2 +- vendor/licenses/git_submodule/elvish.dep.yml | 2 +- .../git_submodule/godot-vscode-plugin.dep.yml | 2 +- vendor/licenses/git_submodule/graphiql.dep.yml | 2 +- .../git_submodule/ionide-fsgrammar.dep.yml | 2 +- .../licenses/git_submodule/language-etc.dep.yml | 2 +- .../language-restructuredtext.dep.yml | 11 +++++++---- .../git_submodule/language-roff.dep.yml | 2 +- .../git_submodule/language-subtitles.dep.yml | 2 +- .../git_submodule/language-texinfo.dep.yml | 4 ++-- .../git_submodule/liquid-tm-grammar.dep.yml | 2 +- .../git_submodule/marko-tmbundle.dep.yml | 2 +- .../licenses/git_submodule/nix-linguist.dep.yml | 2 +- .../git_submodule/qsharp-compiler.dep.yml | 2 +- .../git_submodule/rescript-vscode.dep.yml | 2 +- .../licenses/git_submodule/sas.tmbundle.dep.yml | 2 +- .../licenses/git_submodule/sublime-odin.dep.yml | 2 +- vendor/licenses/git_submodule/sublime-q.dep.yml | 2 +- .../vscode-antlers-language-server.dep.yml | 2 +- .../vscode-brightscript-language.dep.yml | 2 +- .../git_submodule/vscode-cadence.dep.yml | 2 +- .../git_submodule/vscode-codeql.dep.yml | 2 +- .../licenses/git_submodule/vscode-curry.dep.yml | 2 +- .../git_submodule/vscode-fluent.dep.yml | 2 +- .../git_submodule/vscode-gcode-syntax.dep.yml | 2 +- .../licenses/git_submodule/vscode-gleam.dep.yml | 2 +- vendor/licenses/git_submodule/vscode-go.dep.yml | 6 +++--- .../licenses/git_submodule/vscode-hack.dep.yml | 4 ++-- .../licenses/git_submodule/vscode-jest.dep.yml | 2 +- .../licenses/git_submodule/vscode-lean.dep.yml | 2 +- .../git_submodule/vscode-motoko.dep.yml | 17 +---------------- .../git_submodule/vscode-move-syntax.dep.yml | 2 +- .../git_submodule/vscode-prisma.dep.yml | 2 +- .../git_submodule/vscode-scala-syntax.dep.yml | 2 +- .../licenses/git_submodule/vscode-vlang.dep.yml | 2 +- .../licenses/git_submodule/vscode_cobol.dep.yml | 2 +- .../vscode_mikrotik_routeros_script.dep.yml | 2 +- 53 files changed, 74 insertions(+), 78 deletions(-) diff --git a/vendor/licenses/git_submodule/Atom-PostScript.dep.yml b/vendor/licenses/git_submodule/Atom-PostScript.dep.yml index 90ae7db946..60b93dba1a 100644 --- a/vendor/licenses/git_submodule/Atom-PostScript.dep.yml +++ b/vendor/licenses/git_submodule/Atom-PostScript.dep.yml @@ -1,6 +1,6 @@ --- name: Atom-PostScript -version: 773e8711263ea7fa1ae4c319057c271005eb59d0 +version: 192c11a0776f45a2dd4cf4209b2a2d77c741c35b type: git_submodule homepage: https://github.com/Alhadis/Atom-PostScript license: isc diff --git a/vendor/licenses/git_submodule/CodeMirror.dep.yml b/vendor/licenses/git_submodule/CodeMirror.dep.yml index c0679ecc62..347f0dfa24 100644 --- a/vendor/licenses/git_submodule/CodeMirror.dep.yml +++ b/vendor/licenses/git_submodule/CodeMirror.dep.yml @@ -1,6 +1,6 @@ --- name: CodeMirror -version: 482b7a45547175cabaa9fa68b31244625215a82a +version: ccacc382636a8f892f665b0eb49dcdce99593ae3 type: git_submodule homepage: https://github.com/codemirror/CodeMirror license: mit @@ -157,6 +157,7 @@ notices: Billy Moon Bin Ni binny + Bjarki Ágúst Guðmundsson Bjorn Hansen B Krishna Chaitanya Blaine G @@ -166,6 +167,7 @@ notices: Bo Peng borawjm Boris K + Boris Verkhovskiy Brad Metcalf Brandon Frohs Brandon Wamboldt @@ -295,6 +297,7 @@ notices: Eric Allam Eric Bogard Erik Demaine + Erik Krogh Kristensen Erik Welander erosman eustas @@ -303,6 +306,7 @@ notices: Fabien O'Carroll Fabio Zendhi Nagao Faiza Alsaied + Faris Masad Fauntleroy fbuchinger feizhang365 @@ -327,6 +331,7 @@ notices: fraxx001 Fredrik Borg FUJI Goro (gfx) + fzipp Gabriel Gheorghian Gabriel Horner Gabriel Nahmias @@ -368,6 +373,7 @@ notices: Harald Schilly Hardest Harshvardhan Gupta + Harutyun Amirjanyan Hasan Delibaş Hasan Karahan Heanes @@ -530,6 +536,7 @@ notices: Klaus Silveira Koh Zi Han, Cliff komakino + kometenstaub Konrad Zapotoczny Konstantin Chernenko Konstantin Lopuhin @@ -768,6 +775,7 @@ notices: Pierre Gerold Pieter Ouwerkerk Piyush + Pontus Granström Pontus Melke prasanthj Prasanth J @@ -919,6 +927,7 @@ notices: Thomas Schmid Tim Alby Tim Baumann + Tim Down Tim Gates Tim Nguyen Timothy Farrell @@ -978,6 +987,7 @@ notices: wonderboyjon Wu Cheng-Han Xavier Mendez + Yakov Manshin Yang Guo Yash Singh Yash-Singh1 diff --git a/vendor/licenses/git_submodule/Docker.tmbundle.dep.yml b/vendor/licenses/git_submodule/Docker.tmbundle.dep.yml index 2377225f38..1fdc1e3375 100644 --- a/vendor/licenses/git_submodule/Docker.tmbundle.dep.yml +++ b/vendor/licenses/git_submodule/Docker.tmbundle.dep.yml @@ -1,6 +1,6 @@ --- name: Docker.tmbundle -version: 4da4c8ba3fa86b3b1890f408c5f28918731c1690 +version: 5d04e13661e96caf8c702eddd09386a5aa4bf5d1 type: git_submodule homepage: https://github.com/asbjornenge/Docker.tmbundle license: mit diff --git a/vendor/licenses/git_submodule/Sublime-REBOL.dep.yml b/vendor/licenses/git_submodule/Sublime-REBOL.dep.yml index 69a3e7cdcd..bbc7a4a7cb 100644 --- a/vendor/licenses/git_submodule/Sublime-REBOL.dep.yml +++ b/vendor/licenses/git_submodule/Sublime-REBOL.dep.yml @@ -1,6 +1,6 @@ --- name: Sublime-REBOL -version: aafe2776a422324af44a1cdce9462cebeffcab93 +version: da2b4ec0c84d6e593698118061efb4bd64eff853 type: git_submodule homepage: https://github.com/Oldes/Sublime-REBOL license: mit diff --git a/vendor/licenses/git_submodule/TypeScript-TmLanguage.dep.yml b/vendor/licenses/git_submodule/TypeScript-TmLanguage.dep.yml index fda5d51a69..0b1b67fed8 100644 --- a/vendor/licenses/git_submodule/TypeScript-TmLanguage.dep.yml +++ b/vendor/licenses/git_submodule/TypeScript-TmLanguage.dep.yml @@ -1,6 +1,6 @@ --- name: TypeScript-TmLanguage -version: 0dfae8cc4807fecfbf8f1add095d9817df824c95 +version: 448f712d525026502b5ad8b2e50dceab303cb88a type: git_submodule homepage: https://github.com/Microsoft/TypeScript-TmLanguage license: mit diff --git a/vendor/licenses/git_submodule/VscodeAdblockSyntax.dep.yml b/vendor/licenses/git_submodule/VscodeAdblockSyntax.dep.yml index 610d185d25..e2b0e004e7 100644 --- a/vendor/licenses/git_submodule/VscodeAdblockSyntax.dep.yml +++ b/vendor/licenses/git_submodule/VscodeAdblockSyntax.dep.yml @@ -1,6 +1,6 @@ --- name: VscodeAdblockSyntax -version: 6e56ca195b594789e5e3f964dbf0bf264f656566 +version: de372c98775a30eef2bfcecede17a955e563bbbc type: git_submodule homepage: https://github.com/ameshkov/VscodeAdblockSyntax.git license: mit diff --git a/vendor/licenses/git_submodule/XojoSyntaxTM.dep.yml b/vendor/licenses/git_submodule/XojoSyntaxTM.dep.yml index bd339e4609..06ef956cf1 100644 --- a/vendor/licenses/git_submodule/XojoSyntaxTM.dep.yml +++ b/vendor/licenses/git_submodule/XojoSyntaxTM.dep.yml @@ -1,6 +1,6 @@ --- name: XojoSyntaxTM -version: 48f9a9098371f3a3170a05d38d9b1d14da85afdd +version: 90dddd6b07dcdfdaaf0660b7c4706a3dfe55d6ea type: git_submodule homepage: https://github.com/jimmckay/XojoSyntaxTM license: apache-2.0 diff --git a/vendor/licenses/git_submodule/abap-cds-grammar.dep.yml b/vendor/licenses/git_submodule/abap-cds-grammar.dep.yml index 81a909692f..02a719997d 100644 --- a/vendor/licenses/git_submodule/abap-cds-grammar.dep.yml +++ b/vendor/licenses/git_submodule/abap-cds-grammar.dep.yml @@ -1,6 +1,6 @@ --- name: abap-cds-grammar -version: '024514393c2f98188e0702ccd3a88e3c5d689fcc' +version: e561dec39390597e9d4275f9bda23982de27594a type: git_submodule homepage: https://github.com/FreHu/abap-cds-grammar license: unlicense diff --git a/vendor/licenses/git_submodule/astro.dep.yml b/vendor/licenses/git_submodule/astro.dep.yml index 10a1733689..e81c7a3009 100644 --- a/vendor/licenses/git_submodule/astro.dep.yml +++ b/vendor/licenses/git_submodule/astro.dep.yml @@ -1,6 +1,6 @@ --- name: astro -version: b96c479fdbba0c4cba2fbbf31745ada3a11039f3 +version: 5a583d32c5788c219e15a42ddde7ec8dd1c3cc6b type: git_submodule homepage: https://github.com/withastro/language-tools.git license: mit diff --git a/vendor/licenses/git_submodule/atom-language-purescript.dep.yml b/vendor/licenses/git_submodule/atom-language-purescript.dep.yml index f6a59f1155..cb9d21cb5d 100644 --- a/vendor/licenses/git_submodule/atom-language-purescript.dep.yml +++ b/vendor/licenses/git_submodule/atom-language-purescript.dep.yml @@ -1,6 +1,6 @@ --- name: atom-language-purescript -version: '0629209cd7009df0e7a4c2b6e6356ffa6c1eeaf2' +version: b5c439559b21af03578d923ed8811cb0609d2210 type: git_submodule homepage: https://github.com/purescript-contrib/atom-language-purescript license: mit diff --git a/vendor/licenses/git_submodule/atom-language-stan.dep.yml b/vendor/licenses/git_submodule/atom-language-stan.dep.yml index cc4fb2fcca..8a6b2eceaa 100644 --- a/vendor/licenses/git_submodule/atom-language-stan.dep.yml +++ b/vendor/licenses/git_submodule/atom-language-stan.dep.yml @@ -1,6 +1,6 @@ --- name: atom-language-stan -version: 494364a14ef15df2184c0028595553883efd4bfd +version: 1353c394b611bfe2f95fd7536b53cd63963e9e87 type: git_submodule homepage: https://github.com/stan-dev/atom-language-stan.git license: mit diff --git a/vendor/licenses/git_submodule/bicep.dep.yml b/vendor/licenses/git_submodule/bicep.dep.yml index 5c410516b1..18c284310d 100644 --- a/vendor/licenses/git_submodule/bicep.dep.yml +++ b/vendor/licenses/git_submodule/bicep.dep.yml @@ -1,6 +1,6 @@ --- name: bicep -version: 476668e54544f0c1a0c746fcffd2066c554c1c3d +version: 110db55d2c1fc1776134cc46cfcfb4942d7a3ec5 type: git_submodule homepage: https://github.com/azure/bicep license: mit diff --git a/vendor/licenses/git_submodule/bikeshed.dep.yml b/vendor/licenses/git_submodule/bikeshed.dep.yml index b5f3342891..6e9640c252 100644 --- a/vendor/licenses/git_submodule/bikeshed.dep.yml +++ b/vendor/licenses/git_submodule/bikeshed.dep.yml @@ -1,6 +1,6 @@ --- name: bikeshed -version: d4e97165ee06c0f2011addfc7095a7eec64d2966 +version: f4ea8dbce273573533f47311506cf21b333a32d8 type: git_submodule homepage: https://github.com/tabatkins/bikeshed.git license: other @@ -130,7 +130,7 @@ licenses: this CC0 or use of the Work. - sources: README.md text: |- - This document and all associated files in the github project are licensed under [CC0](http://creativecommons.org/publicdomain/zero/1.0/) ![](http://licensebuttons.net/p/zero/1.0/80x15.png). + This document and all associated files in the github project are licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/) ![](https://licensebuttons.net/p/zero/1.0/80x15.png). This means you can reuse, remix, or otherwise appropriate this project for your own use **without restriction**. (The actual legal meaning can be found at the above link.) Don't ask me for permission to use any part of this project, **just use it**. diff --git a/vendor/licenses/git_submodule/clarity.tmbundle.dep.yml b/vendor/licenses/git_submodule/clarity.tmbundle.dep.yml index c5b73bf9b6..4b31e17030 100644 --- a/vendor/licenses/git_submodule/clarity.tmbundle.dep.yml +++ b/vendor/licenses/git_submodule/clarity.tmbundle.dep.yml @@ -1,6 +1,6 @@ --- name: clarity.tmbundle -version: 0610d0d1676011ddbbb50763d3773fc858cbf9b3 +version: ed9efedceb4a71bcf5bf8aaff3875cf30ac2c791 type: git_submodule homepage: https://github.com/hirosystems/clarity.tmbundle.git license: mit @@ -9,8 +9,6 @@ licenses: text: | MIT License - Copyright (c) 2021 Hiro Systems PBC - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights diff --git a/vendor/licenses/git_submodule/csharp-tmLanguage.dep.yml b/vendor/licenses/git_submodule/csharp-tmLanguage.dep.yml index 8f41c6c84f..08a42689de 100644 --- a/vendor/licenses/git_submodule/csharp-tmLanguage.dep.yml +++ b/vendor/licenses/git_submodule/csharp-tmLanguage.dep.yml @@ -1,6 +1,6 @@ --- name: csharp-tmLanguage -version: 77a37ae293e46d14a1bd124d4847a0756a3d27c5 +version: 7b03e95771530adfc7cae28e777a083bd7d533eb type: git_submodule homepage: https://github.com/dotnet/csharp-tmLanguage license: mit diff --git a/vendor/licenses/git_submodule/dart-syntax-highlight.dep.yml b/vendor/licenses/git_submodule/dart-syntax-highlight.dep.yml index e0efdaba94..dc568fa9a7 100644 --- a/vendor/licenses/git_submodule/dart-syntax-highlight.dep.yml +++ b/vendor/licenses/git_submodule/dart-syntax-highlight.dep.yml @@ -1,6 +1,6 @@ --- name: dart-syntax-highlight -version: f470ce2de2f674c7034d99fe47b6488ac6f33fdb +version: bd5cbdfe533c455a7ff7875923c4a94a5b497382 type: git_submodule homepage: https://github.com/dart-lang/dart-syntax-highlight license: bsd-3-clause diff --git a/vendor/licenses/git_submodule/elixir-tmbundle.dep.yml b/vendor/licenses/git_submodule/elixir-tmbundle.dep.yml index f9cac4a112..a147956edb 100644 --- a/vendor/licenses/git_submodule/elixir-tmbundle.dep.yml +++ b/vendor/licenses/git_submodule/elixir-tmbundle.dep.yml @@ -1,6 +1,6 @@ --- name: elixir-tmbundle -version: 43c8cd957d5ac6e1abbd8730fc7a08c81a6e76c9 +version: b01fffc49179bdec936ca19b53ba4fc7c51a2cc0 type: git_submodule homepage: https://github.com/elixir-lang/elixir-tmbundle license: apache-2.0 diff --git a/vendor/licenses/git_submodule/elvish.dep.yml b/vendor/licenses/git_submodule/elvish.dep.yml index 7f26f0417d..b0161e1ebf 100644 --- a/vendor/licenses/git_submodule/elvish.dep.yml +++ b/vendor/licenses/git_submodule/elvish.dep.yml @@ -1,6 +1,6 @@ --- name: elvish -version: be943010045de5356cb8e1947b1de71250d6cdf1 +version: 2986d29f34113823f39243715fe0fd70b6925681 type: git_submodule homepage: https://github.com/elves/elvish.git license: bsd-2-clause diff --git a/vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml b/vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml index 5ae5f71e54..43dc868cdd 100644 --- a/vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml +++ b/vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml @@ -1,6 +1,6 @@ --- name: godot-vscode-plugin -version: 4562bf1c319f2a84fd12025c8d16c086d3f27947 +version: e7674c12adef55d13d17ee66b057a3f1789a2102 type: git_submodule homepage: https://github.com/godotengine/godot-vscode-plugin license: mit diff --git a/vendor/licenses/git_submodule/graphiql.dep.yml b/vendor/licenses/git_submodule/graphiql.dep.yml index d6b59ade6f..38cc635241 100644 --- a/vendor/licenses/git_submodule/graphiql.dep.yml +++ b/vendor/licenses/git_submodule/graphiql.dep.yml @@ -1,6 +1,6 @@ --- name: graphiql -version: 85fc0151d3c2fbaf270f137750082d61cd0e3ef6 +version: '0219eef39146495749aca2487112db52fa3bb8fd' type: git_submodule homepage: https://github.com/graphql/graphiql.git license: mit diff --git a/vendor/licenses/git_submodule/ionide-fsgrammar.dep.yml b/vendor/licenses/git_submodule/ionide-fsgrammar.dep.yml index 62e7ea67f6..d26034bf03 100644 --- a/vendor/licenses/git_submodule/ionide-fsgrammar.dep.yml +++ b/vendor/licenses/git_submodule/ionide-fsgrammar.dep.yml @@ -1,6 +1,6 @@ --- name: ionide-fsgrammar -version: e177bd7f9d3402f70d2f1fb42c74057ed1ccf6fa +version: 713cd4a34e7729e444cf85ae287dd94c19e34337 type: git_submodule homepage: https://github.com/ionide/ionide-fsgrammar license: mit diff --git a/vendor/licenses/git_submodule/language-etc.dep.yml b/vendor/licenses/git_submodule/language-etc.dep.yml index b3f315c782..1fd9052605 100644 --- a/vendor/licenses/git_submodule/language-etc.dep.yml +++ b/vendor/licenses/git_submodule/language-etc.dep.yml @@ -1,6 +1,6 @@ --- name: language-etc -version: '068a4ea3dac0beb14f14e2c23a7e2eba43bd909d' +version: 2ab09f098fd13a84c391d726c977d6d187aee62f type: git_submodule homepage: https://github.com/Alhadis/language-etc license: isc diff --git a/vendor/licenses/git_submodule/language-restructuredtext.dep.yml b/vendor/licenses/git_submodule/language-restructuredtext.dep.yml index 8b608ce105..54fc337712 100644 --- a/vendor/licenses/git_submodule/language-restructuredtext.dep.yml +++ b/vendor/licenses/git_submodule/language-restructuredtext.dep.yml @@ -1,10 +1,12 @@ --- -type: git_submodule name: language-restructuredtext -version: 30706379beb55bf17b3404546e4e3dccff516b5d +version: 2cfc6c01523700b2c7e756f0ae8e1fb77c3ce68d +type: git_submodule +homepage: https://github.com/Lukasa/language-restructuredtext license: mit licenses: -- text: |- +- sources: LICENSE + text: | MIT License Copyright (c) 2014-2017 Cory Benfield @@ -27,7 +29,8 @@ licenses: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. notices: -- text: |- +- sources: AUTHORS.md + text: |- This package would not exist without the great work of the following people: - Kyle Kelley (@rgbkrk) diff --git a/vendor/licenses/git_submodule/language-roff.dep.yml b/vendor/licenses/git_submodule/language-roff.dep.yml index cddaa3cceb..bdc05f1956 100644 --- a/vendor/licenses/git_submodule/language-roff.dep.yml +++ b/vendor/licenses/git_submodule/language-roff.dep.yml @@ -1,6 +1,6 @@ --- name: language-roff -version: d3feea6981a2cd0d20d9e61252245ec3be23bfb8 +version: 161cf78cb303ae09cee212f0dba4c86ff6a2373f type: git_submodule homepage: https://github.com/Alhadis/language-roff license: isc diff --git a/vendor/licenses/git_submodule/language-subtitles.dep.yml b/vendor/licenses/git_submodule/language-subtitles.dep.yml index 7bfda8d455..975d086683 100644 --- a/vendor/licenses/git_submodule/language-subtitles.dep.yml +++ b/vendor/licenses/git_submodule/language-subtitles.dep.yml @@ -1,6 +1,6 @@ --- name: language-subtitles -version: 5251cb85762439339567772efb349f3c4fd64bcb +version: 70c9d731c1ba24f058c6630824cf1188cbee9843 type: git_submodule homepage: https://github.com/Alhadis/language-subtitles.git license: isc diff --git a/vendor/licenses/git_submodule/language-texinfo.dep.yml b/vendor/licenses/git_submodule/language-texinfo.dep.yml index 94cdffdacf..63eb4f1472 100644 --- a/vendor/licenses/git_submodule/language-texinfo.dep.yml +++ b/vendor/licenses/git_submodule/language-texinfo.dep.yml @@ -1,13 +1,13 @@ --- name: language-texinfo -version: d2de523b5182e963012f143254a4a1eb83399864 +version: ade70d4330447a963f23952c516c2944533f7988 type: git_submodule homepage: https://github.com/Alhadis/language-texinfo license: isc licenses: - sources: LICENSE.md text: | - Copyright (c) 2019-2021, John Gardner + Copyright (c) 2019-2022, John Gardner Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/vendor/licenses/git_submodule/liquid-tm-grammar.dep.yml b/vendor/licenses/git_submodule/liquid-tm-grammar.dep.yml index 8b88cc8343..dff4a30cd1 100644 --- a/vendor/licenses/git_submodule/liquid-tm-grammar.dep.yml +++ b/vendor/licenses/git_submodule/liquid-tm-grammar.dep.yml @@ -1,6 +1,6 @@ --- name: liquid-tm-grammar -version: 79791a1c551da03d3499c0df0de1534d0e74c92c +version: bf6f04afb7bb73d8d79636c3573a9d57b8f53563 type: git_submodule homepage: https://github.com/Shopify/liquid-tm-grammar.git license: mit diff --git a/vendor/licenses/git_submodule/marko-tmbundle.dep.yml b/vendor/licenses/git_submodule/marko-tmbundle.dep.yml index 4729d7f717..e2ead070cf 100644 --- a/vendor/licenses/git_submodule/marko-tmbundle.dep.yml +++ b/vendor/licenses/git_submodule/marko-tmbundle.dep.yml @@ -1,6 +1,6 @@ --- name: marko-tmbundle -version: 94e0c9c2131bd3fc8286d324322df80e1e6fe727 +version: 60ded48bea6d6eccea81e858168e20e0b1b78b01 type: git_submodule homepage: https://github.com/marko-js/marko-tmbundle license: mit diff --git a/vendor/licenses/git_submodule/nix-linguist.dep.yml b/vendor/licenses/git_submodule/nix-linguist.dep.yml index 439adb307a..513d42fba6 100644 --- a/vendor/licenses/git_submodule/nix-linguist.dep.yml +++ b/vendor/licenses/git_submodule/nix-linguist.dep.yml @@ -1,6 +1,6 @@ --- name: nix-linguist -version: d02f4f43728098e9cd6f66341bc719f648a0ee9d +version: 4adf67c2937e233c17bfd2873bd65e8769acdb8a type: git_submodule homepage: https://github.com/sambacha/nix-linguist.git license: mit diff --git a/vendor/licenses/git_submodule/qsharp-compiler.dep.yml b/vendor/licenses/git_submodule/qsharp-compiler.dep.yml index a425db25e3..d6e607ed69 100644 --- a/vendor/licenses/git_submodule/qsharp-compiler.dep.yml +++ b/vendor/licenses/git_submodule/qsharp-compiler.dep.yml @@ -1,6 +1,6 @@ --- name: qsharp-compiler -version: 4e88c97f8f61e6ef1ec0fd6d2406720a79c55923 +version: 0630b8d9a036734760ed07a6ce13947328d46eac type: git_submodule homepage: https://github.com/microsoft/qsharp-compiler license: mit diff --git a/vendor/licenses/git_submodule/rescript-vscode.dep.yml b/vendor/licenses/git_submodule/rescript-vscode.dep.yml index fc4382ec10..4aef343c4f 100644 --- a/vendor/licenses/git_submodule/rescript-vscode.dep.yml +++ b/vendor/licenses/git_submodule/rescript-vscode.dep.yml @@ -1,6 +1,6 @@ --- name: rescript-vscode -version: 57c52698267afd31e3b0696895ac18add140bc52 +version: 93ecf1d56e6bd3ace4d7860c5e11c845fe9f86fc type: git_submodule homepage: https://github.com/rescript-lang/rescript-vscode license: mit diff --git a/vendor/licenses/git_submodule/sas.tmbundle.dep.yml b/vendor/licenses/git_submodule/sas.tmbundle.dep.yml index 2297ff1fcd..27cf612715 100644 --- a/vendor/licenses/git_submodule/sas.tmbundle.dep.yml +++ b/vendor/licenses/git_submodule/sas.tmbundle.dep.yml @@ -1,6 +1,6 @@ --- name: sas.tmbundle -version: f24cf2992e98ab566c72b725c7f66f5963393556 +version: 047fed8793fb39d3f6ad2a60d0382961d53f6a9a type: git_submodule homepage: https://github.com/rpardee/sas.tmbundle license: mit diff --git a/vendor/licenses/git_submodule/sublime-odin.dep.yml b/vendor/licenses/git_submodule/sublime-odin.dep.yml index 93b2122c12..0dca39b031 100644 --- a/vendor/licenses/git_submodule/sublime-odin.dep.yml +++ b/vendor/licenses/git_submodule/sublime-odin.dep.yml @@ -1,6 +1,6 @@ --- name: sublime-odin -version: f1143914e048e44ff41ba902ff67e269cc6ed197 +version: 1746bce31b2872906a5fab6282d0855dbefae9a1 type: git_submodule homepage: https://github.com/odin-lang/sublime-odin license: mit diff --git a/vendor/licenses/git_submodule/sublime-q.dep.yml b/vendor/licenses/git_submodule/sublime-q.dep.yml index 183069179b..4ce5dbbbf7 100644 --- a/vendor/licenses/git_submodule/sublime-q.dep.yml +++ b/vendor/licenses/git_submodule/sublime-q.dep.yml @@ -1,6 +1,6 @@ --- name: sublime-q -version: cbe1f9d09576ab333b92e2404c270afc94ccde8c +version: c4f98f62b4911d27611c883c0428694dc984126d type: git_submodule homepage: https://github.com/komsit37/sublime-q license: mit diff --git a/vendor/licenses/git_submodule/vscode-antlers-language-server.dep.yml b/vendor/licenses/git_submodule/vscode-antlers-language-server.dep.yml index ed5221476d..aa3e5e5f20 100644 --- a/vendor/licenses/git_submodule/vscode-antlers-language-server.dep.yml +++ b/vendor/licenses/git_submodule/vscode-antlers-language-server.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-antlers-language-server -version: 2023f4c632840ed1734bdb92f98e9fc164d96453 +version: 9615161c195819af7bb5923d13c875d4382d2f51 type: git_submodule homepage: https://github.com/Stillat/vscode-antlers-language-server.git license: mit diff --git a/vendor/licenses/git_submodule/vscode-brightscript-language.dep.yml b/vendor/licenses/git_submodule/vscode-brightscript-language.dep.yml index 706373438e..8c40575c08 100644 --- a/vendor/licenses/git_submodule/vscode-brightscript-language.dep.yml +++ b/vendor/licenses/git_submodule/vscode-brightscript-language.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-brightscript-language -version: 506444355fca7b69baafda92d57ab9369f701412 +version: 45e44649934561e92182d7adad6c9a0e7ef8af2e type: git_submodule homepage: https://github.com/rokucommunity/vscode-brightscript-language.git license: mit diff --git a/vendor/licenses/git_submodule/vscode-cadence.dep.yml b/vendor/licenses/git_submodule/vscode-cadence.dep.yml index 415d80b1aa..6f16676605 100644 --- a/vendor/licenses/git_submodule/vscode-cadence.dep.yml +++ b/vendor/licenses/git_submodule/vscode-cadence.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-cadence -version: 45200aeec47293b01e96278e8e029791702f02ee +version: 2df1241c9e4b36dec46c7a99aedd078b9130757c type: git_submodule homepage: https://github.com/onflow/vscode-cadence.git license: apache-2.0 diff --git a/vendor/licenses/git_submodule/vscode-codeql.dep.yml b/vendor/licenses/git_submodule/vscode-codeql.dep.yml index 33e60b487d..632b99d54c 100644 --- a/vendor/licenses/git_submodule/vscode-codeql.dep.yml +++ b/vendor/licenses/git_submodule/vscode-codeql.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-codeql -version: f559b59ee55a538289e4c04c81f1b863e991979b +version: 5067fbc452e76ed964787e03edbb4a811a603c63 type: git_submodule homepage: https://github.com/github/vscode-codeql license: mit diff --git a/vendor/licenses/git_submodule/vscode-curry.dep.yml b/vendor/licenses/git_submodule/vscode-curry.dep.yml index 4a8cf8a5a8..a194bad76a 100644 --- a/vendor/licenses/git_submodule/vscode-curry.dep.yml +++ b/vendor/licenses/git_submodule/vscode-curry.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-curry -version: d6c97c45e63317a75ff52147a469b289559f5427 +version: 3acba6987533bc45cb05af365464f4486a9d1c35 type: git_submodule homepage: https://github.com/fwcd/vscode-curry license: mit diff --git a/vendor/licenses/git_submodule/vscode-fluent.dep.yml b/vendor/licenses/git_submodule/vscode-fluent.dep.yml index a06576d592..6f95a633b6 100644 --- a/vendor/licenses/git_submodule/vscode-fluent.dep.yml +++ b/vendor/licenses/git_submodule/vscode-fluent.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-fluent -version: 707442e612042f05426cc944571911991754651c +version: 99d8ddd42ae2c8a3e6a11fcf3fc087139afea87f type: git_submodule homepage: https://github.com/macabeus/vscode-fluent license: mit diff --git a/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml b/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml index 2bd12a998f..403f5e1c87 100644 --- a/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml +++ b/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-gcode-syntax -version: 13ba27dfdb2241f8380e446185faf72419a44c84 +version: 59ba0dfdf9f03017b0ee743e03bb3504bf50c425 type: git_submodule homepage: https://github.com/appliedengdesign/vscode-gcode-syntax license: mit diff --git a/vendor/licenses/git_submodule/vscode-gleam.dep.yml b/vendor/licenses/git_submodule/vscode-gleam.dep.yml index efe61eb3dd..f75fe5e372 100644 --- a/vendor/licenses/git_submodule/vscode-gleam.dep.yml +++ b/vendor/licenses/git_submodule/vscode-gleam.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-gleam -version: 3cd09698cc1c5f06e07c7436195780791acc4a82 +version: 19a4a82f1afc769dfa32bbc9be22215249a8d1c2 type: git_submodule homepage: https://github.com/gleam-lang/vscode-gleam.git license: apache-2.0 diff --git a/vendor/licenses/git_submodule/vscode-go.dep.yml b/vendor/licenses/git_submodule/vscode-go.dep.yml index 789480a234..7b69a54bfc 100644 --- a/vendor/licenses/git_submodule/vscode-go.dep.yml +++ b/vendor/licenses/git_submodule/vscode-go.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-go -version: 180bbce30e9c4993bc931f27459bcba7de230148 +version: 4298b52080fc6e7fb2587aeaf26a2465fa671fb9 type: git_submodule homepage: https://github.com/golang/vscode-go license: other @@ -43,8 +43,8 @@ licenses: [Go installation guide]: https://golang.org/doc/install ["Getting started with VS Code Go"]: https://youtu.be/1MXIGYrMk80 [IntelliSense]: https://github.com/golang/vscode-go/wiki/features#intellisense - [code navigation]: https://github.com/golang/vscode-go/wiki/features#code-navigation - [code editing]: https://github.com/golang/vscode-go/wiki/features#code-editing + [Code navigation]: https://github.com/golang/vscode-go/wiki/features#code-navigation + [Code editing]: https://github.com/golang/vscode-go/wiki/features#code-editing [diagnostics]: https://github.com/golang/vscode-go/wiki/features#diagnostics [testing]: https://github.com/golang/vscode-go/wiki/features#run-and-test-in-the-editor [debugging]: https://github.com/golang/vscode-go/wiki/debugging#features diff --git a/vendor/licenses/git_submodule/vscode-hack.dep.yml b/vendor/licenses/git_submodule/vscode-hack.dep.yml index 2c61f66022..0f4a4ea49a 100644 --- a/vendor/licenses/git_submodule/vscode-hack.dep.yml +++ b/vendor/licenses/git_submodule/vscode-hack.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-hack -version: 40b666d500237c573b22d22082c90bfeb50dc188 +version: a14c481732fbf2399d35398a884d82789a640009 type: git_submodule homepage: https://github.com/slackhq/vscode-hack license: mit @@ -57,7 +57,7 @@ notices: be made available to recipients or other requestors under the terms of the same OSS LICENSE. Recipients or requestors who would like to receive a copy of such corresponding source code should submit a request to Slack by post at:\n\n\nSlack - \ \nAttn: Open Source Requests \n500 Howard St. \nSan Francisco, CA 94105\n\n---\n**[minimist@1.2.5](https://github.com/substack/minimist)**\n```\nThis + \ \nAttn: Open Source Requests \n500 Howard St. \nSan Francisco, CA 94105\n\n---\n**[minimist@1.2.6](https://github.com/substack/minimist)**\n```\nThis software is released under the MIT license:\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including diff --git a/vendor/licenses/git_submodule/vscode-jest.dep.yml b/vendor/licenses/git_submodule/vscode-jest.dep.yml index 84ce34a8e0..1b952e4c52 100644 --- a/vendor/licenses/git_submodule/vscode-jest.dep.yml +++ b/vendor/licenses/git_submodule/vscode-jest.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-jest -version: f55a2b4af2f984f4e06b62f053155ca5efadf22e +version: 44306d6f655798bb3f9e8f89c0addf4d24ea7e88 type: git_submodule homepage: https://github.com/jest-community/vscode-jest license: mit diff --git a/vendor/licenses/git_submodule/vscode-lean.dep.yml b/vendor/licenses/git_submodule/vscode-lean.dep.yml index 5773d4bb84..6103af090c 100644 --- a/vendor/licenses/git_submodule/vscode-lean.dep.yml +++ b/vendor/licenses/git_submodule/vscode-lean.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-lean -version: 2f7c932838fbf936fbc4e671f741d7e8e9061a0d +version: 8ca7fa689bc89f5d327a4d00017855e3ede0561b type: git_submodule homepage: https://github.com/leanprover/vscode-lean license: apache-2.0 diff --git a/vendor/licenses/git_submodule/vscode-motoko.dep.yml b/vendor/licenses/git_submodule/vscode-motoko.dep.yml index b6a81762b0..30789eb292 100644 --- a/vendor/licenses/git_submodule/vscode-motoko.dep.yml +++ b/vendor/licenses/git_submodule/vscode-motoko.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-motoko -version: 4901892b6f8fef191326dacd5e44c47980c684aa +version: 7c9c4c8b5804e1c85629fc4fc5ba13039cd7d068 type: git_submodule homepage: https://github.com/dfinity/vscode-motoko.git license: apache-2.0 @@ -209,19 +209,4 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- sources: README.md - text: |- - Copyright 2020 DFINITY Foundation - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. notices: [] diff --git a/vendor/licenses/git_submodule/vscode-move-syntax.dep.yml b/vendor/licenses/git_submodule/vscode-move-syntax.dep.yml index 53f71893cc..881ce9fc49 100644 --- a/vendor/licenses/git_submodule/vscode-move-syntax.dep.yml +++ b/vendor/licenses/git_submodule/vscode-move-syntax.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-move-syntax -version: 64e66c531a4d2b55616bc9bd2b771b0c50853c3f +version: 87a3371343644a56dfdace39f43abd5d928b1158 type: git_submodule homepage: https://github.com/damirka/vscode-move-syntax.git license: mit diff --git a/vendor/licenses/git_submodule/vscode-prisma.dep.yml b/vendor/licenses/git_submodule/vscode-prisma.dep.yml index c2809cbfdc..7f2bed0b7a 100644 --- a/vendor/licenses/git_submodule/vscode-prisma.dep.yml +++ b/vendor/licenses/git_submodule/vscode-prisma.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-prisma -version: c63ce2f17c743a76b40158e68a7714ec0793a517 +version: 8985803abe2fc76c7a157a1e5cc20186065bb501 type: git_submodule homepage: https://github.com/prisma/vscode-prisma license: apache-2.0 diff --git a/vendor/licenses/git_submodule/vscode-scala-syntax.dep.yml b/vendor/licenses/git_submodule/vscode-scala-syntax.dep.yml index 58e106b4d6..2900859390 100644 --- a/vendor/licenses/git_submodule/vscode-scala-syntax.dep.yml +++ b/vendor/licenses/git_submodule/vscode-scala-syntax.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-scala-syntax -version: fbd150832b5bef19b9e0d2994548c5f52b7e2be3 +version: 62f348b4daf54a6b354e9bb74c21ff9fd19fca8b type: git_submodule homepage: https://github.com/scala/vscode-scala-syntax license: other diff --git a/vendor/licenses/git_submodule/vscode-vlang.dep.yml b/vendor/licenses/git_submodule/vscode-vlang.dep.yml index 8457177bb0..8337708ddb 100644 --- a/vendor/licenses/git_submodule/vscode-vlang.dep.yml +++ b/vendor/licenses/git_submodule/vscode-vlang.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-vlang -version: dbc661e1b205c576eb077f6a83064de4820a876f +version: '0938b82f990b12f4981c1c2667e5b7116205fd5d' type: git_submodule homepage: https://github.com/0x9ef/vscode-vlang license: mit diff --git a/vendor/licenses/git_submodule/vscode_cobol.dep.yml b/vendor/licenses/git_submodule/vscode_cobol.dep.yml index e75d49e6fd..15de544587 100644 --- a/vendor/licenses/git_submodule/vscode_cobol.dep.yml +++ b/vendor/licenses/git_submodule/vscode_cobol.dep.yml @@ -1,6 +1,6 @@ --- name: vscode_cobol -version: a6ea155ac7af7b67ee55e696e81465838bfc7b36 +version: 3ab73af55c1faeb2e6b42ff961ca697e1d68d6e6 type: git_submodule homepage: https://github.com/spgennard/vscode_cobol.git license: mit diff --git a/vendor/licenses/git_submodule/vscode_mikrotik_routeros_script.dep.yml b/vendor/licenses/git_submodule/vscode_mikrotik_routeros_script.dep.yml index a33db966bf..697ec0133c 100644 --- a/vendor/licenses/git_submodule/vscode_mikrotik_routeros_script.dep.yml +++ b/vendor/licenses/git_submodule/vscode_mikrotik_routeros_script.dep.yml @@ -1,6 +1,6 @@ --- name: vscode_mikrotik_routeros_script -version: 767b8c9e4696e20be4de2f866361661d05594330 +version: aaf19c0581ffe238850eb42aefe0ce67bb6ed9d8 type: git_submodule homepage: https://github.com/devMikeUA/vscode_mikrotik_routeros_script.git license: mit From 23e041bd296bc2439dd20e51ccabd54e03dae0f0 Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Fri, 2 Sep 2022 15:49:17 +0000 Subject: [PATCH 3/5] Version 7.23.0 --- lib/linguist/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/VERSION b/lib/linguist/VERSION index 1c46a0df08..14d6b5dc35 100644 --- a/lib/linguist/VERSION +++ b/lib/linguist/VERSION @@ -1 +1 @@ -7.22.1 +7.23.0 From 24010e2230b0fc0aa0f2400071632d77e12dd293 Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Mon, 5 Sep 2022 09:20:41 +0000 Subject: [PATCH 4/5] Update all grammars --- Rakefile | 2 +- vendor/grammars/bicep | 2 +- vendor/grammars/graphiql | 2 +- vendor/grammars/language-jsonnet | 2 +- vendor/grammars/language-restructuredtext | 2 +- vendor/grammars/rescript-vscode | 2 +- vendor/grammars/vscode-brightscript-language | 2 +- vendor/grammars/vscode-codeql | 2 +- vendor/grammars/vscode-gcode-syntax | 2 +- vendor/grammars/vscode-motoko | 2 +- vendor/grammars/vscode-plantuml | 2 +- vendor/grammars/vscode-prisma | 2 +- vendor/grammars/vscode_cobol | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Rakefile b/Rakefile index 0ff048382c..a4bdfce9aa 100644 --- a/Rakefile +++ b/Rakefile @@ -59,7 +59,7 @@ end # The error count will need to be adjusted here until such time as all grammars are 100% error free. desc "Check that compiling the grammars doesn't introduce any new unexpected errors" task :check_grammars do - expected_error_count = 33 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar. + expected_error_count = 32 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar. rm_rf "linguist-grammars" output, status = Open3.capture2e("script/grammar-compiler", "compile", "-o", "linguist-grammars") errors_found = output[/The grammar library contains ([0-9]+) errors/, 1].to_i diff --git a/vendor/grammars/bicep b/vendor/grammars/bicep index 110db55d2c..a35d5a492c 160000 --- a/vendor/grammars/bicep +++ b/vendor/grammars/bicep @@ -1 +1 @@ -Subproject commit 110db55d2c1fc1776134cc46cfcfb4942d7a3ec5 +Subproject commit a35d5a492ca201be56077ae608d723ab27adc79c diff --git a/vendor/grammars/graphiql b/vendor/grammars/graphiql index 0219eef391..92a17490c3 160000 --- a/vendor/grammars/graphiql +++ b/vendor/grammars/graphiql @@ -1 +1 @@ -Subproject commit 0219eef39146495749aca2487112db52fa3bb8fd +Subproject commit 92a17490c3842b4f83ed1065b73a803f73d02a17 diff --git a/vendor/grammars/language-jsonnet b/vendor/grammars/language-jsonnet index ce5a40ccd3..a73f78b533 160000 --- a/vendor/grammars/language-jsonnet +++ b/vendor/grammars/language-jsonnet @@ -1 +1 @@ -Subproject commit ce5a40ccd339bbd6f7150205e619814b34d218a5 +Subproject commit a73f78b533b744055ecd6f03d3c37a13c25bcb30 diff --git a/vendor/grammars/language-restructuredtext b/vendor/grammars/language-restructuredtext index 2cfc6c0152..854ae01994 160000 --- a/vendor/grammars/language-restructuredtext +++ b/vendor/grammars/language-restructuredtext @@ -1 +1 @@ -Subproject commit 2cfc6c01523700b2c7e756f0ae8e1fb77c3ce68d +Subproject commit 854ae01994b447c3098336d87cec9fa56be9e103 diff --git a/vendor/grammars/rescript-vscode b/vendor/grammars/rescript-vscode index 93ecf1d56e..877f874c52 160000 --- a/vendor/grammars/rescript-vscode +++ b/vendor/grammars/rescript-vscode @@ -1 +1 @@ -Subproject commit 93ecf1d56e6bd3ace4d7860c5e11c845fe9f86fc +Subproject commit 877f874c52ab51e88dacc73524ca4e5c16912eef diff --git a/vendor/grammars/vscode-brightscript-language b/vendor/grammars/vscode-brightscript-language index 45e4464993..37a575954e 160000 --- a/vendor/grammars/vscode-brightscript-language +++ b/vendor/grammars/vscode-brightscript-language @@ -1 +1 @@ -Subproject commit 45e44649934561e92182d7adad6c9a0e7ef8af2e +Subproject commit 37a575954eae04fc657352d980f60c1540ca9620 diff --git a/vendor/grammars/vscode-codeql b/vendor/grammars/vscode-codeql index 5067fbc452..da9065101f 160000 --- a/vendor/grammars/vscode-codeql +++ b/vendor/grammars/vscode-codeql @@ -1 +1 @@ -Subproject commit 5067fbc452e76ed964787e03edbb4a811a603c63 +Subproject commit da9065101fc47c6884b7f7c1815e12dce0ae67e8 diff --git a/vendor/grammars/vscode-gcode-syntax b/vendor/grammars/vscode-gcode-syntax index 59ba0dfdf9..dfe8a05a2c 160000 --- a/vendor/grammars/vscode-gcode-syntax +++ b/vendor/grammars/vscode-gcode-syntax @@ -1 +1 @@ -Subproject commit 59ba0dfdf9f03017b0ee743e03bb3504bf50c425 +Subproject commit dfe8a05a2cee7225db1a6c399f51773f93ddf750 diff --git a/vendor/grammars/vscode-motoko b/vendor/grammars/vscode-motoko index 7c9c4c8b58..de6e222cb6 160000 --- a/vendor/grammars/vscode-motoko +++ b/vendor/grammars/vscode-motoko @@ -1 +1 @@ -Subproject commit 7c9c4c8b5804e1c85629fc4fc5ba13039cd7d068 +Subproject commit de6e222cb62bbe2db8105b2e4339df26c261dc8e diff --git a/vendor/grammars/vscode-plantuml b/vendor/grammars/vscode-plantuml index 4058f35f02..421ffe95e9 160000 --- a/vendor/grammars/vscode-plantuml +++ b/vendor/grammars/vscode-plantuml @@ -1 +1 @@ -Subproject commit 4058f35f02094034b63c40a6c92db184e0a943f0 +Subproject commit 421ffe95e9feee0457f6fed5e6535b4198232e99 diff --git a/vendor/grammars/vscode-prisma b/vendor/grammars/vscode-prisma index 8985803abe..32f8b3eeb3 160000 --- a/vendor/grammars/vscode-prisma +++ b/vendor/grammars/vscode-prisma @@ -1 +1 @@ -Subproject commit 8985803abe2fc76c7a157a1e5cc20186065bb501 +Subproject commit 32f8b3eeb35b6394cba334ac96dcced847a61624 diff --git a/vendor/grammars/vscode_cobol b/vendor/grammars/vscode_cobol index 3ab73af55c..e8bb79c88c 160000 --- a/vendor/grammars/vscode_cobol +++ b/vendor/grammars/vscode_cobol @@ -1 +1 @@ -Subproject commit 3ab73af55c1faeb2e6b42ff961ca697e1d68d6e6 +Subproject commit e8bb79c88c68af7febebb41078d2ffcc7e15bb08 From 49a1b3f19d39db5d80ad2b12cbb338afe47ad0c4 Mon Sep 17 00:00:00 2001 From: Colin Seymour Date: Mon, 5 Sep 2022 09:21:17 +0000 Subject: [PATCH 5/5] Update cached licenses --- vendor/licenses/git_submodule/bicep.dep.yml | 2 +- vendor/licenses/git_submodule/graphiql.dep.yml | 2 +- .../git_submodule/language-jsonnet.dep.yml | 15 +++++++++------ .../language-restructuredtext.dep.yml | 2 +- .../git_submodule/rescript-vscode.dep.yml | 2 +- .../vscode-brightscript-language.dep.yml | 2 +- .../licenses/git_submodule/vscode-codeql.dep.yml | 2 +- .../git_submodule/vscode-gcode-syntax.dep.yml | 2 +- .../licenses/git_submodule/vscode-motoko.dep.yml | 2 +- .../git_submodule/vscode-plantuml.dep.yml | 2 +- .../licenses/git_submodule/vscode-prisma.dep.yml | 2 +- .../licenses/git_submodule/vscode_cobol.dep.yml | 2 +- 12 files changed, 20 insertions(+), 17 deletions(-) diff --git a/vendor/licenses/git_submodule/bicep.dep.yml b/vendor/licenses/git_submodule/bicep.dep.yml index 18c284310d..401883a7f8 100644 --- a/vendor/licenses/git_submodule/bicep.dep.yml +++ b/vendor/licenses/git_submodule/bicep.dep.yml @@ -1,6 +1,6 @@ --- name: bicep -version: 110db55d2c1fc1776134cc46cfcfb4942d7a3ec5 +version: a35d5a492ca201be56077ae608d723ab27adc79c type: git_submodule homepage: https://github.com/azure/bicep license: mit diff --git a/vendor/licenses/git_submodule/graphiql.dep.yml b/vendor/licenses/git_submodule/graphiql.dep.yml index 38cc635241..e50954a9c0 100644 --- a/vendor/licenses/git_submodule/graphiql.dep.yml +++ b/vendor/licenses/git_submodule/graphiql.dep.yml @@ -1,6 +1,6 @@ --- name: graphiql -version: '0219eef39146495749aca2487112db52fa3bb8fd' +version: 92a17490c3842b4f83ed1065b73a803f73d02a17 type: git_submodule homepage: https://github.com/graphql/graphiql.git license: mit diff --git a/vendor/licenses/git_submodule/language-jsonnet.dep.yml b/vendor/licenses/git_submodule/language-jsonnet.dep.yml index f14bf878a1..abc25cf714 100644 --- a/vendor/licenses/git_submodule/language-jsonnet.dep.yml +++ b/vendor/licenses/git_submodule/language-jsonnet.dep.yml @@ -1,11 +1,14 @@ --- -type: git_submodule name: language-jsonnet -version: ce5a40ccd339bbd6f7150205e619814b34d218a5 +version: a73f78b533b744055ecd6f03d3c37a13c25bcb30 +type: git_submodule +homepage: https://github.com/google/language-jsonnet license: apache-2.0 licenses: -- text: |- - Apache License +- sources: LICENSE + text: |2 + + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -185,7 +188,7 @@ licenses: APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" + boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a @@ -193,7 +196,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2015 Google Inc. All rights reserved. + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/vendor/licenses/git_submodule/language-restructuredtext.dep.yml b/vendor/licenses/git_submodule/language-restructuredtext.dep.yml index 54fc337712..df4a2c3469 100644 --- a/vendor/licenses/git_submodule/language-restructuredtext.dep.yml +++ b/vendor/licenses/git_submodule/language-restructuredtext.dep.yml @@ -1,6 +1,6 @@ --- name: language-restructuredtext -version: 2cfc6c01523700b2c7e756f0ae8e1fb77c3ce68d +version: 854ae01994b447c3098336d87cec9fa56be9e103 type: git_submodule homepage: https://github.com/Lukasa/language-restructuredtext license: mit diff --git a/vendor/licenses/git_submodule/rescript-vscode.dep.yml b/vendor/licenses/git_submodule/rescript-vscode.dep.yml index 4aef343c4f..72f54251d7 100644 --- a/vendor/licenses/git_submodule/rescript-vscode.dep.yml +++ b/vendor/licenses/git_submodule/rescript-vscode.dep.yml @@ -1,6 +1,6 @@ --- name: rescript-vscode -version: 93ecf1d56e6bd3ace4d7860c5e11c845fe9f86fc +version: 877f874c52ab51e88dacc73524ca4e5c16912eef type: git_submodule homepage: https://github.com/rescript-lang/rescript-vscode license: mit diff --git a/vendor/licenses/git_submodule/vscode-brightscript-language.dep.yml b/vendor/licenses/git_submodule/vscode-brightscript-language.dep.yml index 8c40575c08..5165c5ad8f 100644 --- a/vendor/licenses/git_submodule/vscode-brightscript-language.dep.yml +++ b/vendor/licenses/git_submodule/vscode-brightscript-language.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-brightscript-language -version: 45e44649934561e92182d7adad6c9a0e7ef8af2e +version: 37a575954eae04fc657352d980f60c1540ca9620 type: git_submodule homepage: https://github.com/rokucommunity/vscode-brightscript-language.git license: mit diff --git a/vendor/licenses/git_submodule/vscode-codeql.dep.yml b/vendor/licenses/git_submodule/vscode-codeql.dep.yml index 632b99d54c..65c2cf92f3 100644 --- a/vendor/licenses/git_submodule/vscode-codeql.dep.yml +++ b/vendor/licenses/git_submodule/vscode-codeql.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-codeql -version: 5067fbc452e76ed964787e03edbb4a811a603c63 +version: da9065101fc47c6884b7f7c1815e12dce0ae67e8 type: git_submodule homepage: https://github.com/github/vscode-codeql license: mit diff --git a/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml b/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml index 403f5e1c87..9bdbf78c3a 100644 --- a/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml +++ b/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-gcode-syntax -version: 59ba0dfdf9f03017b0ee743e03bb3504bf50c425 +version: dfe8a05a2cee7225db1a6c399f51773f93ddf750 type: git_submodule homepage: https://github.com/appliedengdesign/vscode-gcode-syntax license: mit diff --git a/vendor/licenses/git_submodule/vscode-motoko.dep.yml b/vendor/licenses/git_submodule/vscode-motoko.dep.yml index 30789eb292..7883aa1edf 100644 --- a/vendor/licenses/git_submodule/vscode-motoko.dep.yml +++ b/vendor/licenses/git_submodule/vscode-motoko.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-motoko -version: 7c9c4c8b5804e1c85629fc4fc5ba13039cd7d068 +version: de6e222cb62bbe2db8105b2e4339df26c261dc8e type: git_submodule homepage: https://github.com/dfinity/vscode-motoko.git license: apache-2.0 diff --git a/vendor/licenses/git_submodule/vscode-plantuml.dep.yml b/vendor/licenses/git_submodule/vscode-plantuml.dep.yml index 6823aaf843..e7806f4738 100644 --- a/vendor/licenses/git_submodule/vscode-plantuml.dep.yml +++ b/vendor/licenses/git_submodule/vscode-plantuml.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-plantuml -version: 4058f35f02094034b63c40a6c92db184e0a943f0 +version: 421ffe95e9feee0457f6fed5e6535b4198232e99 type: git_submodule homepage: https://github.com/qjebbs/vscode-plantuml license: mit diff --git a/vendor/licenses/git_submodule/vscode-prisma.dep.yml b/vendor/licenses/git_submodule/vscode-prisma.dep.yml index 7f2bed0b7a..547703c85c 100644 --- a/vendor/licenses/git_submodule/vscode-prisma.dep.yml +++ b/vendor/licenses/git_submodule/vscode-prisma.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-prisma -version: 8985803abe2fc76c7a157a1e5cc20186065bb501 +version: 32f8b3eeb35b6394cba334ac96dcced847a61624 type: git_submodule homepage: https://github.com/prisma/vscode-prisma license: apache-2.0 diff --git a/vendor/licenses/git_submodule/vscode_cobol.dep.yml b/vendor/licenses/git_submodule/vscode_cobol.dep.yml index 15de544587..2f227aa903 100644 --- a/vendor/licenses/git_submodule/vscode_cobol.dep.yml +++ b/vendor/licenses/git_submodule/vscode_cobol.dep.yml @@ -1,6 +1,6 @@ --- name: vscode_cobol -version: 3ab73af55c1faeb2e6b42ff961ca697e1d68d6e6 +version: e8bb79c88c68af7febebb41078d2ffcc7e15bb08 type: git_submodule homepage: https://github.com/spgennard/vscode_cobol.git license: mit